Skip to content

Commit e3b3ca2

Browse files
committed
Updated version and changelog
1 parent 7506718 commit e3b3ca2

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

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

33
### Changelog
44

5+
#### 0.4.2
6+
##### 10/16/2014
7+
8+
- (Feature) Added new System Email parcel type to override system emails
9+
- (API) Refactored the order in which the onBeforeSend methods are sent. The api schedule is now triggered before the api type.
10+
- (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
11+
- (Bug Fix) Fixed an issue where bcc and cc values would return an array by default
12+
- (Bug Fix) Fixed an issue with the Create Notification link redirecting to the wrong template
13+
514
#### 0.4.1
615
##### 10/15/2014
716

PostmasterPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function getName()
1010

1111
public function getVersion()
1212
{
13-
return '0.4.1';
13+
return '0.4.2';
1414
}
1515

1616
public function getDeveloper()

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ Postmaster for Craft CMS is a plugin that makes communicating with users and oth
2020
12. Create and send email campaigns with Mailchimp and/or Campaign Monitor
2121
13. Send parcels in the future at any time you need
2222
14. Go beyond email and send GET, POST, PUT, and DELETE requests with the Http Request Service
23-
15. Ideal for clients, designers, and developers
24-
16. Robust developer API's for custom solutions
25-
17. Quick and easy setup with reliable functionality
26-
18. No PHP or scripting knowledge required*
23+
15. Easily override system emails with your own content and service
24+
16. Ideal for clients, designers, and developers
25+
17. Robust developer API's for custom solutions
26+
18. Quick and easy setup with reliable functionality
27+
19. No PHP or scripting knowledge required*
2728

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

0 commit comments

Comments
 (0)