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 Jan 16, 2015
1 parent 553dbc7 commit ae2f923
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

### Changelog

#### 0.5.1
##### 01/16/2014

- (Bug Fix) Added CSRF token support if enabled. Previously was throwing an error and not allowing forms to submit
- (Bug Fix) Fixed an issue that would cause PHP errors with 5.3.x
- (Bug Fix) Fixed an issue that caused the instructions to not appear for the List Id field
- (Bug Fix) Fixed an issue with notification types not getting parsed correctly
- (Bug Fix) Fixed an issue with Mailchimp throwing an error when trying to create and send a new campaign
- (Bug Fix) Fixed issue that would cause PHP 5.3 to throw an error when parsing default parcel types
- (Bug Fix) Fixed issues with the extra conditional validation helper

#### 0.5.0
##### 12/20/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.5.0';
return '0.5.1';
}

public function getDeveloper()
Expand Down

0 comments on commit ae2f923

Please sign in to comment.