Skip to content

Releases: tattersoftware/codeigniter4-alerts

Bootstrap 5

Choose a tag to compare

@MGatner MGatner released this 10 Nov 19:24
aa7a57d

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

Choose a tag to compare

@MGatner MGatner released this 22 Jul 16:08
96d3716

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

Pre-release

Choose a tag to compare

@MGatner MGatner released this 02 Jan 23:15
f84415e

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

Choose a tag to compare

@MGatner MGatner released this 31 Aug 19:59
f01d829

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

Choose a tag to compare

@MGatner MGatner released this 28 Jan 21:56
32c6115
  • 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

Choose a tag to compare

@MGatner MGatner released this 03 Jun 19:08
08637a1
  • Fixes an issue with service access bypassing Config/Services

Add flash data detection

Choose a tag to compare

@MGatner MGatner released this 16 Dec 16:22
ff6bf11

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

Choose a tag to compare

@MGatner MGatner released this 02 Jul 15:32
6f08161
Merge pull request #1 from tattersoftware/develop

Merge for release

Fix example conf namespace

Choose a tag to compare

@MGatner MGatner released this 10 Apr 16:15
v2.0.1

Fix copy-paste error in example conf

New library structure

Choose a tag to compare

@MGatner MGatner released this 25 Mar 18:37

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.