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 5740b0a commit 1fed537Copy full SHA for 1fed537
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 5
2
3
-## Unreleased
+## 5.8.15 - 2025-08-13
4
5
- Improved the performance of element queries. ([#16401](https://github.com/craftcms/cms/issues/16401))
6
- Updated svg-sanitizer to 0.22. ([#17738](https://github.com/craftcms/cms/issues/17738))
src/config/app.php
@@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
- 'version' => '5.8.14',
+ 'version' => '5.8.15',
7
'schemaVersion' => '5.8.0.3',
8
'minVersionRequired' => '4.5.0',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments