Skip to content

Commit

Permalink
Pickles Framework 2.0.15 released
Browse files Browse the repository at this point in the history
- Actor機能追加。
- pickles.php と px.php を分離。テストを書きやすくするための配慮により。
- パブリッシュ時、サイトマップ上でプロトコル名、またはドメイン名から始まるリンク先の場合はスキップするように変更。

Actor機能の追加に伴い、サイトマップにrole列が新たに定義されました。
これにより、古いバージョンから更新した場合に、PDOがエラーを起こす可能性があります。
この場合、一度 `PX=clearcache` を実行してキャッシュを消去してください。
  • Loading branch information
tomk79 committed Nov 9, 2015
1 parent eb87fcc commit 53432f8
Showing 1 changed file with 1 addition and 1 deletion.
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.15-alpha+nb';
return '2.0.15';
}

/**
Expand Down

0 comments on commit 53432f8

Please sign in to comment.