Skip to content

Releases: coreplex/notifier

Stores selected driver in session

11 May 15:52
Compare
Choose a tag to compare
  • Stores the notification driver used in the session so you can use multiple notifiers on the same page

Improved Templating

06 Oct 11:03
Compare
Choose a tag to compare
Improved Templating Pre-release
Pre-release
  • Updated the template parser so more complex if statements can be checked

Implemented Core Package

20 Sep 11:57
Compare
Choose a tag to compare
Pre-release
  • Updated the package to implement the core package.
  • Removed the session class

Fixed issues with the session classes

19 Sep 15:10
Compare
Choose a tag to compare
Pre-release
  • Fixed bugs with the session classes
  • Updated php unit and travis settings
  • Added build badge to read me

Added phpunit as dev dependency

19 Sep 14:46
Compare
Choose a tag to compare
Pre-release
v0.2.1

Added phpunit as a dev dependency

New Pre-Release

19 Sep 14:39
Compare
Choose a tag to compare
New Pre-Release Pre-release
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

13 Apr 09:46
Compare
Choose a tag to compare
  • 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

11 Apr 20:31
Compare
Choose a tag to compare
Pre-release

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

10 Apr 14:17
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
0.1

Updated the comments in the config