Skip to content

Commit 99d7125

Browse files
committed
Updated changelog
1 parent 23e0d42 commit 99d7125

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
### Changelog
44

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
20+
521
#### 0.2.0
622
##### 10/11/2014
723

0 commit comments

Comments
 (0)