Skip to content

Releases: HavokInspiration/wrench

Wrench plugin 3.1.0

11 Jun 06:54
eef3d13
Compare
Choose a tag to compare

Minimum requirement is now CakePHP 3.5.

Thanks to @ADmad for the update (#16)

Wrench plugin 3.0.0

23 Apr 12:00
8e2c42a
Compare
Choose a tag to compare

Make the plugin compatible with CakePHP 3.6.0

Wrench plugin 2.1.0

07 Nov 12:51
Compare
Choose a tag to compare

It is now possible to whitelist the clients IP addresses to allow access to the application while maintenance mode is on.

More informations in the README

Thanks a lot to @cercos for his work on the feature !

Wrench plugin 2.0.2

04 Oct 12:39
Compare
Choose a tag to compare

Remove a conflict message from a docblock

Wrench plugin 2.0.1

09 Jan 12:04
Compare
Choose a tag to compare

Update license date.

Wrench plugin 2.0.0

25 Sep 10:02
Compare
Choose a tag to compare

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

01 Mar 12:57
Compare
Choose a tag to compare
  • Micro-optimization to the built-in maintenance mode around accessing configuration values
  • Add codecov as a code coverage tool

Wrench Plugin 1.0.1

19 Nov 12:39
Compare
Choose a tag to compare

Update the README with some information about contributing

Wrench plugin 1.0.0 released

19 Nov 12:30
Compare
Choose a tag to compare

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.