Skip to content

Commit e140172

Browse files
committed
Updated changelog
1 parent 3ac3f8d commit e140172

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@
1313
- (Feature) Added new Sent Messages dashboard widget to view sent messages statistics right from the Craft dashboard
1414
- (Feature) Added new notification for user inactivity like login reminders and reminders to change passwords
1515
- (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
1617
- (API) Refactored BasePlugin class to make the settings property public.
1718
- (API) Refactored template fields into a new Twig Macro for convenience
1819
- (API) Added new events to parcels and notifications, onSendComplete and onSendFail
1920
- (API) Refactored how parcels and notifications were sent (basically the order of operations)
2021
- (API) Added onBeforeSend and onAfterSend events for parcels and notifications. Yet another tool for developers to take control over their notifications
2122
- (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
2325

2426
#### 0.4.2
2527
##### 12/16/2014

0 commit comments

Comments
 (0)