Skip to content

Commit

Permalink
basercms-5.0.21 をリリース
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Oct 24, 2024
1 parent ffc5df0 commit 1a5acb3
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 39 deletions.
50 changes: 25 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "baserproject/basercms",
"description": "baserCMS plugin for CakePHP",
"homepage": "https://basercms.net",
"type": "project",
"license": "MIT",
"type": "project",
"homepage": "https://basercms.net",
"require": {
"php": ">=8.0",
"ext-gd": "*",
Expand All @@ -29,6 +29,23 @@
"vierge-noire/cakephp-fixture-factories": "^2.5",
"vierge-noire/cakephp-test-suite-light": "^2.0"
},
"replace": {
"baserproject/baser-core": "5.0.20",
"baserproject/bc-admin-third": "5.0.20",
"baserproject/bc-blog": "5.0.20",
"baserproject/bc-content-link": "5.0.20",
"baserproject/bc-custom-content": "5.0.20",
"baserproject/bc-editor-template": "5.0.20",
"baserproject/bc-favorite": "5.0.20",
"baserproject/bc-front": "5.0.20",
"baserproject/bc-installer": "5.0.20",
"baserproject/bc-mail": "5.0.20",
"baserproject/bc-search-index": "5.0.20",
"baserproject/bc-theme-config": "5.0.20",
"baserproject/bc-theme-file": "5.0.20",
"baserproject/bc-uploader": "5.0.20",
"baserproject/bc-widget-area": "5.0.20"
},
"suggest": {
"markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.",
"dereuromark/cakephp-ide-helper": "After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan/Psalm compatibility.",
Expand Down Expand Up @@ -74,22 +91,12 @@
"BcWidgetArea\\Test\\": "plugins/bc-widget-area/tests/"
}
},
"replace": {
"baserproject/baser-core": "5.0.20",
"baserproject/bc-admin-third": "5.0.20",
"baserproject/bc-blog": "5.0.20",
"baserproject/bc-content-link": "5.0.20",
"baserproject/bc-custom-content": "5.0.20",
"baserproject/bc-editor-template": "5.0.20",
"baserproject/bc-favorite": "5.0.20",
"baserproject/bc-front": "5.0.20",
"baserproject/bc-installer": "5.0.20",
"baserproject/bc-mail": "5.0.20",
"baserproject/bc-search-index": "5.0.20",
"baserproject/bc-theme-config": "5.0.20",
"baserproject/bc-theme-file": "5.0.20",
"baserproject/bc-uploader": "5.0.20",
"baserproject/bc-widget-area": "5.0.20"
"config": {
"sort-packages": true,
"allow-plugins": {
"cakephp/plugin-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"post-install-cmd": "App\\Console\\Installer::postInstall",
Expand All @@ -112,12 +119,5 @@
"Composer\\Config::disableProcessTimeout",
"vendor/bin/phpunit --colors=always"
]
},
"config": {
"sort-packages": true,
"allow-plugins": {
"cakephp/plugin-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
7 changes: 7 additions & 0 deletions plugins/baser-core/VERSION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
CHG: 変更内容 / BUG: バグフィックス / NEW: 機能追加


[2024-10-24] basercms-5.0.21
- BUG [BC] 運営ユーザーが実行できないスクリプトイベントに「onerror」を追加
- BUG [BC] コンテンツ一覧でコンテンツを新規登録する際の通知メッセージをサニタイズ
- BUG [BC] ダッシュボードの受信メールのメールフォーム表示名についてサニタイズ
- BUG [BC] アップデート可能なバージョンの数量カウントが間違っていたため調整
- BUG [BC] コンテンツ管理でゴミ箱に入れた際、ツリー構造が壊れてしまう問題を改善

[2024-07-18] basercms-5.0.20
- CHG [BC] アップデーターにて最新版ダウンロード時に、一時フォルダを初期化するようにした
- CHG [BC] アップデーターにてダウンロードするバージョンを指定できるようにした
Expand Down
28 changes: 14 additions & 14 deletions plugins/baser-core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"josegonzalez/dotenv": "^3.2",
"mobiledetect/mobiledetectlib": "^2.8",
"ext-json": "*",
"baserproject/bc-admin-third": "5.0.x",
"baserproject/bc-blog": "5.0.x",
"baserproject/bc-content-link": "5.0.x",
"baserproject/bc-custom-content": "5.0.x",
"baserproject/bc-editor-template": "5.0.x",
"baserproject/bc-favorite": "5.0.x",
"baserproject/bc-front": "5.0.x",
"baserproject/bc-installer": "5.0.x",
"baserproject/bc-mail": "5.0.x",
"baserproject/bc-search-index": "5.0.x",
"baserproject/bc-theme-config": "5.0.x",
"baserproject/bc-theme-file": "5.0.x",
"baserproject/bc-uploader": "5.0.x",
"baserproject/bc-widget-area": "5.0.x",
"baserproject/bc-admin-third": "5.0.21",
"baserproject/bc-blog": "5.0.21",
"baserproject/bc-content-link": "5.0.21",
"baserproject/bc-custom-content": "5.0.21",
"baserproject/bc-editor-template": "5.0.21",
"baserproject/bc-favorite": "5.0.21",
"baserproject/bc-front": "5.0.21",
"baserproject/bc-installer": "5.0.21",
"baserproject/bc-mail": "5.0.21",
"baserproject/bc-search-index": "5.0.21",
"baserproject/bc-theme-config": "5.0.21",
"baserproject/bc-theme-file": "5.0.21",
"baserproject/bc-uploader": "5.0.21",
"baserproject/bc-widget-area": "5.0.21",
"ext-mbstring": "*",
"ext-zip": "*",
"ext-gd": "*"
Expand Down

0 comments on commit 1a5acb3

Please sign in to comment.