We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbe287 commit 9c7c6c0Copy full SHA for 9c7c6c0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 4
2
3
-## Unreleased
+## 4.14.10 - 2025-03-04
4
5
- Added `craft\base\conditions\BaseTextConditionRule::isEmpty()`.
6
- Added `craft\htmlpurifier\RelAttrLinkTypeDef`.
src/config/app.php
@@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
- 'version' => '4.14.9',
+ 'version' => '4.14.10',
7
'schemaVersion' => '4.5.3.0',
8
'minVersionRequired' => '3.7.11',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments