Releases: dereuromark/cakephp-tools
2.4.0
Improvements
- CakePHP 4.3 checked/approved and PHP 7.3+ now.
- Removed deprecations, specifically Time/Date in favor of immutable ones
- TreeHelper supports case when using "div" as both type and itemType
2.3.0
Improvements
Added InvalidArgumentException
to 404 detected list of exceptions.
Those will be logged separately from the main errors.
2.2.1
Fixes
- Fixed "edit" font-awesome v5 icon default
- Fixed compatibility with PHP 8.
2.2.0
Improvements
- Switched to font-awesome v5 icons for the default icons set.
- Moved HtmlHelper methods into a trait for easier usage from project level if one extends already another HtmlHelper extension (e.g. Bootstrap one)
- Moved UrlHelper methods into a trait for easier usage from project level if one extends already another UrlHelper extension (e.g. Bootstrap one)
- Add admin backend for icon testing of FormHelper
- Allow Bitmasked behavior to be applied on
afterMarshal
- CakePHP 4.1+ now
2.1.3
Fixes
Fixed message defaulting for "from" when Config.adminEmail
is set.
2.1.2
Fixed
Fixed fullBase for full based URLs.
2.1.1
Fixes
Fixed gender "Inter" text
1.9.12
Fixes
Fixed gender "Inter" text
Improvements
Added FileLog for basic file logging without config needs.
2.1.0
Fixes
Fixed complete URLs and links to contain also passed params.
Improvements
Tokens
Tokens are now quoteIdentifier save.
Make sure that you upgrade any existing ones.
A MigrationToolsTokens
migration file is now also included for those that needed it, along with some documentation on use cases.
Deprecations removed
All deprecations have been removed. Tests are now running E_ALL again.
4.1 compatibility
CakePHP 4.1 has a small BC issue with Comparison vs ComparisonExpression, this release mitigates this.
2.0.2
Fixes
Fixed 404 error handling to work again as per documentation.