Skip to content

Commit

Permalink
Finish 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Aug 22, 2023
1 parent 6524207 commit 960cb2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
17 changes: 0 additions & 17 deletions CHANGELOG-WIP.md

This file was deleted.

6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Release Notes for Craft CMS 3.x

## Unreleased
## 3.9.0 - 2023-08-22

- Updated Yii to 2.0.48.1. ([#13444](https://github.com/craftcms/cms/pull/13444))
- Loosened the Composer constraint to `^2.2.19`. ([#13396](https://github.com/craftcms/cms/discussions/13396))
- Internal Composer operations now use a bundled `composer.phar` file, rather than Composer’s PHP API. ([#13519](https://github.com/craftcms/cms/pull/13519))
- `craft\services\Assets::getAllDescendantFolders()` now has an `$asTree` argument. ([#13535](https://github.com/craftcms/cms/discussions/13535))
- Fixed a bug where asset exports could be blank if only subfolders were selected.

## 3.8.17 - 2023-08-08
Expand Down
2 changes: 1 addition & 1 deletion src/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
'version' => '3.8.17',
'version' => '3.9.0',
'schemaVersion' => '3.8.0.1',
'minVersionRequired' => '2.6.2788',
'basePath' => dirname(__DIR__), // Defines the @app alias
Expand Down

0 comments on commit 960cb2f

Please sign in to comment.