We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3769a77 commit 31c8d3eCopy full SHA for 31c8d3e
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 3.x
2
3
-## Unreleased
+## 3.9.14 - 2024-12-19 [CRITICAL]
4
5
- Fixed an RCE vulnerability.
6
src/config/app.php
@@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
- 'version' => '3.9.13',
+ 'version' => '3.9.14',
7
'schemaVersion' => '3.8.0.1',
8
'minVersionRequired' => '2.6.2788',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments