diff --git a/IncrementPlugin.php b/IncrementPlugin.php index 23f84e0..6b3a8bb 100755 --- a/IncrementPlugin.php +++ b/IncrementPlugin.php @@ -32,7 +32,7 @@ public function getName() */ public function getVersion() { - return '0.3.0'; + return '0.3.1'; } /** diff --git a/README.md b/README.md index 0e2ec5c..d7f4ee1 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ This plugin's idea is derived from the Sprout Incremental Plugin by Barrel Stren Changelog ================= +###0.3.1### +- Fixed bug where padding was not a number (thanks to @steverowling) +- Fixed bug where postDate was assumed for all Element Types (thanks to @steverowling) + ###0.3.0### - Refactor to only recalculate numbers on save when entry is a new record - Added the ability to reset increment yearly