Skip to content

Releases: dereuromark/cakephp-tools

3.12.3

11 Mar 00:51

Choose a tag to compare

Fixes

  • Fix page action URLs to use dasherized format instead of camelCase

Enhancements

  • Add dynamic scope and onDirty options to SluggedBehavior

Full Changelog: 3.12.2...3.12.3

3.12.2

09 Feb 10:29
361cc2a

Choose a tag to compare

Improvements

  • Fix CakePHP 5.3.0 behavior method deprecations - #310
  • Add uniqueCallback option to SluggedBehavior - #312

Full Changelog: 3.12.1...3.12.2

3.12.1

28 Jan 08:47
cb28a21

Choose a tag to compare

Fixes

  • Remove deprecated _execute() method from ContactForm
  • Fix double base64 encoding of blob attachments

Note: PHP 8.2+ now.

Full Changelog: 3.12.0...3.12.1

3.12.0

21 Nov 20:31
be66c82

Choose a tag to compare

Improvements

  • Adjust for CakePHP 5.3+

Full Changelog: 3.11.2...3.12.0

3.11.2

10 Nov 21:24

Choose a tag to compare

Fixes

  • Fix up validate(Date)(Time) around before/after.

Full Changelog: 3.11.1...3.11.2

3.11.1

30 Oct 02:39

Choose a tag to compare

Fixes

  • Removed deprecations
  • Replaced hardcoded 'token' with configurable query parameter by @tobse in #303

New Contributors

Full Changelog: 3.11.0...3.11.1

3.11.0

14 Jul 09:58
c82d5f1

Choose a tag to compare

Improvements

  • Allow Jsonable behavior to store comma separated list in a text field.
  • Allow only specific extensions (or non-ext routing) for controller actions and throw 404 otherwise.

Full Changelog: 3.10.3...3.11.0

3.10.3

05 Jun 11:39
75a7505

Choose a tag to compare

Improvements

  • Allow chained inflections in inflect command.
  • Add more Stringable support for TreeHelper.

3.10.2

19 May 15:36
9ad3fa5

Choose a tag to compare

Fixes

  • Fixed Shim DateTimeWidget and dropdown select box date support.

3.10.1

07 May 16:01
54dfb64

Choose a tag to compare

Fixes

  • Fixed skipLog being applied
  • Removed deprecations