Releases: dereuromark/cakephp-tools
Releases · dereuromark/cakephp-tools
2.0.1
Fixes
- Fixed warnings in Slugged behavior for some cases.
- Allow Font Awesome 5 icons through custom namespace/prefix
2.0.0
CakePHP 4 release
A useful bunch of tools for CakePHP apps.
- Controller, Model, Helper additions
- Best practice improvements/handling on top of the framework
2.0.0-beta
CakePHP 4 compatible pre-release.
Please help to finalize for stable release.
1.9.11
Fixes
- Fixed FormatHelper class handling
1.9.10
Bugfixes
- Fixed Table::getRelatedInUse() and Table::getFieldInUse()
- Fixed TimeHelper::published() to work with FrozenTime
1.9.9
Bugfixes
- Fixed BitmaskedBehavior
1.9.8
Bugfixes
- Fixed Gravatar helper URL generation.
- Fixed some general translations to domain bound ones.
1.9.7
Improvements
- Added Meter helper similar to Progress helper, for gauge display as meter bars instead of progress bars.
- Added HTML5 elements for both Meter and Progress helper, including an option for the textual alternative as fallback for older browsers.
- Added RefererRedirect component for better referer experience around edit action and paginated/filtered index action.
1.9.6
Improvements
Added ProgressHelper for calculating and displaying basic text-based progress bars.
The main advantage of the progress helper over default round() calculation is that it only fully displays
0 and 100 percent borders (including the char icon representation) if truly fully that min/max value.
So for 0.9999
as well as 0.0001
etc it will not yet display the completely full or empty bar.
If you want that, you need to pre-round before passing it in.
1.9.5
Bugfixes
- Fixed signatures to return null instead of false
- Auto-load Flash component for ShuntRequestController