Skip to content

Releases: dereuromark/cakephp-meta

1.0.0

10 Oct 17:43
Compare
Choose a tag to compare

CakePHP 5 compatible release

Main changes coming from 4.x release:

  • Types added where feasible
  • API is now cleanly separated in setters/getters, make sure to adjust your code/templates

0.2.1

10 Oct 14:59
Compare
Choose a tag to compare

Improvements

Fixed up Meta helper for description and nullable topics.

Full Changelog: 0.2.0...0.2.1

0.2.0

08 Jan 22:46
Compare
Choose a tag to compare

CakePHP 4 compatible release.

Please help to finalize.

0.1.0

08 Jan 16:56
Compare
Choose a tag to compare

Initial Pre Release

CakePHP 3.7+

This plugin helps to maintain and output meta tags for your HTML pages, including SEO relevant parts like "title", "keywords", "description", "robots" and "canonical".

It can be used as a simple view-only approach using the included helper, it can also be DB driven if desired, or dynamically be created from the controller context by passing the meta data to the view.