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 a48d3e3 commit 9935c89Copy full SHA for 9935c89
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 5
2
3
-## Unreleased
+## 5.0.0-alpha.4 - 2024-01-02
4
5
- Entries can now have multiple authors. ([#12380](https://github.com/craftcms/cms/pull/12380))
6
- Sections now have a “Max Authors” setting. ([#12380](https://github.com/craftcms/cms/pull/12380))
src/config/app.php
@@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
- 'version' => '5.0.0-alpha.3',
+ 'version' => '5.0.0-alpha.4',
7
'schemaVersion' => '5.0.0.14',
8
'minVersionRequired' => '4.4.0',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments