Skip to content

Releases: michalsn/codeigniter-signed-url

v2.1.0

08 Oct 18:17
e76dda4
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Added token option to set a randomly generated token of the specified length by @michalsn in #45
  • Added redirectTo option setting to set a URI path for redirection when filter URL validation fails by @michalsn in #46

Full Changelog: v2.0.0...v2.1.0

v2.0.0

26 Aug 11:18
7aa3acd
Compare
Choose a tag to compare

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

v1.1.1

05 Apr 11:47
46f3d53
Compare
Choose a tag to compare

What's Changed

Bugs

  • Take App::$indexPage and App::$baseURL into consideration during URL verification by @michalsn in #22

Full Changelog: v1.1.0...v1.1.1

v1.1.0

31 Dec 11:01
Compare
Choose a tag to compare

What's Changed

Enhancements

  • feat: load signedurl filter by default by @datamweb in #2

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

28 Dec 07:54
Compare
Choose a tag to compare

Official release