We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2579c commit a8eda73Copy full SHA for a8eda73
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 4
2
3
-## Unreleased
+## 4.17.14 - 2026-04-23
4
5
- Fixed [high-severity](https://github.com/craftcms/cms/security/policy#severity--remediation) authorization bypass vulnerabilities. (GHSA-3w32-23wj-rxg3, GHSA-qh45-9g5p-m2v4)
6
src/config/app.php
@@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
- 'version' => '4.17.13.1',
+ 'version' => '4.17.14',
7
'schemaVersion' => '4.17.0.3',
8
'minVersionRequired' => '3.7.11',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments