Skip to content

Commit

Permalink
pickles2/px2-px2dthelper 2.0.4
Browse files Browse the repository at this point in the history
- PXコマンド `PX=px2dthelper.get.navigation_info` を追加。
- PXコマンド `PX=px2dthelper.get.all` に `filter` オプションを追加。
- `PX=px2dthelper.get.all` に含まれる `path_files`, `realpath_files` が、不正な値を返すことがある不具合を修正。
  • Loading branch information
tomk79 committed Apr 19, 2017
1 parent 4b3f2ac commit 6fda50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` オプションを追加。
Expand Down
2 changes: 1 addition & 1 deletion php/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}


Expand Down

0 comments on commit 6fda50a

Please sign in to comment.