Releases: michalsn/codeigniter-signed-url
Releases · michalsn/codeigniter-signed-url
v2.1.0
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
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
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
What's Changed
Enhancements
- feat: load
signedurl
filter by default by @datamweb in #2
New Contributors
Full Changelog: v1.0.0...v1.1.0