Skip to content

Releases: dereuromark/cakephp-tools

1.4.4

22 Aug 07:50
Compare
Choose a tag to compare

Bugfixes

Adjust behavior callbacks.

0.12.2

20 May 11:41
Compare
Choose a tag to compare
  • Adjust version constraint.
  • Improve InlineCssLib
  • Remove calender stuff

1.4.3

08 May 10:41
Compare
Choose a tag to compare

Improvements

  • The Language parsing has been further improved.
  • InvalidPrimaryKeyException has been added to 404 log list.

1.4.2

26 Apr 18:17
Compare
Choose a tag to compare

Improvements

The Language parsing has been improved.

1.4.1

14 Apr 20:31
Compare
Choose a tag to compare

Bugfixes

Fix TimelineHelper.

Additions

Add MultiColumnAuthenticate for log-in with email or username.

1.4.0

06 Apr 08:53
Compare
Choose a tag to compare

Improvements

Add ToggleBehavior.

1.3.3

27 Mar 21:07
Compare
Choose a tag to compare
  • Corrected list of 404 exceptions to go to 404 log.

1.3.2

18 Mar 01:59
Compare
Choose a tag to compare
  • 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

18 Feb 18:11
Compare
Choose a tag to compare

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

15 Feb 17:53
Compare
Choose a tag to compare

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.