Skip to content

Commit 891cb7d

Browse files
committed
Finish 3.8.11
1 parent d596d7a commit 891cb7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes for Craft CMS 3.x
22

3-
## Unreleased
3+
## 3.8.11 - 2023-05-15
44

55
- Fixed a SQL error that could occur when updating to Craft 3.8 on PostgreSQL. ([#13186](https://github.com/craftcms/cms/issues/13186))
66
- Fixed a JavaScript error that occurred for Matrix inputs with static blocks. ([#13194](https://github.com/craftcms/cms/issues/13194))

src/config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'id' => 'CraftCMS',
55
'name' => 'Craft CMS',
6-
'version' => '3.8.10.2',
6+
'version' => '3.8.11',
77
'schemaVersion' => '3.8.0.1',
88
'minVersionRequired' => '2.6.2788',
99
'basePath' => dirname(__DIR__), // Defines the @app alias

0 commit comments

Comments
 (0)