Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Releases: davidyell/CakePHP-Seo

Maintenance release

12 Mar 09:38
c347777
Compare
Choose a tag to compare

Allowed for the helper to be configured with a static domain, so if the helper is being used across multiple subdomains for example, it can still generate correct canonical domain tags.

Also had to bump up the minimum version of Cakephp to allow for a security fix.

Feature release

15 Oct 11:10
ea0231a
Compare
Choose a tag to compare

This new feature release includes a new middleware which allows you to catch error urls and redirect them, thus preserving your content and traffic when changing urls.

Other updates in this release include bumping minimum requirements for the plugin to keep it up to date with changing environments.

Maintenance release

02 Feb 10:29
Compare
Choose a tag to compare

This new releases updates a number of things across the board with the plugin.

  • Removed the deprecated methods from Cake 3.4+
  • Fixed and updated the test suite to both increase coverage and fix some broken tests
  • Updated the Travis configuration to test against PHP 7.1 as stipulated in the Composer file
  • Changes to the readme to better reflect the latest Cake coding methods

Cake 3 release

27 Jul 09:13
Compare
Choose a tag to compare

This is the first release for CakePHP 3 of the plugin. All the code has been updated for the new version of the framework, as well as the test suite.

Stable release

11 Mar 15:37
Compare
Choose a tag to compare

Happy to announce the first stable release of the plugin.

Bugfix release

31 Jul 15:03
Compare
Choose a tag to compare

This is a bugfix release which fixes a flawed feature introduced by #2 and released in 0.1.0.

Bugged

31 Jul 15:01
Compare
Choose a tag to compare

This is a bugged release which exhibits some strange behaviour with certain use-cases.

I strongly recommend upgrading to the 0.1.1 release.