Releases: HavokInspiration/wrench
Wrench plugin 3.1.0
Wrench plugin 3.0.0
Make the plugin compatible with CakePHP 3.6.0
Wrench plugin 2.1.0
Wrench plugin 2.0.2
Remove a conflict message from a docblock
Wrench plugin 2.0.1
Update license date.
Wrench plugin 2.0.0
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.
Wrench plugin 1.0.2
- Micro-optimization to the built-in maintenance mode around accessing configuration values
- Add codecov as a code coverage tool
Wrench Plugin 1.0.1
Update the README with some information about contributing
Wrench plugin 1.0.0 released
This is the first official public release of the Wrench plugin.
The Wrench plugin for CakePHP 3 is a plugin that aims to provide an extensible and customizable maintenance mode for your CakePHP applications and websites.
It is built by leverage the Dispatcher API of the framework and provides an easy interface that allows you to build your own maintenance mode to best suite your needs.