We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e1aab commit 72064b3Copy full SHA for 72064b3
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 5
2
3
-## Unreleased
+## 5.6.11 - 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' => '5.6.10.2',
+ 'version' => '5.6.11',
7
'schemaVersion' => '5.6.0.2',
8
'minVersionRequired' => '4.5.0',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments