Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@houseoftech houseoftech released this 09 Jan 07:42

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)