Releases: houseoftech/cakephp-meta
Releases · houseoftech/cakephp-meta
3.0.0
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
Reversioning to stay in line with CakePHP major version compatibility. This version is compatible with CakePHP 2.x.
0.7.1
Removed helpers in MetaAppController as they are all loaded by default.
0.7.0
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
Update composer.json
0.6.0
Update README.md