Skip to content

Wrench plugin 2.0.0

Compare
Choose a tag to compare
@HavokInspiration HavokInspiration released this 25 Sep 10:02
· 35 commits to master since this release

This new release for the plugin is tagged 2.0.0.

Most of the plugin syntax changed and is now only compatible with the CakePHP 3.3.X release. This release implements a new way of dealing with Request and Response using the PSR-7 standard and implements the new Middleware stack that replaces DispatcherFilters.

Be sure to read the README to understand what changes (not much for you actually, if you used the built-in modes). If you built your own maintenance mode classes, you will need to make them compliant with the PSR-7 interface. You can read the existing mode to have an example on how to use it.
You can also check out the doc on the PHP-FIG website as well as on the CakePHP documentation.