Skip to content

Releases: tattersoftware/codeigniter4-alerts

Bootstrap 5

10 Nov 19:24
aa7a57d
Compare
Choose a tag to compare

Adds support for the new default template: Bootstrap 5.

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

Version 3.0

22 Jul 16:08
96d3716
Compare
Choose a tag to compare

This is a complete refactor of the library. The focus is on removing unnecessary classes and code; this is accomplished by moving almost all the functionality into a new Filter which injects alerts directly.

Minor changes only from RC1

Read the Upgrade Guide for help migrating from version 2.

What's Changed

Full Changelog: v2.1.1...v3.0.0

Version 3 Release Candidate 1

02 Jan 23:15
f84415e
Compare
Choose a tag to compare
Pre-release

This is a complete refactor of the library. The focus is on removing unnecessary classes and code; this is accomplished by moving almost all the functionality into a new Filter which injects alerts directly.

Read the Upgrade Guide for help migrating from version 2.

What's Changed

Full Changelog: v2.1.1...v3.0.0-rc.1

Library Cleanup

31 Aug 19:59
f01d829
Compare
Choose a tag to compare

Bumps the development toolkit and applies all the updated goodness. This includes restyling the code to PSR-12 (CodeIgniter flavor).

Should be no structure changes here, but the additional phpDocs will help with IDE integration.

PHP 8 support

28 Jan 21:56
32c6115
Compare
Choose a tag to compare
  • Adds support for PHP 8
  • Adds the development toolkit, with a basic test (more to come)
  • Applies a number of fixes for static analysis

Bugfix

03 Jun 19:08
08637a1
Compare
Choose a tag to compare
  • Fixes an issue with service access bypassing Config/Services

Add flash data detection

16 Dec 16:22
ff6bf11
Compare
Choose a tag to compare

This release includes a new config option to check for common flash data keys (message, error, errors). This allows Alerts to intercept calls like return redirect()->back()->with('message', 'New widget created'); and display them as library alerts. This enabled by default but can be turned off via the config file, $getflash.

Update file structure, add language support

02 Jul 15:32
6f08161
Compare
Choose a tag to compare
Merge pull request #1 from tattersoftware/develop

Merge for release

Fix example conf namespace

10 Apr 16:15
Compare
Choose a tag to compare
v2.0.1

Fix copy-paste error in example conf

New library structure

25 Mar 18:37
Compare
Choose a tag to compare

Version 2 takes advantage of more of CodeIgniter 4's differences from CI3, moving some of the helper wrappers into the newly defined Service. There's also a deeper namespace (Tatter\Alerts) to prevent collision of services with the other packages.