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
(Feature) Added settings to Test Email Service that allow users to send successful and failed responses
(Feature) Added new craft()->postmaster->transportResponses()
(Feature) Added craft.postmaster.transportResponse() to the template variables
(API) Added new Postmaster_TransportResponseService
(API) Added new Postmaster_TransportResponseCriteria
(API) Updated all service classes to use the new Postmaster_TransportResponseModel instead of the Craft\Plugins\Postmaster\Responses\TransportResponse class
(API) Added the getSettingsModelClassName() classes to the SettingsInterface
(API) Added success() and failed() method to the BaseService class
(API) Added new helper methods to the BaseService class to make returning responses easier
(Bug Fix) Fixed issue if a plugin was instantiated with settings and the settings property wasn't an instance of the settings model
(Bug Fix) Cleanup code comments
(Bug Fix) Added new migration to fix issues with classes without the class property