From 156b31de918dd7d1394079eb5b4d40194ac5d580 Mon Sep 17 00:00:00 2001 From: panlatent Date: Sat, 27 Apr 2024 14:40:21 +0800 Subject: [PATCH 1/2] Fix zh translations --- src/translations/zh/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/zh/app.php b/src/translations/zh/app.php index aa4de89936a..0661ec47473 100644 --- a/src/translations/zh/app.php +++ b/src/translations/zh/app.php @@ -1947,7 +1947,7 @@ '{attribute} must be no earlier than {min}.' => '“{attribute}”不得早于 {min}。', '{attribute} must be no greater than {max}.' => '“{attribute}”不得大于 {max}。', '{attribute} must be no later than {max}.' => '“{attribute}”不得晚于 {max}。', - '{attribute} must be no less than {min}.' => '“{attribute}”不得早于 {min}。', + '{attribute} must be no less than {min}.' => '“{attribute}”不得小于 {min}。', '{attribute} must be set to a new password.' => '“{attribute}”必须设置一个新的密码。', '{attribute} must contain “{slug}”' => '“{attribute}”必须包含“{slug}”', '{attribute} should contain at least {min, number} {min, plural, one{block} other{blocks}}.' => '“{attribute}”应至少包含 {min, number} {min, plural, one{个块} other{块}}。', From 6d8ff8d1729268e30a11c8620fb28566722613f8 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Mon, 29 Apr 2024 15:59:33 -0700 Subject: [PATCH 2/2] Finish 4.8.11 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f92bd72c2..fd3cac49e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 4 -## Unreleased +## 4.8.11 - 2024-04-29 - Fixed a bug where element caches weren’t getting invalidated when an element was moved within a structure. ([#14846](https://github.com/craftcms/cms/issues/14846)) - Fixed a bug where CSV’s header rows weren’t using the configured delimiter. ([#14855](https://github.com/craftcms/cms/issues/14855)) diff --git a/src/config/app.php b/src/config/app.php index dc7638051e2..723077ca78d 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '4.8.10', + 'version' => '4.8.11', 'schemaVersion' => '4.5.3.0', 'minVersionRequired' => '3.7.11', 'basePath' => dirname(__DIR__), // Defines the @app alias