Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
objectivehtml committed Dec 16, 2014
1 parent 7506718 commit e3b3ca2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

### Changelog

#### 0.4.2
##### 10/16/2014

- (Feature) Added new System Email parcel type to override system emails
- (API) Refactored the order in which the onBeforeSend methods are sent. The api schedule is now triggered before the api type.
- (API) Added new is() method BasePlugin class and interface to test if a plugin is itself by passing a string. $plugin->is('craft') which returns true or false
- (Bug Fix) Fixed an issue where bcc and cc values would return an array by default
- (Bug Fix) Fixed an issue with the Create Notification link redirecting to the wrong template

#### 0.4.1
##### 10/15/2014

Expand Down
2 changes: 1 addition & 1 deletion PostmasterPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public function getName()

public function getVersion()
{
return '0.4.1';
return '0.4.2';
}

public function getDeveloper()
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ Postmaster for Craft CMS is a plugin that makes communicating with users and oth
12. Create and send email campaigns with Mailchimp and/or Campaign Monitor
13. Send parcels in the future at any time you need
14. Go beyond email and send GET, POST, PUT, and DELETE requests with the Http Request Service
15. Ideal for clients, designers, and developers
16. Robust developer API's for custom solutions
17. Quick and easy setup with reliable functionality
18. No PHP or scripting knowledge required*
15. Easily override system emails with your own content and service
16. Ideal for clients, designers, and developers
17. Robust developer API's for custom solutions
18. Quick and easy setup with reliable functionality
19. No PHP or scripting knowledge required*

*Not required for the default functionality. Advanced use cases may require using the API and advanced knowledge of PHP.*

Expand Down

0 comments on commit e3b3ca2

Please sign in to comment.