Skip to content

Commit b16c521

Browse files
committed
Preparing 3.6.0 release
1 parent c3c1797 commit b16c521

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Modules/Core/Foundation/AsgardCms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ class AsgardCms
88
* The AsgardCms version.
99
* @var string
1010
*/
11-
const VERSION = '3.5.3';
11+
const VERSION = '3.6.0';
1212
}

Modules/Core/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
url: https://github.com/AsgardCms/Platform
22
versions:
3-
"@unreleased":
3+
"3.6.0":
44
added:
55
- New Hungarian translations
66
- new <code>i18nFile</code> & <code>normalFile</code> macros

Modules/Media/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
url: https://github.com/AsgardCms/Platform
22
versions:
3-
"@unreleased":
3+
"3.6.0":
44
added:
55
- New MediaMuliple component for vuejs projects
66
"3.5.1":

Modules/Page/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
url: https://github.com/AsgardCms/Platform
22
versions:
3-
"@unreleased":
3+
"3.6.0":
44
added:
55
- Add canonical and metadata for pages
66
changed:

Modules/Setting/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
url: https://github.com/AsgardCms/Platform
22
versions:
3-
"@unreleased":
3+
"3.6.0":
44
added:
55
- New <code>@hasSetting()</code> and <code>@endHasSetting</code> directives
66
"3.5.3":

Modules/User/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
url: https://github.com/AsgardCms/Platform
22
versions:
3-
"@unreleased":
3+
"3.6.0":
44
changed:
55
- Adding a test the user token is correctly generated
66
- Fix creation of an activated user

0 commit comments

Comments
 (0)