brandonkelly
4 years ago
No known key found for this signature in database
GPG Key ID: 5E86D0CED64C7093
3 changed files with
5 additions and
5 deletions
-
CHANGELOG.md
-
composer.json
-
src/config/app.php
|
|
@ -1,10 +1,10 @@ |
|
|
|
# Release Notes for Craft CMS 3.x |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
## 3.7.17.1 - 2021-10-20 |
|
|
|
|
|
|
|
### Fixed |
|
|
|
- Fixed a bug where database backups could error on some Windows servers. ([#9978](https://github.com/craftcms/cms/issues/9978)) |
|
|
|
- Fixed a bug where you couldn’t upload assets if your storage folder was symlinked. ([#9980](https://github.com/craftcms/cms/issues/9980)) |
|
|
|
- Fixed an error that could occur when creating database backups on Windows. ([#9978](https://github.com/craftcms/cms/issues/9978)) |
|
|
|
- Fixed a bug where it wasn’t possible to upload assets if the `storage/` folder was symlinked. ([#9980](https://github.com/craftcms/cms/issues/9980)) |
|
|
|
|
|
|
|
## 3.7.17 - 2021-10-19 |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
{ |
|
|
|
"name": "craftcms/cms", |
|
|
|
"description": "Craft CMS", |
|
|
|
"version": "3.7.17", |
|
|
|
"version": "3.7.17.1", |
|
|
|
"keywords": [ |
|
|
|
"cms", |
|
|
|
"craftcms", |
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
return [ |
|
|
|
'id' => 'CraftCMS', |
|
|
|
'name' => 'Craft CMS', |
|
|
|
'version' => '3.7.17', |
|
|
|
'version' => '3.7.17.1', |
|
|
|
'schemaVersion' => '3.7.8', |
|
|
|
'minVersionRequired' => '2.6.2788', |
|
|
|
'basePath' => dirname(__DIR__), // Defines the @app alias
|
|
|
|