Releases: coreplex/notifier
Releases · coreplex/notifier
Stores selected driver in session
- Stores the notification driver used in the session so you can use multiple notifiers on the same page
Improved Templating
- Updated the template parser so more complex if statements can be checked
Implemented Core Package
- Updated the package to implement the core package.
- Removed the session class
Fixed issues with the session classes
- Fixed bugs with the session classes
- Updated php unit and travis settings
- Added build badge to read me
Added phpunit as dev dependency
v0.2.1 Added phpunit as a dev dependency
New Pre-Release
- Improved how notifiers are added
- No need to add class for notifiers, simply register them in the config
- Updated the templates to be added through config, not views
- Removed the view renderers.
- Updated API
- Added unit tests
- Added documentation
- Added exceptions
Added native renderer and fixed the native session
- Added native renderer.
- Fixed package breaking issue where the session wasn't started before being used.
- Update package config.
- General bug fixes.
Added native session and tests
Added a native session class and started working on unit tests. More unit tests will be added once the native renderer is added. Updated some config options.
Initial Release
0.1 Updated the comments in the config