Skip to content

Releases: houseoftech/cakephp-meta

3.0.0

09 Jan 07:42
Compare
Choose a tag to compare

Meta Plugin for CakePHP 3.x

Differences from the 2.x version:

  • New MetaHelper, when loaded, will automatically assign meta tags and title.
  • Configuration option added for which database tables to search through for auto-adding meta records. (fixes issue #4 )
  • Removed support for variable tags in templates. It's not reliable enough to count on model data always being set the same way for every view.
  • And of course, compatibility with CakePHP 3.x (NOT backwards compatible! Use the 2.x branch for CakePHP 2.x)

2.0.0

06 Jan 19:46
Compare
Choose a tag to compare

Reversioning to stay in line with CakePHP major version compatibility. This version is compatible with CakePHP 2.x.

0.7.1

22 Mar 08:07
Compare
Choose a tag to compare

Removed helpers in MetaAppController as they are all loaded by default.

0.7.0

21 Mar 15:45
Compare
Choose a tag to compare

Moved the setting of meta data into a component to avoid an extra request. This should save a bit of time on each page rendering. Be sure to add the component to your AppController (e.g. $components = array('Meta.Meta');)

Changed the lookup order to allow more specific records to override a general template.

0.6.1

23 Mar 12:50
Compare
Choose a tag to compare
Update composer.json

0.6.0

23 Mar 12:48
Compare
Choose a tag to compare
Update README.md