Skip to content

Commit

Permalink
pickles2/px2-px2dthelper 2.0.1
Browse files Browse the repository at this point in the history
- 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=〜〜` のようにも指定できるようになった。
  • Loading branch information
tomk79 committed Oct 17, 2016
1 parent 426c7be commit c9d4e80
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 @@ -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` を追加。
Expand Down
2 changes: 1 addition & 1 deletion php/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}


Expand Down

0 comments on commit c9d4e80

Please sign in to comment.