Skip to content

Commit

Permalink
Pickles Framework v2.1.15
Browse files Browse the repository at this point in the history
- `$path_content` と `$proc_type` が、`before_content` プラグインの処理を受けて再計算されるようになった。
- `$site->set_page_info()` で、ページタイトルの更新が反映されない場合がある不具合を修正した。
- `$px` で、登録されていない外部からの動的なプロパティを参照しようとしたときに起きるエラーを修正した。
- `PX=publish.run` で、`path_region` を省略しても、 `paths_region` だけで対象範囲を絞れるようになった。
- その他、細かい不具合などの修正。
  • Loading branch information
tomk79 committed Apr 22, 2023
1 parent 49db43e commit 466ad8d
Show file tree
Hide file tree
Showing 51 changed files with 263 additions and 216 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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()` で、ページタイトルの更新が反映されない場合がある不具合を修正した。
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion php/px.php
Expand Up @@ -109,7 +109,7 @@ public function get_version(){
// 同一のバージョンとして扱うことができる。
// 便宜上、 v2.1系 の番号で代表して示す。

return '2.1.14';
return '2.1.15';
}

/**
Expand Down
4 changes: 2 additions & 2 deletions sample_pages/phpdoc/classes/picklesFramework2-bowl.html
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pickles Framework v2.1.14 API Document</title>
<title>Pickles Framework v2.1.15 API Document</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
Expand All @@ -24,7 +24,7 @@
</head>
<body id="top">
<header class="phpdocumentor-header phpdocumentor-section">
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.14 API Document</a></h1>
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.15 API Document</a></h1>
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
<label class="phpdocumentor-header__menu-icon" for="menu-button">
<i class="fas fa-bars"></i>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pickles Framework v2.1.14 API Document</title>
<title>Pickles Framework v2.1.15 API Document</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
Expand All @@ -24,7 +24,7 @@
</head>
<body id="top">
<header class="phpdocumentor-header phpdocumentor-section">
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.14 API Document</a></h1>
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.15 API Document</a></h1>
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
<label class="phpdocumentor-header__menu-icon" for="menu-button">
<i class="fas fa-bars"></i>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pickles Framework v2.1.14 API Document</title>
<title>Pickles Framework v2.1.15 API Document</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
Expand All @@ -24,7 +24,7 @@
</head>
<body id="top">
<header class="phpdocumentor-header phpdocumentor-section">
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.14 API Document</a></h1>
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.15 API Document</a></h1>
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
<label class="phpdocumentor-header__menu-icon" for="menu-button">
<i class="fas fa-bars"></i>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pickles Framework v2.1.14 API Document</title>
<title>Pickles Framework v2.1.15 API Document</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
Expand All @@ -24,7 +24,7 @@
</head>
<body id="top">
<header class="phpdocumentor-header phpdocumentor-section">
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.14 API Document</a></h1>
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.15 API Document</a></h1>
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
<label class="phpdocumentor-header__menu-icon" for="menu-button">
<i class="fas fa-bars"></i>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pickles Framework v2.1.14 API Document</title>
<title>Pickles Framework v2.1.15 API Document</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
Expand All @@ -24,7 +24,7 @@
</head>
<body id="top">
<header class="phpdocumentor-header phpdocumentor-section">
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.14 API Document</a></h1>
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Pickles Framework v2.1.15 API Document</a></h1>
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
<label class="phpdocumentor-header__menu-icon" for="menu-button">
<i class="fas fa-bars"></i>
Expand Down

0 comments on commit 466ad8d

Please sign in to comment.