Skip to content

v2.0.0

Choose a tag to compare

@michalsn michalsn released this 26 Aug 11:18
· 23 commits to develop since this release
7aa3acd

What's Changed

Added compatibility with CodeIgniter 4.4

Versions are not compatible - URLs generated in one version of Signed URL will not work with another version.

CodeIgniter version Signed URL version
>= 4.4 2.*
< 4.4 1.*

Fixes

Enhancements

  • Default hashing algorithm has been changed from sha1 to sha256 by @michalsn in #38

Full Changelog: v1.1.1...v2.0.0