We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdcc839 commit 2bcd199Copy full SHA for 2bcd199
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 5
2
3
-## Unreleased
+## 5.0.0-alpha.8 - 2024-01-23
4
5
- Fixed a PHP error that occurred when the Debug Toolbar was enabled. ([#14183](https://github.com/craftcms/cms/issues/14183))
6
src/config/app.php
@@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
- 'version' => '5.0.0-alpha.7',
+ 'version' => '5.0.0-alpha.8',
7
'schemaVersion' => '5.0.0.15',
8
'minVersionRequired' => '4.4.0',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments