Skip to content

Commit ae2f923

Browse files
committed
Updated version and changelog
1 parent 553dbc7 commit ae2f923

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

33
### Changelog
44

5+
#### 0.5.1
6+
##### 01/16/2014
7+
8+
- (Bug Fix) Added CSRF token support if enabled. Previously was throwing an error and not allowing forms to submit
9+
- (Bug Fix) Fixed an issue that would cause PHP errors with 5.3.x
10+
- (Bug Fix) Fixed an issue that caused the instructions to not appear for the List Id field
11+
- (Bug Fix) Fixed an issue with notification types not getting parsed correctly
12+
- (Bug Fix) Fixed an issue with Mailchimp throwing an error when trying to create and send a new campaign
13+
- (Bug Fix) Fixed issue that would cause PHP 5.3 to throw an error when parsing default parcel types
14+
- (Bug Fix) Fixed issues with the extra conditional validation helper
15+
516
#### 0.5.0
617
##### 12/20/2014
718

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.5.0';
13+
return '0.5.1';
1414
}
1515

1616
public function getDeveloper()

0 commit comments

Comments
 (0)