Skip to content

Commit

Permalink
Merge branch 'dev-5' of github.com:baserproject/basercms into dev-5
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Sep 28, 2023
2 parents 988a1c0 + bbe9522 commit 968ee4c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 17 deletions.
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 10 additions & 1 deletion plugins/baser-core/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
5.0.4
5.0.5

///////////////////////////////////////////////////////////////////////////////////////////////////////////
// +---------------------------------------------------------------------------------------------------+ //
Expand All @@ -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 パスワード再発行時メールアドレスが存在しない場合の挙動を改善
Expand Down

0 comments on commit 968ee4c

Please sign in to comment.