Skip to content

Releases: dereuromark/cakephp-tools

1.6.0

28 Oct 17:48
45805fe
Compare
Choose a tag to compare

Improvements

  • Added a list of exceptions that also are 404 even with referer present.
  • Deprecations removed.

Min CakePHP version is now 3.6.

0.12.4

08 Sep 16:12
Compare
Choose a tag to compare

2.x maintenance release

Fixed GoogleMaps helper to be able to use an API key Google.apiKey via Configure.
This is required since 2018 and otherwise will not render the map.

1.5.7

06 Sep 10:57
Compare
Choose a tag to compare

Improvements

  • Add getSafeRedirectUrl() for post/query + default without compromising redirecting (security issue for external redirect injection)
  • Allow $disableErrorHandlerMiddleware in IntergrationTestCase to globally deactivate instead of verbosely per test case.

1.5.6

22 May 14:16
7a89b39
Compare
Choose a tag to compare

Improvements

Add TypographyHelper (upgraded from 2.x) to work alongside TypographicBehavior.
Add MissingTemplateException into 404 whitelist.

Bugfixes

SluggedBehavior and comma is now working as expected.

1.5.5

19 Apr 17:23
Compare
Choose a tag to compare

Bugfixes

  • Better aliasing on the Bitmasked behavior.
  • Fixed a regression due to 7.2 count issue refactor
  • Removed deprecations and require CakePHP 3.5+
  • Added also new exceptions for 404 logging

1.5.4

23 Feb 20:11
Compare
Choose a tag to compare

Bugfixes

Adjust ErrorHandler to not require a request object.

1.5.3

10 Feb 13:07
8749dfa
Compare
Choose a tag to compare

Improvements

Add a custom finder find('bits') for BitmaskedBehavior usage.

1.5.2

23 Jan 15:23
f3fc6e9
Compare
Choose a tag to compare

Bugfixes

Fixed BitmaskedBehavior for rows returned as array.

1.5.1

08 Jan 22:39
c3ea687
Compare
Choose a tag to compare

Bugfixes

  • ContactForm validation fix for body (schema was already using that field)
  • Don't display disabled elements in Paginator element

Improvements

  • autoPrefix for SVG font icons using FormatHelper::icon()

1.5.0

23 Dec 00:26
Compare
Choose a tag to compare

Improvements

  • Bitmasks now fully work in 3.x, the default callback was changed to beforeMarshal to allow validation to have the already transformed value, as well as marshalling not converting the array to invalid values.

  • ErrorHandlerMiddleware now only logs 404s to 404.log (instead of error.log) if those are not internally caused.

  • TypographicBehavior has been migrated from 2.x to 3.x