From 81147e3622f2c7de16e0d1faeeec85b6c9bfa62a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B4=E3=83=B3=E3=83=89=E3=83=BC?= Date: Thu, 28 Sep 2023 19:10:47 +0900 Subject: [PATCH 1/3] =?UTF-8?q?basercms-5.0.5=20=E3=82=92=E3=83=AA?= =?UTF-8?q?=E3=83=AA=E3=83=BC=E3=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/baser-core/VERSION.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/plugins/baser-core/VERSION.txt b/plugins/baser-core/VERSION.txt index 6134fb7532..15a0980976 100644 --- a/plugins/baser-core/VERSION.txt +++ b/plugins/baser-core/VERSION.txt @@ -1,4 +1,4 @@ -5.0.4 +5.0.5 /////////////////////////////////////////////////////////////////////////////////////////////////////////// // +---------------------------------------------------------------------------------------------------+ // @@ -14,6 +14,15 @@ CHG: 変更内容 / BUG: バグフィックス / NEW: 機能追加 +[2023-09-28] basercms-5.0.5 +- BUG [BC] fix #2744 カスタムコンテンツのバリデーションエラーを改善 +- BUG [BC] fix #2199 カスタムコンテンツのAPIで取得する情報に不要な連携データが含まれる処理の改善 +- BUG [BC] fix #2502 サイト判別機能の改善 +- BUG [UL] fix #2677 ファイルアップローダーで制限環境下のファイル削除時の処理を改善 +- BUG [ML] fix #2551 メールメッセージAPIにvaildationのみを実行する機能の追加 +- BUG [ML] fix #2550 メールメッセージAPIを利用した際のメール送信機能を改善 +- BUG [BG] fix #2527 ブログ記事一覧の表示処理を改善 + [2023-08-31] basercms-5.0.4 - CHG [ML] メール送信前のイベントを追加 - BUG [BC] fix #2678 パスワード再発行時メールアドレスが存在しない場合の挙動を改善 From e32a51a4b4eef1088256d3931dcad3f6c8389a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B4=E3=83=B3=E3=83=89=E3=83=BC?= Date: Thu, 28 Sep 2023 19:11:17 +0900 Subject: [PATCH 2/3] prepare release --- composer.json | 32 ++++++++++++++++---------------- plugins/baser-core/composer.json | 28 ++++++++++++++-------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/composer.json b/composer.json index 7e49b0beb7..66d7ed660f 100644 --- a/composer.json +++ b/composer.json @@ -73,22 +73,22 @@ } }, "replace": { - "baserproject/baser-core": "5.0.4", - "baserproject/bc-admin-third": "5.0.4", - "baserproject/bc-blog": "5.0.4", - "baserproject/bc-column": "5.0.4", - "baserproject/bc-content-link": "5.0.4", - "baserproject/bc-custom-content": "5.0.4", - "baserproject/bc-editor-template": "5.0.4", - "baserproject/bc-favorite": "5.0.4", - "baserproject/bc-front": "5.0.4", - "baserproject/bc-installer": "5.0.4", - "baserproject/bc-mail": "5.0.4", - "baserproject/bc-search-index": "5.0.4", - "baserproject/bc-theme-config": "5.0.4", - "baserproject/bc-theme-file": "5.0.4", - "baserproject/bc-uploader": "5.0.4", - "baserproject/bc-widget-area": "5.0.4" + "baserproject/baser-core": "5.0.5", + "baserproject/bc-admin-third": "5.0.5", + "baserproject/bc-blog": "5.0.5", + "baserproject/bc-column": "5.0.5", + "baserproject/bc-content-link": "5.0.5", + "baserproject/bc-custom-content": "5.0.5", + "baserproject/bc-editor-template": "5.0.5", + "baserproject/bc-favorite": "5.0.5", + "baserproject/bc-front": "5.0.5", + "baserproject/bc-installer": "5.0.5", + "baserproject/bc-mail": "5.0.5", + "baserproject/bc-search-index": "5.0.5", + "baserproject/bc-theme-config": "5.0.5", + "baserproject/bc-theme-file": "5.0.5", + "baserproject/bc-uploader": "5.0.5", + "baserproject/bc-widget-area": "5.0.5" }, "scripts": { "post-install-cmd": "App\\Console\\Installer::postInstall", diff --git a/plugins/baser-core/composer.json b/plugins/baser-core/composer.json index a66c26c544..f2d219e6cc 100644 --- a/plugins/baser-core/composer.json +++ b/plugins/baser-core/composer.json @@ -15,20 +15,20 @@ "josegonzalez/dotenv": "^3.2", "mobiledetect/mobiledetectlib": "^2.8", "ext-json": "*", - "baserproject/bc-admin-third": "^5.1", - "baserproject/bc-blog": "^5.1", - "baserproject/bc-content-link": "^5.1", - "baserproject/bc-custom-content": "^5.1", - "baserproject/bc-editor-template": "^5.1", - "baserproject/bc-favorite": "^5.1", - "baserproject/bc-front": "^5.1", - "baserproject/bc-installer": "^5.1", - "baserproject/bc-mail": "^5.1", - "baserproject/bc-search-index": "^5.1", - "baserproject/bc-theme-config": "^5.1", - "baserproject/bc-theme-file": "^5.1", - "baserproject/bc-uploader": "^5.1", - "baserproject/bc-widget-area": "^5.1", + "baserproject/bc-admin-third": "^5.0.5", + "baserproject/bc-blog": "^5.0.5", + "baserproject/bc-content-link": "^5.0.5", + "baserproject/bc-custom-content": "^5.0.5", + "baserproject/bc-editor-template": "^5.0.5", + "baserproject/bc-favorite": "^5.0.5", + "baserproject/bc-front": "^5.0.5", + "baserproject/bc-installer": "^5.0.5", + "baserproject/bc-mail": "^5.0.5", + "baserproject/bc-search-index": "^5.0.5", + "baserproject/bc-theme-config": "^5.0.5", + "baserproject/bc-theme-file": "^5.0.5", + "baserproject/bc-uploader": "^5.0.5", + "baserproject/bc-widget-area": "^5.0.5", "imo-tikuwa/cakephp-soft-delete": "^2.0", "ext-mbstring": "*" }, From bbe952282fc0fe830636b9ff5579a8566081ac9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B4=E3=83=B3=E3=83=89=E3=83=BC?= Date: Thu, 28 Sep 2023 19:11:22 +0900 Subject: [PATCH 3/3] open 5.1-dev --- plugins/baser-core/composer.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/plugins/baser-core/composer.json b/plugins/baser-core/composer.json index f2d219e6cc..a66c26c544 100644 --- a/plugins/baser-core/composer.json +++ b/plugins/baser-core/composer.json @@ -15,20 +15,20 @@ "josegonzalez/dotenv": "^3.2", "mobiledetect/mobiledetectlib": "^2.8", "ext-json": "*", - "baserproject/bc-admin-third": "^5.0.5", - "baserproject/bc-blog": "^5.0.5", - "baserproject/bc-content-link": "^5.0.5", - "baserproject/bc-custom-content": "^5.0.5", - "baserproject/bc-editor-template": "^5.0.5", - "baserproject/bc-favorite": "^5.0.5", - "baserproject/bc-front": "^5.0.5", - "baserproject/bc-installer": "^5.0.5", - "baserproject/bc-mail": "^5.0.5", - "baserproject/bc-search-index": "^5.0.5", - "baserproject/bc-theme-config": "^5.0.5", - "baserproject/bc-theme-file": "^5.0.5", - "baserproject/bc-uploader": "^5.0.5", - "baserproject/bc-widget-area": "^5.0.5", + "baserproject/bc-admin-third": "^5.1", + "baserproject/bc-blog": "^5.1", + "baserproject/bc-content-link": "^5.1", + "baserproject/bc-custom-content": "^5.1", + "baserproject/bc-editor-template": "^5.1", + "baserproject/bc-favorite": "^5.1", + "baserproject/bc-front": "^5.1", + "baserproject/bc-installer": "^5.1", + "baserproject/bc-mail": "^5.1", + "baserproject/bc-search-index": "^5.1", + "baserproject/bc-theme-config": "^5.1", + "baserproject/bc-theme-file": "^5.1", + "baserproject/bc-uploader": "^5.1", + "baserproject/bc-widget-area": "^5.1", "imo-tikuwa/cakephp-soft-delete": "^2.0", "ext-mbstring": "*" },