Skip to content

More 3.0 backports to ease migration

Compare
Choose a tag to compare
@dereuromark dereuromark released this 22 Jan 10:13
· 1252 commits to master since this release

Backport adjustments to ease migration to 3.0:

  • IntegrationTestCase backport completed - for better controller testing
  • Flash messaging similar to 3.0 incl. Element files and params/escaping.
  • updateAll() and deleteAll() joinless variants

Fixes

  • AjaxComponent and flash messages
  • Minor other ones

Useful additions

  • Monitor headers (output)

Important

Do not use dev-master from here on, as it will now be further adjusted to Cake3 compatibility, and as such will be PHP5.4+ and CakePHP2.6+ in the next minor release.
Please lock your composer.json to a specific version, e.g. 0.7.* if you are running your apps below that requirement.