Skip to content

Commit

Permalink
pickles2/px2-px2dthelper 2.0.3
Browse files Browse the repository at this point in the history
- PXコマンド `PX=px2dthelper.get.all` を追加。
- `paths_module_template` を絶対パスに整形してから返すようにした。
- `$site` が利用できない場合に異常終了しないようにした。
  • Loading branch information
tomk79 committed Feb 6, 2017
1 parent e9ec380 commit 2f91422
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,11 @@ $ php .px_execute.php "/path/to/target/page_path.html?PX=px2dthelper.change_cont

## 更新履歴 - Change log

### pickles2/px2-px2dthelper 2.0.3 (2017年??月??日)
### pickles2/px2-px2dthelper 2.0.3 (2017年2月6日)

- PXコマンド `PX=px2dthelper.get.all` を追加。
- `paths_module_template` を絶対パスに整形してから返すようにした。
- `$site` が利用できない場合に異常終了しないようにした。

### pickles2/px2-px2dthelper 2.0.2 (2017年1月18日)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php ./vendor/phpunit/phpunit/phpunit"
],
"documentation": [
"php ./vendor/phpdocumentor/phpdocumentor/bin/phpdoc --title \"px2-px2dthelper API Document\" -d \"./php/\" -t \"./doc/\""
"php ./vendor/phpdocumentor/phpdocumentor/bin/phpdoc --title \"pickles2/px2-px2dthelper@2.0.3 API Document\" -d \"./php/\" -t \"./doc/\""
]
} ,
"repositories": [
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.3-alpha.1+nb';
return '2.0.3';
}


Expand Down

0 comments on commit 2f91422

Please sign in to comment.