From 6fda50a8d3fef7c228c2ae411c4122d1a0331e22 Mon Sep 17 00:00:00 2001 From: Tomoya Koyanagi Date: Thu, 20 Apr 2017 02:59:25 +0900 Subject: [PATCH] pickles2/px2-px2dthelper 2.0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - PXコマンド `PX=px2dthelper.get.navigation_info` を追加。 - PXコマンド `PX=px2dthelper.get.all` に `filter` オプションを追加。 - `PX=px2dthelper.get.all` に含まれる `path_files`, `realpath_files` が、不正な値を返すことがある不具合を修正。 --- README.md | 2 +- php/main.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9777aee..bb3bf4e 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ $ php .px_execute.php "/path/to/target/page_path.html?PX=px2dthelper.change_cont ## 更新履歴 - Change log -### pickles2/px2-px2dthelper 2.0.4 (2017年??月??日) +### pickles2/px2-px2dthelper 2.0.4 (2017年4月20日) - PXコマンド `PX=px2dthelper.get.navigation_info` を追加。 - PXコマンド `PX=px2dthelper.get.all` に `filter` オプションを追加。 diff --git a/php/main.php b/php/main.php index fb6b496..f887ab1 100644 --- a/php/main.php +++ b/php/main.php @@ -52,7 +52,7 @@ static public function register($px){ * @return string バージョン番号を示す文字列 */ public function get_version(){ - return '2.0.4-alpha.1+nb'; + return '2.0.4'; }