From a52dcc5895d2601c04681ebff7cd66462ea44adf Mon Sep 17 00:00:00 2001 From: "Toro_Unit (Hiroshi Urabe)" Date: Fri, 12 Aug 2016 09:51:27 +0900 Subject: [PATCH] 2.0.0 --- readme.md | 1 + readme.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a32bc26..1324c7f 100644 --- a/readme.md +++ b/readme.md @@ -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 diff --git a/readme.txt b/readme.txt index d896dd7..4e27207 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 =