We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d596d7a commit 891cb7dCopy full SHA for 891cb7d
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 3.x
2
3
-## Unreleased
+## 3.8.11 - 2023-05-15
4
5
- Fixed a SQL error that could occur when updating to Craft 3.8 on PostgreSQL. ([#13186](https://github.com/craftcms/cms/issues/13186))
6
- Fixed a JavaScript error that occurred for Matrix inputs with static blocks. ([#13194](https://github.com/craftcms/cms/issues/13194))
src/config/app.php
@@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
- 'version' => '3.8.10.2',
+ 'version' => '3.8.11',
7
'schemaVersion' => '3.8.0.1',
8
'minVersionRequired' => '2.6.2788',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments