Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Bumped version #
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed Jul 21, 2016
1 parent 76057f5 commit c34ec27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion IncrementPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function getName()
*/
public function getVersion()
{
return '0.3.0';
return '0.3.1';
}

/**
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c34ec27

Please sign in to comment.