Releases: dereuromark/cakephp-tools
Fix JsonableBehavior and date time validation
1.0.3 Fix typo
Fix Common component
1.0.2 Fix CS
Security release for IPs
IPs could be spoofed. Fix was previously applied to CakePHP core. This resolved it as copy-paste.
Security release for IPs
IPs could be spoofed. Fix was previously applied to CakePHP core. This resolved it as copy-paste.
Also fixed FormatHelper::fontIcon()
Security release
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
Time to release.
Please help to stabilize further! :)
2.x: Remove deprecations
Remove some more deprecations.
Email fixes around embedded attachments
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
More API cleanup, some deprecations to help upgrading to 3.x
Add Auth shims
Add AuthUser component and helper to more easily migrate away from a static to a dynamic 3.x way of handling Auth data.