Skip to content

Releases: symbiote/silverstripe-notifications

Context data fixes for Internal Notifications

28 Mar 06:36
Compare
Choose a tag to compare
fix(InternalNotificationSender) Changed var name to avoid null refere…

…nce by re-assigning a variable

Tracking of notification objects in InternalNotifications

24 Mar 01:35
97ebec7
Compare
Choose a tag to compare
Merge pull request #33 from KhushbuFuletra/feature-add-object-source

feat(ObjectSource): Add fields to record object source

Read Notifications extension

16 Mar 22:47
Compare
Choose a tag to compare

Controller extension that marks a notification as read based on a get parameter.

New context property for BroadcastNotification

22 Apr 23:54
c7ff2ac
Compare
Choose a tag to compare

Broadcast notifications get a proper Context property for tracking things like links

New release with default types for broadcast messages

20 Mar 04:12
8ff7a15
Compare
Choose a tag to compare

Comes with an out-of-the-box example of a BroadcastNotification that aside from being usable on its own, is a demonstration of creating your own notification types.

1.0.3

03 Jul 02:27
Compare
Choose a tag to compare
Merge pull request #10 from jason-zz/patch-1

Add CMS Fields Extension Hook