Skip to content

Commit

Permalink
Finish 4.5.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Aug 15, 2023
1 parent d2cf494 commit c44911b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

- Fixed a bug where icons within secondary buttons were illegible when active.

## Unreleased (4.5)
## 4.5.0-beta.2 - 2023-08-15

- Added `craft\events\AssetBundleEvent`.
- Added `craft\web\View::EVENT_AFTER_REGISTER_ASSET_BUNDLE`.
- Added support for the `CRAFT_LOG_ALLOW_LINE_BREAKS` environment variable. ([#13544](https://github.com/craftcms/cms/pull/13544))
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' => '4.5.0-beta.1',
'version' => '4.5.0-beta.2',
'schemaVersion' => '4.5.0.2',
'minVersionRequired' => '3.7.11',
'basePath' => dirname(__DIR__), // Defines the @app alias
Expand Down

0 comments on commit c44911b

Please sign in to comment.