Skip to content

Commit 683b2a0

Browse files
committed
basercms-5.1.8 をリリース
1 parent 6389a65 commit 683b2a0

File tree

2 files changed

+45
-34
lines changed

2 files changed

+45
-34
lines changed

composer.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "baserproject/basercms",
33
"description": "baserCMS plugin for CakePHP",
4-
"homepage": "https://basercms.net",
54
"license": "MIT",
65
"type": "project",
6+
"homepage": "https://basercms.net",
77
"require": {
88
"php": ">=8.1",
99
"ext-gd": "*",
@@ -31,6 +31,32 @@
3131
"vierge-noire/cakephp-fixture-factories": "^3.0",
3232
"vierge-noire/cakephp-test-suite-light": "^3.0"
3333
},
34+
"replace": {
35+
"baserproject/baser-core": "5.1.7",
36+
"baserproject/bc-admin-third": "5.1.7",
37+
"baserproject/bc-blog": "5.1.7",
38+
"baserproject/bc-column": "5.1.7",
39+
"baserproject/bc-content-link": "5.1.7",
40+
"baserproject/bc-custom-content": "5.1.7",
41+
"baserproject/bc-editor-template": "5.1.7",
42+
"baserproject/bc-favorite": "5.1.7",
43+
"baserproject/bc-front": "5.1.7",
44+
"baserproject/bc-installer": "5.1.7",
45+
"baserproject/bc-mail": "5.1.7",
46+
"baserproject/bc-plugin-sample": "5.1.7",
47+
"baserproject/bc-search-index": "5.1.7",
48+
"baserproject/bc-theme-config": "5.1.7",
49+
"baserproject/bc-theme-file": "5.1.7",
50+
"baserproject/bc-theme-sample": "5.1.7",
51+
"baserproject/bc-uploader": "5.1.7",
52+
"baserproject/bc-widget-area": "5.1.7"
53+
},
54+
"suggest": {
55+
"markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.",
56+
"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.",
57+
"phpstan/phpstan": "PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code.",
58+
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications."
59+
},
3460
"autoload": {
3561
"psr-4": {
3662
"App\\": "src/",
@@ -72,6 +98,13 @@
7298
"BcWidgetArea\\Test\\": "plugins/bc-widget-area/tests/"
7399
}
74100
},
101+
"config": {
102+
"sort-packages": true,
103+
"allow-plugins": {
104+
"cakephp/plugin-installer": true,
105+
"dealerdirect/phpcodesniffer-composer-installer": true
106+
}
107+
},
75108
"scripts": {
76109
"post-install-cmd": "App\\Console\\Installer::postInstall",
77110
"post-update-cmd": "App\\Console\\Installer::postInstall",
@@ -93,38 +126,5 @@
93126
"Composer\\Config::disableProcessTimeout",
94127
"vendor/bin/phpunit --colors=always"
95128
]
96-
},
97-
"suggest": {
98-
"markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.",
99-
"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.",
100-
"phpstan/phpstan": "PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code.",
101-
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications."
102-
},
103-
"config": {
104-
"sort-packages": true,
105-
"allow-plugins": {
106-
"cakephp/plugin-installer": true,
107-
"dealerdirect/phpcodesniffer-composer-installer": true
108-
}
109-
},
110-
"replace": {
111-
"baserproject/baser-core": "5.1.7",
112-
"baserproject/bc-admin-third": "5.1.7",
113-
"baserproject/bc-blog": "5.1.7",
114-
"baserproject/bc-column": "5.1.7",
115-
"baserproject/bc-content-link": "5.1.7",
116-
"baserproject/bc-custom-content": "5.1.7",
117-
"baserproject/bc-editor-template": "5.1.7",
118-
"baserproject/bc-favorite": "5.1.7",
119-
"baserproject/bc-front": "5.1.7",
120-
"baserproject/bc-installer": "5.1.7",
121-
"baserproject/bc-mail": "5.1.7",
122-
"baserproject/bc-plugin-sample": "5.1.7",
123-
"baserproject/bc-search-index": "5.1.7",
124-
"baserproject/bc-theme-config": "5.1.7",
125-
"baserproject/bc-theme-file": "5.1.7",
126-
"baserproject/bc-theme-sample": "5.1.7",
127-
"baserproject/bc-uploader": "5.1.7",
128-
"baserproject/bc-widget-area": "5.1.7"
129129
}
130130
}

plugins/baser-core/VERSION.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
CHG: 変更内容 / BUG: バグフィックス / NEW: 機能追加
1515

1616

17+
[2025-06-25] basercms-5.1.8
18+
- CHG [BC] 【システム】フロントデフォルトテーマよりドキュメントルート直下のアセットを優先する仕様に調整
19+
- CHG [BC] 【システム】composer.jsonのscript内のinstall名をapp-installに変更 fix #4166
20+
- CHG [CC] 【カスタムコンテンツ】エントリー編集画面の公開URL表示を調整
21+
- BUG [BC] 【システム】管理画面でcssが重複して読み込まれてしまう問題を解決 fix #4203
22+
- BUG [BC] 【フィード】index.rssがErrorになる問題を解決 fix #4176
23+
- BUG [CC] 【カスタムコンテンツ】特定のカスタムコンテンツでプレビューを押すとエラーになる問題を解決 fix #4201
24+
- BUG [CC] 【カスタムコンテンツ】コンテンツテンプレートの選択欄にてリストが正常に表示されない問題を改善
25+
- BUG [CC] 【カスタムコンテンツ】アーカイブページでファイルフィールドが表示できない問題を改善
26+
- BUG [CC] 【カスタムコンテンツ】layoutテンプレートが詳細ではdefaultに戻ってしまう問題を改善 fix #4186
27+
1728
[2025-05-22] basercms-5.1.7
1829
- NEW [CC] カスタムコンテンツ草稿プレビュー機能実装
1930
- NEW [CC] カスタムコンテンツにアーカイブ機能を追加

0 commit comments

Comments
 (0)