We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38e3cc commit 819066cCopy full SHA for 819066c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 5
2
3
-## Unreleased
+## 5.7.1.1 - 2025-04-17
4
5
- Fixed a bug where Time field values weren’t saving properly. ([#17114](https://github.com/craftcms/cms/issues/17114))
6
- Fixed a styling issue. ([#17110](https://github.com/craftcms/cms/issues/17110))
src/config/app.php
@@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
- 'version' => '5.7.1',
+ 'version' => '5.7.1.1',
7
'schemaVersion' => '5.7.0.3',
8
'minVersionRequired' => '4.5.0',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments