You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,15 @@
13
13
- (Feature) Added new Sent Messages dashboard widget to view sent messages statistics right from the Craft dashboard
14
14
- (Feature) Added new notification for user inactivity like login reminders and reminders to change passwords
15
15
- (Feature) Added Expired Entries notification type that will notify users after entries are expired.
16
+
- (API) Added new PostmasterHelper class to keep code dry that need to perform misc common functions to validate data
16
17
- (API) Refactored BasePlugin class to make the settings property public.
17
18
- (API) Refactored template fields into a new Twig Macro for convenience
18
19
- (API) Added new events to parcels and notifications, onSendComplete and onSendFail
19
20
- (API) Refactored how parcels and notifications were sent (basically the order of operations)
20
21
- (API) Added onBeforeSend and onAfterSend events for parcels and notifications. Yet another tool for developers to take control over their notifications
21
22
- (Bug Fix) Fixed a link on the notification index page that was going to the wrong url
22
-
- (Bug Fix) Fixed an issue with templates not translating text strings properly.
23
+
- (Bug Fix) Fixed an issue with templates not translating text strings properly
24
+
- (Bug Fix) Fixed an issue with the Extra Conditionals not working in the default notification type
0 commit comments