Skip to content

Releases: tattersoftware/codeigniter4-preferences

Loosen Dependency

24 Nov 17:14
f2f0491

Choose a tag to compare

Loosen Dependency Pre-release
Pre-release

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

23 Nov 14:43
92aeb98

Choose a tag to compare

Placeholder Config Pre-release
Pre-release
  • 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

23 Nov 14:15
dd9fc4e

Choose a tag to compare

Session Support Pre-release
Pre-release

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

19 Nov 14:55
5723713

Choose a tag to compare

Release Candidate 1 Pre-release
Pre-release
Merge pull request #5 from tattersoftware/release

Release Prep