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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
### Changelog
4
4
5
+
#### 0.3.1
6
+
##### 10/12/2014
7
+
8
+
- (Feature) Added ability to send parcels in the future by adding items to the queue
9
+
- (API) Added the new Queue Service to handle sending items to the queue
10
+
- (API) Added ability to register site url's with Postmaster plugins
11
+
- (API) Added new TransportInterface to the Postmaster_TransportModel with the getSendDate() and shouldSend() methods
12
+
- (API) Refactored settings models so that even parcel settings are parsed dynamically
13
+
- (API) Refactored Postmaster_ServiceSettingsModel to be a bare bones extendible model without any logic. (Logic moved to the Postmaster_BaseSettingsModel)
14
+
- (API) Added sendToQueue() method to PostmasterService class
0 commit comments