Skip to content

0.3.0

Compare
Choose a tag to compare
@objectivehtml objectivehtml released this 12 Dec 02:13
· 130 commits to master since this release
  • (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