Releases: dereuromark/cakephp-tools
1.5.6
Improvements
Add TypographyHelper (upgraded from 2.x) to work alongside TypographicBehavior.
Add MissingTemplateException into 404 whitelist.
Bugfixes
SluggedBehavior and comma is now working as expected.
1.5.5
Bugfixes
- Better aliasing on the Bitmasked behavior.
- Fixed a regression due to 7.2 count issue refactor
- Removed deprecations and require CakePHP 3.5+
- Added also new exceptions for 404 logging
1.5.4
Bugfixes
Adjust ErrorHandler to not require a request object.
1.5.3
Improvements
Add a custom finder find('bits')
for BitmaskedBehavior usage.
1.5.2
Bugfixes
Fixed BitmaskedBehavior for rows returned as array.
1.5.1
Bugfixes
- ContactForm validation fix for body (schema was already using that field)
- Don't display disabled elements in Paginator element
Improvements
- autoPrefix for SVG font icons using FormatHelper::icon()
1.5.0
Improvements
-
Bitmasks now fully work in 3.x, the default callback was changed to beforeMarshal to allow validation to have the already transformed value, as well as marshalling not converting the array to invalid values.
-
ErrorHandlerMiddleware now only logs 404s to 404.log (instead of error.log) if those are not internally caused.
-
TypographicBehavior has been migrated from 2.x to 3.x
1.4.6
Bugfixes
Added MissingViewException to blacklist to get into 404 log instead of main error one.
0.12.3
Bugfixes
FlashComponent fix to account also for stacked messages (latest 2.x core changes)
1.4.5
Small security fix to always hash a password (even if empty).
This can help to mitigate timing-based user enumeration attacks.
Follows cakephp/cakephp#11095