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 3a11060 commit 97f4e4eCopy full SHA for 97f4e4e
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 6
2
3
-## Unreleased
+## 6.0.0-alpha.4 - 2026-05-19
4
5
- Added support for plugins to register Laravel scheduled tasks that run via `php artisan schedule:run`.
6
- Updated `yiisoft/html` to 4.1.0. ([#18920](https://github.com/craftcms/cms/pull/18920))
src/Cms.php
@@ -28,7 +28,7 @@
28
{
29
public const string NAME = 'Craft CMS';
30
31
- public const string VERSION = '6.0.0-alpha.3';
+ public const string VERSION = '6.0.0-alpha.4';
32
33
public const string SCHEMA_VERSION = '6.0.0.2';
34
0 commit comments