Skip to content

Commit

Permalink
Pickles Framework 2.0.34 release draft
Browse files Browse the repository at this point in the history
- [bugfix] .px_execute.php の絶対パス中にスペースが含まれている場合にパブリッシュが正常に処理されない不具合を修正。
  • Loading branch information
tomk79 committed Oct 27, 2017
1 parent 45f216f commit 91f4306
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 @@ -78,7 +78,7 @@ $ chmod -R 777 ./caches

## 更新履歴 - Change log

### Pickles Framework 2.0.34 (2017年??月??日)
### Pickles Framework 2.0.34 (2017年11月2日)

- [bugfix] .px_execute.php の絶対パス中にスペースが含まれている場合にパブリッシュが正常に処理されない不具合を修正。

Expand Down
2 changes: 1 addition & 1 deletion px-files/_sys/php/px.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class px{
* @return string バージョン番号を示す文字列
*/
public function get_version(){
return '2.0.34-alpha.1+nb';
return '2.0.34';
}

/**
Expand Down

0 comments on commit 91f4306

Please sign in to comment.