Version 4.1.2

December 21, 2022

Fix

  • Update returnary type from the via method in the stub

Version 4.1.1

December 21, 2022

Fix

  • Error running the make command wondering if it is related to the namespace change? #81 (thanks to @laurabennet)

Version 4.1.0

December 21, 2022

Added

  • Add helper function to get all "read" notifications #79 (thanks to @frankkepler)

Changed

  • Updated dependencies

Fix

  • Typed property error when using Slack attachments #80 (thanks to @samput)

Version 4.0.0

May 3, 2022
  • Official Craft 4 release

Version 4.0.0-RC1

May 3, 2022

Changed

  • Changed the namespace from percipioglobal to percipiolondon
  • Changed the service name in Notifcations.php
  • Passed the $event straight to the NotificationsService
  • Removed the criteria from the config file
  • Updated PHPDocs
  • Added code improvements according to PHP8
  • Fixed

  • Fixed the notification deletion (one vs array)

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