Skip to content

Releases: dereuromark/cakephp-setup

3.11.0

07 May 16:00
f7a9328
Compare
Choose a tag to compare

Improvements

  • Added timezone infos into backend

3.10.0

01 May 00:39
4b44954
Compare
Choose a tag to compare

Improvements

  • Removed deprecations
  • Consolidated backend

3.9.0

22 Apr 16:51
bf781b2
Compare
Choose a tag to compare

Improvements

Maintenance backend

Added a maintenance backend from where you can put your application into maintenance mode if needed.

maintenance

Your IP will automatically be added to the whitelist, so you as admin can still check if all is well prior to deactivating the maintenance mode.

Cookie backend

Added a Cookie backend to see and manage your cookies. Besides Session and other info pages this helps to keep the overview here regarding your cookies.

3.8.1

20 Mar 10:45
a9251b8
Compare
Choose a tag to compare

Improvements

Added db init command.
This can be useful for quickly setting up a new local setup where the DB would not exist prior to running migrations and seeds.

3.8.0

05 Mar 16:11
ef0ac7c
Compare
Choose a tag to compare

Improvements

Added db reset and db wipe commands.
The former empties the DB and makes sure constraints are not an issue, it will also ignore phinx migration tables.
The latter will completely wipe the DB.
This can be useful for testing DB if there was a migration issue that got fixed, but the tests are still using the old schema:

bin/cake db wipe -c test

3.7.2

16 Feb 22:00
10b3e4f
Compare
Choose a tag to compare

Improvements

  • Allow pagination order to be baked

3.7.1

17 Nov 13:02
2739b60
Compare
Choose a tag to compare

Fixes

  • Don't require Shim plugin for just loading the plugin.

Improvements

  • Add Cookie Params to session backend info.

3.7.0

12 Nov 23:08
da984f2
Compare
Choose a tag to compare

Improvements

  • Added IP infos in backend
  • Added time info in L10n panel

3.6.0

27 Oct 00:57
304bb2e
Compare
Choose a tag to compare

Improvements

  • Added more details about language/locale/timezone/currency into L10n DebugKit panel
  • Added configuration backend with useful info about server and application.

3.5.0

01 Oct 22:29
e1bff18
Compare
Choose a tag to compare

Improvements

  • Removed deprecations

Full Changelog: 3.4.0...3.5.0