Version 1.2.3

May 3, 2022

Changed

  • Removed the criteria from config.php

Version 1.2.2

January 17, 2022

Fixed

  • Fixed the reference that was still on ramsey/uuid

Version 1.2.1

January 17, 2022

Changed

  • Updated dependencies
  • Removed ramsey/uuid and changed it with the Craft helper

Version 1.2.0

February 25, 2022

Added

  • Added a notifications/remove-notifications/index to remove read notifications within a given PHP strtotime expiration date. If no time provided, it defaults to -1 month. Issue Question: Removing DB entries? #69 was opened by @rtgoodwin, code provided by @codyjames

Version 1.1.5

January 17, 2022

Changed

  • Updated dependencies

Version 1.1.4

April 26, 2021

Changed

  • Updated dependencies

Version 1.1.1

June 26, 2018

Changed

  • You can now return an array of emails to send multiple email messages in one notification.

Version 1.1.0

May 21, 2018

Changed

  • Notifications are no longer queued as this causes a lot of issues with serialization. Will find a better solution for this in the future.

Version 1.0.6

March 6, 2018

Added

  • Notification now extends the Craft base model for easier configuration

Version 1.0.5

February 28, 2018

Fixed

  • Fixed an error when trying to serialize an Entry that cannot be serialized

Version 1.0.3

January 23, 2018

Fixed

  • Fix the foreign key on the install migration

Version 1.0.2

January 23, 2018

Fixed

  • Fixes the stub used to create a notification

Version 1.0.1

January 14, 2018

Added

  • Added the notifications/make command to generate a stub

Version 1.0.0

January 14, 2018

Added

  • Initial release