Releases: michalsn/codeigniter-signed-url
Releases Β· michalsn/codeigniter-signed-url
v2.1.0
08 Oct 18:17
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found