Skip to content

Commit

Permalink
basercms-5.1.3 をリリース
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Oct 24, 2024
1 parent ad8d999 commit c3295c5
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 34 deletions.
68 changes: 34 additions & 34 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",
"license": "MIT",
"type": "project",
"homepage": "https://basercms.net",
"require": {
"php": ">=8.1",
"ext-gd": "*",
Expand Down Expand Up @@ -31,6 +31,32 @@
"vierge-noire/cakephp-fixture-factories": "^3.0",
"vierge-noire/cakephp-test-suite-light": "^3.0"
},
"replace": {
"baserproject/baser-core": "5.1.2",
"baserproject/bc-admin-third": "5.1.2",
"baserproject/bc-blog": "5.1.2",
"baserproject/bc-column": "5.1.2",
"baserproject/bc-content-link": "5.1.2",
"baserproject/bc-custom-content": "5.1.2",
"baserproject/bc-editor-template": "5.1.2",
"baserproject/bc-favorite": "5.1.2",
"baserproject/bc-front": "5.1.2",
"baserproject/bc-installer": "5.1.2",
"baserproject/bc-mail": "5.1.2",
"baserproject/bc-plugin-sample": "5.1.2",
"baserproject/bc-search-index": "5.1.2",
"baserproject/bc-theme-config": "5.1.2",
"baserproject/bc-theme-file": "5.1.2",
"baserproject/bc-theme-sample": "5.1.2",
"baserproject/bc-uploader": "5.1.2",
"baserproject/bc-widget-area": "5.1.2"
},
"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.",
"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.",
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications."
},
"autoload": {
"psr-4": {
"App\\": "src/",
Expand Down Expand Up @@ -72,6 +98,13 @@
"BcWidgetArea\\Test\\": "plugins/bc-widget-area/tests/"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"cakephp/plugin-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"post-install-cmd": "App\\Console\\Installer::postInstall",
"post-update-cmd": "App\\Console\\Installer::postInstall",
Expand All @@ -93,38 +126,5 @@
"Composer\\Config::disableProcessTimeout",
"vendor/bin/phpunit --colors=always"
]
},
"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.",
"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.",
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications."
},
"config": {
"sort-packages": true,
"allow-plugins": {
"cakephp/plugin-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"replace": {
"baserproject/baser-core": "5.1.2",
"baserproject/bc-admin-third": "5.1.2",
"baserproject/bc-blog": "5.1.2",
"baserproject/bc-column": "5.1.2",
"baserproject/bc-content-link": "5.1.2",
"baserproject/bc-custom-content": "5.1.2",
"baserproject/bc-editor-template": "5.1.2",
"baserproject/bc-favorite": "5.1.2",
"baserproject/bc-front": "5.1.2",
"baserproject/bc-installer": "5.1.2",
"baserproject/bc-mail": "5.1.2",
"baserproject/bc-plugin-sample": "5.1.2",
"baserproject/bc-search-index": "5.1.2",
"baserproject/bc-theme-config": "5.1.2",
"baserproject/bc-theme-file": "5.1.2",
"baserproject/bc-theme-sample": "5.1.2",
"baserproject/bc-uploader": "5.1.2",
"baserproject/bc-widget-area": "5.1.2"
}
}
19 changes: 19 additions & 0 deletions plugins/baser-core/VERSION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@
CHG: 変更内容 / BUG: バグフィックス / NEW: 機能追加


[2024-10-24] basercms-5.1.3
- NEW [BC] さくらのVPSのSSLに対応
- CHG [BC] baserCMS4系で使用していたときのパスワードが引き継げない問題を解決
- BUG [BC] プラグイン一覧に開発者の表記にbrタグが入ってる問題を調整
- BUG [BC] 初期ユーザー以外のシステム管理ユーザーは自分のユーザー情報を編集しようとすると運営ユーザーしか選択できなくなる問題を解決
- BUG [BC] 利用可能バージョンの取得処理を調整
- BUG [BC] サブフォルダ環境でログイン時のリダイレクト先が間違っている問題を改善
- BUG [BC] 固定ページをエレメントとして読み込めない問題を改善
- BUG [BC] メインサイトの管理画面からサブサイト記事にアクセスするとURLが正しく生成されない問題を解消
- BUG [BC] カスタムコンテンツ:エラーメッセージに情報不足な部分がある問題を改善
- BUG [BC] メインサイトでブログのエイリアスを作成すると、Blog->Posts()で呼び出された記事のURLがすべて1つ目のエイリアスのURLになってしまう問題を改善
- BUG [BC] SitesTable::findByUrl() の判定を調整
- BUG [BC] サブサイト(独自ドメイン)で作成したページがエイリアス付きサブサイトと混同される問題を改善
- BUG [BC] カスタムコンテンツにてファイル項目を含むエントリーをプレビュー時にエラーとなる問題を改善
- BUG [BC] エディタをなしに設定しても、ブログ記事の編集画面でCKEditorが選択されてしまう問題を改善
- BUG [BC] 管理画面テーマの選択の不具合を改善 fix #3884
- BUG [UL] フロント側のログインユーザーに公開期間外のアップロードファイルが表示されてしまう問題を改善


[2024-09-26] basercms-5.1.2
- NEW [BC] JWTキー生成コマンド追加
- BUG [BC] BcUploadで作成したフォルダの権限が書き込み可能になっていない問題を改善
Expand Down

0 comments on commit c3295c5

Please sign in to comment.