From c9d4e80963108d6472aa06c8c57257390ab35daa Mon Sep 17 00:00:00 2001 From: Tomoya Koyanagi Date: Mon, 17 Oct 2016 17:49:33 +0800 Subject: [PATCH] pickles2/px2-px2dthelper 2.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - PXコマンド `PX=px2dthelper.find_page_content` を追加。 - PXコマンド `PX=px2dthelper.get.realpath_data_dir` を追加。 - PXコマンド `PX=px2dthelper.get.path_resource_dir` を追加。 - PXコマンド `PX=px2dthelper.get.custom_fields` を追加。 - PXコマンド `PX=px2dthelper.check_editor_mode` を追加。 - PXコマンド `PX=px2dthelper.init_content` を追加。 - PXコマンド `PX=px2dthelper.change_content_editor_mode` を追加。 - PXコマンド `PX=px2dthelper.check_status` を追加。 - `PX=px2dthelper.copy_content` の コピー先の指定方法を追加。 `/path/copy/to.html?PX=〜〜` のようにも指定できるようになった。 --- README.md | 2 +- php/main.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfda6b1..7114578 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ $ php .px_execute.php /?PX=px2dthelper.check_status ## 更新履歴 - Change log -### pickles2/px2-px2dthelper 2.0.1 (2016年??月??日) +### pickles2/px2-px2dthelper 2.0.1 (2016年10月17日) - PXコマンド `PX=px2dthelper.find_page_content` を追加。 - PXコマンド `PX=px2dthelper.get.realpath_data_dir` を追加。 diff --git a/php/main.php b/php/main.php index 405d611..0ac105c 100644 --- a/php/main.php +++ b/php/main.php @@ -50,7 +50,7 @@ static public function register($px){ * @return string バージョン番号を示す文字列 */ public function get_version(){ - return '2.0.1-alpha.1+nb'; + return '2.0.1'; }