Browse Source

Finish 3.9.15

3.x 3.9.15
brandonkelly 4 months ago
parent
commit
9e2781f26f
No known key found for this signature in database GPG Key ID: 5E86D0CED64C7093
  1. 2
      CHANGELOG.md
  2. 2
      src/config/app.php

2
CHANGELOG.md

@ -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.

2
src/config/app.php

@ -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

Loading…
Cancel
Save