Skip to content

Releases: dereuromark/cakephp-tools

2.2.1

26 Dec 17:46
Compare
Choose a tag to compare

Fixes

  • Fixed "edit" font-awesome v5 icon default
  • Fixed compatibility with PHP 8.

2.2.0

28 Nov 17:10
Compare
Choose a tag to compare

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

01 Oct 22:27
Compare
Choose a tag to compare

Fixes

Fixed message defaulting for "from" when Config.adminEmail is set.

2.1.2

07 Sep 19:11
Compare
Choose a tag to compare

Fixed

Fixed fullBase for full based URLs.

2.1.1

17 Aug 15:40
Compare
Choose a tag to compare

Fixes

Fixed gender "Inter" text

1.9.12

13 Aug 07:21
Compare
Choose a tag to compare

Fixes

Fixed gender "Inter" text

Improvements

Added FileLog for basic file logging without config needs.

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