Skip to content

Commit 31c8d3e

Browse files
committed
Finish 3.9.14
1 parent 3769a77 commit 31c8d3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
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.9.14 - 2024-12-19 [CRITICAL]
44

55
- Fixed an RCE vulnerability.
66

src/config/app.php

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

0 commit comments

Comments
 (0)