diff --git a/README.md b/README.md index 959ab4a0..e54daf0a 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ $ chmod -R 777 ./caches ## 更新履歴 - Change log -### Pickles Framework v2.1.15 (リリース日未定) +### Pickles Framework v2.1.15 (2023年4月22日) - `$path_content` と `$proc_type` が、`before_content` プラグインの処理を受けて再計算されるようになった。 - `$site->set_page_info()` で、ページタイトルの更新が反映されない場合がある不具合を修正した。 diff --git a/composer.json b/composer.json index b2109f03..ed62a877 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "@php ./vendor/phpunit/phpunit/phpunit" ] , "documentation": [ - "@php ./phpDocumentor.phar --title \"Pickles Framework v2.1.14 API Document\" -d \"./php/\",\"./px-files/themes/\" -t \"./sample_pages/phpdoc/\"" + "@php ./phpDocumentor.phar --title \"Pickles Framework v2.1.15 API Document\" -d \"./php/\",\"./px-files/themes/\" -t \"./sample_pages/phpdoc/\"" ] } , "minimum-stability": "dev", diff --git a/php/px.php b/php/px.php index 5cc21853..bc710409 100644 --- a/php/px.php +++ b/php/px.php @@ -109,7 +109,7 @@ public function get_version(){ // 同一のバージョンとして扱うことができる。 // 便宜上、 v2.1系 の番号で代表して示す。 - return '2.1.14'; + return '2.1.15'; } /** diff --git a/sample_pages/phpdoc/classes/picklesFramework2-bowl.html b/sample_pages/phpdoc/classes/picklesFramework2-bowl.html index 75c62036..66193f2a 100644 --- a/sample_pages/phpdoc/classes/picklesFramework2-bowl.html +++ b/sample_pages/phpdoc/classes/picklesFramework2-bowl.html @@ -2,7 +2,7 @@ - Pickles Framework v2.1.14 API Document + Pickles Framework v2.1.15 API Document @@ -24,7 +24,7 @@
-

Pickles Framework v2.1.14 API Document

+

Pickles Framework v2.1.15 API Document