brandonkelly
4 months ago
No known key found for this signature in database
GPG Key ID: 5E86D0CED64C7093
2 changed files with
2 additions and
2 deletions
-
CHANGELOG.md
-
src/config/app.php
|
@ -1,6 +1,6 @@ |
|
|
# Release Notes for Craft CMS 3.x |
|
|
# Release Notes for Craft CMS 3.x |
|
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
|
## 3.9.15 - 2025-04-10 [CRITICAL] |
|
|
|
|
|
|
|
|
- Fixed an RCE vulnerability. |
|
|
- Fixed an RCE vulnerability. |
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
return [ |
|
|
return [ |
|
|
'id' => 'CraftCMS', |
|
|
'id' => 'CraftCMS', |
|
|
'name' => 'Craft CMS', |
|
|
'name' => 'Craft CMS', |
|
|
'version' => '3.9.14', |
|
|
|
|
|
|
|
|
'version' => '3.9.15', |
|
|
'schemaVersion' => '3.8.0.1', |
|
|
'schemaVersion' => '3.8.0.1', |
|
|
'minVersionRequired' => '2.6.2788', |
|
|
'minVersionRequired' => '2.6.2788', |
|
|
'basePath' => dirname(__DIR__), // Defines the @app alias
|
|
|
'basePath' => dirname(__DIR__), // Defines the @app alias
|
|
|