Skip to content

Releases: dereuromark/cakephp-tools

Fix Email testing

20 Jun 21:00
Compare
Choose a tag to compare

Allow Configure::read('Email.config') to be used for easier testing of email sending.

Fix ErrorHandler and PHP7 compatability

01 Jun 12:22
Compare
Choose a tag to compare

ErrorHandler must not have a PHP5 only typehint.
Some small fixes included.

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.