Skip to content

Releases: dereuromark/cakephp-tools

2.1.0

14 Jul 13:25
Compare
Choose a tag to compare

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

25 Apr 16:45
Compare
Choose a tag to compare

Fixes

Fixed 404 error handling to work again as per documentation.

2.0.1

20 Apr 13:08
80ac65b
Compare
Choose a tag to compare

Fixes

  • Fixed warnings in Slugged behavior for some cases.
  • Allow Font Awesome 5 icons through custom namespace/prefix

2.0.0

05 Mar 21:44
Compare
Choose a tag to compare

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

15 Jan 01:00
Compare
Choose a tag to compare

CakePHP 4 compatible pre-release.

Please help to finalize for stable release.

1.9.11

05 Mar 20:37
Compare
Choose a tag to compare

Fixes

  • Fixed FormatHelper class handling

1.9.10

27 Dec 18:46
Compare
Choose a tag to compare

Bugfixes

  • Fixed Table::getRelatedInUse() and Table::getFieldInUse()
  • Fixed TimeHelper::published() to work with FrozenTime

1.9.9

23 Dec 14:26
52322c8
Compare
Choose a tag to compare

Bugfixes

  • Fixed BitmaskedBehavior

1.9.8

09 Oct 12:00
9293176
Compare
Choose a tag to compare

Bugfixes

  • Fixed Gravatar helper URL generation.
  • Fixed some general translations to domain bound ones.

1.9.7

06 Sep 23:39
Compare
Choose a tag to compare

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.