From 2b34bc17317f50b328a4aef23bff5a2e05e9a3f5 Mon Sep 17 00:00:00 2001 From: Tomoya Koyanagi Date: Sun, 18 Feb 2024 15:21:11 +0900 Subject: [PATCH] pickles2/px2-sitemapexcel v2.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 同梱のプラグインが、より直接的な表現で設定できるようになった。 --- README.md | 2 +- php/pickles_sitemap_excel.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b90754d..261b2b7 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ $ chmod -R 777 ./px-files/sitemaps ## 更新履歴 - Change log -### pickles2/px2-sitemapexcel v2.3.2 (2024年xx月xx日) +### pickles2/px2-sitemapexcel v2.3.2 (2024年2月18日) - 同梱のプラグインが、より直接的な表現で設定できるようになった。 diff --git a/php/pickles_sitemap_excel.php b/php/pickles_sitemap_excel.php index 9f36f17..63e6c08 100644 --- a/php/pickles_sitemap_excel.php +++ b/php/pickles_sitemap_excel.php @@ -50,7 +50,7 @@ static public function exec($px = null, $plugin_conf = null){ * @return string バージョン番号を示す文字列 */ public function get_version(){ - return '2.3.1'; + return '2.3.2'; } /**