File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments