Skip to content

Commit

Permalink
Pickles Framework 2.0.21 released
Browse files Browse the repository at this point in the history
- `$conf->paths_proc_type` の設定を、前方マッチから完全マッチに変更。 ディレクトリの指定等は、ワイルドカード `*` を使って表現する方針で統一。
- `PX=publish` に、パブリッシュ対象外のパスをコンフィグオプションで設定できる機能を追加。 (コマンドラインオプションで除外する方法は従来から存在していた)
- 公開キャッシュ と `_sys/ram/*` のディレクトリが存在しない場合に、作成を試みるように変更。
- `path_publish_dir` と `contents_manifesto` を設定しない場合 Notice が起こらないように変更。
- sitemaps ディレクトリが存在しない場合に Notice が起こらないように変更。
- サイトマップが最小構成の場合に、Noticeレベルのエラーが発生する不具合を修正。
- サイトマップ解析時に、Libre Office, Open Office 形式の一時ファイルを無視するように変更。
- その他の細かい不具合修正。
  • Loading branch information
tomk79 committed Jul 13, 2016
1 parent 37dbce3 commit 922edcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ $ chmod -R 777 ./caches

## 更新履歴 - Change log

### Pickles Framework 2.0.21 (2016年??月??日)
### Pickles Framework 2.0.21 (2016年7月14日)

- `$conf->paths_proc_type` の設定を、前方マッチから完全マッチに変更。 ディレクトリの指定等は、ワイルドカード `*` を使って表現する方針で統一。
- `PX=publish` に、パブリッシュ対象外のパスをコンフィグオプションで設定できる機能を追加。 (コマンドラインオプションで除外する方法は従来から存在していた)
- 公開キャッシュ と `_sys/ram`/* のディレクトリが存在しない場合に、作成を試みるように変更。
- 公開キャッシュ と `_sys/ram/*` のディレクトリが存在しない場合に、作成を試みるように変更。
- `path_publish_dir``contents_manifesto` を設定しない場合 Notice が起こらないように変更。
- sitemaps ディレクトリが存在しない場合に Notice が起こらないように変更。
- サイトマップが最小構成の場合に、Noticeレベルのエラーが発生する不具合を修正。
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 @@ -82,7 +82,7 @@ class px{
* @return string バージョン番号を示す文字列
*/
public function get_version(){
return '2.0.21-alpha.1+nb';
return '2.0.21';
}

/**
Expand Down

0 comments on commit 922edcd

Please sign in to comment.