Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Aug 12, 2016
1 parent 4e43c14 commit a52dcc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ register_post_type( 'foo',
* Add abstract Module class.
* Use autoloader.
* Remove constructor injection and add setter injection for modules.
* Support `%year%`, `%monthnum%`, `%day%`, `%hour%`, `%minute%`, `%second%`, `%author%`.

### 1.3.1

Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://www.amazon.co.jp/registry/wishlist/COKSXS25MVQV
Tags: permalink,permalinks,custom post type,cms
Requires at least: 4.0
Tested up to: 4.6
Stable tag: 1.3.1
Stable tag: 2.0.0
License: GPLv2 or Later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -73,6 +73,7 @@ register_post_type( 'foo',
* Add abstract Module class.
* Use autoloader.
* Remove constructor injection and add setter injection for modules.
* Support `%year%`, `%monthnum%`, `%day%`, `%hour%`, `%minute%`, `%second%`, `%author%`.

= 1.3.1 =

Expand Down

0 comments on commit a52dcc5

Please sign in to comment.