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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
### Changelog
4
4
5
+
#### 0.3.0
6
+
##### 10/11/2014
7
+
8
+
- (Feature) Added settings to Test Email Service that allow users to send successful and failed responses
9
+
- (Feature) Added new craft()->postmaster->transportResponses()
10
+
- (Feature) Added craft.postmaster.transportResponse() to the template variables
11
+
- (API) Added new Postmaster_TransportResponseService
12
+
- (API) Added new Postmaster_TransportResponseCriteria
13
+
- (API) Updated all service classes to use the new Postmaster_TransportResponseModel instead of the Craft\Plugins\Postmaster\Responses\TransportResponse class
14
+
- (API) Added the getSettingsModelClassName() classes to the SettingsInterface
15
+
- (API) Added success() and failed() method to the BaseService class
16
+
- (API) Added new helper methods to the BaseService class to make returning responses easier
17
+
- (Bug Fix) Fixed issue if a plugin was instantiated with settings and the settings property wasn't an instance of the settings model
18
+
- (Bug Fix) Cleanup code comments
19
+
- (Bug Fix) Added new migration to fix issues with classes without the __class__ property
0 commit comments