Releases: dereuromark/cakephp-tools
Releases · dereuromark/cakephp-tools
1.4.4
Bugfixes
Adjust behavior callbacks.
0.12.2
- Adjust version constraint.
- Improve InlineCssLib
- Remove calender stuff
1.4.3
Improvements
- The Language parsing has been further improved.
- InvalidPrimaryKeyException has been added to 404 log list.
1.4.2
Improvements
The Language parsing has been improved.
1.4.1
Bugfixes
Fix TimelineHelper.
Additions
Add MultiColumnAuthenticate for log-in with email or username.
1.4.0
Improvements
Add ToggleBehavior.
1.3.3
- Corrected list of 404 exceptions to go to 404 log.
1.3.2
- Fixed trimDeep() to not cast null to string, this is important for CommonBehavior data trimming
- Fixed behavior callback signatures for 3.4+
- Moved stripProtocol() from TextHelper to Utility
3.x: Passwordable fix for current pwd
If on an edit form the password is optional, the current pwd becomes required, though, as soon as the password is not empty.
The validation rule is now adjusted to behave correctly.
CakePHP 3.4 compatibility
A few small regressions are happening due to changes between CakePHP 3.3 and 3.4:
- Passwordable behavior fieldList = fields
Those are fixed and this new minor is now forcing PHP 5.6 and CakePHP 3.4+ for that reason.
Please upgrade your code to CakePHP 3.4.
PHP 7.1 is now also officially tested.
A small addition to the ToolsTestTrait now allows calling protected methods, just in case you need to test those methods as unit tests.