Skip to content

Commit 95e32a7

Browse files
committed
Merge branch '5.1.x' of github.com:baserproject/basercms into 5.1.x
2 parents 5e6eb25 + aa97a91 commit 95e32a7

File tree

3 files changed

+31
-21
lines changed

3 files changed

+31
-21
lines changed

composer.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -108,23 +108,23 @@
108108
}
109109
},
110110
"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"
111+
"baserproject/baser-core": "5.1.8",
112+
"baserproject/bc-admin-third": "5.1.8",
113+
"baserproject/bc-blog": "5.1.8",
114+
"baserproject/bc-column": "5.1.8",
115+
"baserproject/bc-content-link": "5.1.8",
116+
"baserproject/bc-custom-content": "5.1.8",
117+
"baserproject/bc-editor-template": "5.1.8",
118+
"baserproject/bc-favorite": "5.1.8",
119+
"baserproject/bc-front": "5.1.8",
120+
"baserproject/bc-installer": "5.1.8",
121+
"baserproject/bc-mail": "5.1.8",
122+
"baserproject/bc-plugin-sample": "5.1.8",
123+
"baserproject/bc-search-index": "5.1.8",
124+
"baserproject/bc-theme-config": "5.1.8",
125+
"baserproject/bc-theme-file": "5.1.8",
126+
"baserproject/bc-theme-sample": "5.1.8",
127+
"baserproject/bc-uploader": "5.1.8",
128+
"baserproject/bc-widget-area": "5.1.8"
129129
}
130130
}

plugins/baser-core/VERSION.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
5.1.8
1+
5.1.9
22

33
///////////////////////////////////////////////////////////////////////////////////////////////////////////
44
// +---------------------------------------------------------------------------------------------------+ //
@@ -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] カスタムコンテンツにアーカイブ機能を追加

plugins/bc-front/templates/plugin/BcBlog/element/blog_comments.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@
7171
<td><?php echo $this->BcForm->control('name', ['type' => 'text', 'required' => false]) ?></td>
7272
</tr>
7373
<tr>
74-
<th><?php echo $this->BcForm->label('email', __d('baser_core', 'メールアドレス')) ?>
75-
<span class="required"><?php echo __d('baser_core', '必須') ?></span></th>
74+
<th><?php echo $this->BcForm->label('email', __d('baser_core', 'メールアドレス')) ?></th>
7675
<td>
7776
<?php echo $this->BcForm->control('email', ['type' => 'text', 'size' => 30, 'required' => false]) ?>
7877
&nbsp;

0 commit comments

Comments
 (0)