Releases: tattersoftware/codeigniter4-preferences
Releases · tattersoftware/codeigniter4-preferences
Loosen Dependency
Switches the authentication dependency to a suggestion, using Session as a complete fallback when no library is found.
Hopefully the last RC before the final production release!
What's Changed
Full Changelog: v1.0.0-rc.3...v1.0.0-rc.4
Placeholder Config
- Provides a placeholder config file with corresponding docs
- Adds support for said config file via helper shorthands:
preference('foo')
What's Changed
Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3
Session Support
Adds a fallback to Session
for unauthenticated requests.
What's Changed
Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2
Release Candidate 1
Merge pull request #5 from tattersoftware/release Release Prep