Skip to content

Releases: dereuromark/cakephp-tools

Fix JsonableBehavior and date time validation

01 Jun 12:23
Compare
Choose a tag to compare

Fix Common component

06 May 19:32
Compare
Choose a tag to compare
1.0.2

Fix CS

Security release for IPs

18 Mar 12:50
Compare
Choose a tag to compare

IPs could be spoofed. Fix was previously applied to CakePHP core. This resolved it as copy-paste.

Security release for IPs

18 Mar 12:49
Compare
Choose a tag to compare

IPs could be spoofed. Fix was previously applied to CakePHP core. This resolved it as copy-paste.
Also fixed FormatHelper::fontIcon()

Security release

22 Feb 10:43
Compare
Choose a tag to compare

Token generation now can be crypto-safe
Make sure you have openssl extension enabled or run on PHP7+.

Also is now PHP7 compatible.

Changes: 0.10.5...0.10.6

Stable release for CakePHP 3

13 Feb 12:28
Compare
Choose a tag to compare

Time to release.
Please help to stabilize further! :)

2.x: Remove deprecations

17 Jan 00:39
Compare
Choose a tag to compare

Remove some more deprecations.

Email fixes around embedded attachments

13 Jan 22:17
Compare
Choose a tag to compare

Embedded (blob) attachments now only show up once per file, same CID each time.
But on the same side, multiple different files with the same base name are now uniquified using an md5 hash in the name to avoid conflicts.

2.x API Cleanup

12 Jan 23:47
Compare
Choose a tag to compare

More API cleanup, some deprecations to help upgrading to 3.x

Add Auth shims

26 Dec 12:51
Compare
Choose a tag to compare

Add AuthUser component and helper to more easily migrate away from a static to a dynamic 3.x way of handling Auth data.