Skip to content

Releases: dereuromark/cakephp-meta

1.1.1

20 Nov 13:18
2797385

Choose a tag to compare

Fixes

  • Fix MetaHelper: Critical bugs and code quality improvements

Full Changelog: 1.1.0...1.1.1

1.1.0

10 Nov 12:03

Choose a tag to compare

Improvements

  • Removed deprecations by adding plugin class

Full Changelog: 1.0.1...1.1.0

1.0.1

11 Apr 14:56
4f059a1

Choose a tag to compare

Fixes

Small fixes.

1.0.0

10 Oct 17:43

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

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

Choose a tag to compare

CakePHP 4 compatible release.

Please help to finalize.

0.1.0

08 Jan 16:56

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.