Releases: dereuromark/cakephp-setup
3.11.0
3.10.0
Improvements
- Removed deprecations
- Consolidated backend
3.9.0
Improvements
Maintenance backend
Added a maintenance backend from where you can put your application into maintenance mode if needed.
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
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
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
Improvements
- Allow pagination order to be baked
3.7.1
Fixes
- Don't require Shim plugin for just loading the plugin.
Improvements
- Add Cookie Params to session backend info.
3.7.0
Improvements
- Added IP infos in backend
- Added time info in L10n panel
3.6.0
Improvements
- Added more details about language/locale/timezone/currency into L10n DebugKit panel
- Added configuration backend with useful info about server and application.