diff --git a/Modules/Core/Foundation/AsgardCms.php b/Modules/Core/Foundation/AsgardCms.php index 09d571e12..2fbe398e8 100644 --- a/Modules/Core/Foundation/AsgardCms.php +++ b/Modules/Core/Foundation/AsgardCms.php @@ -8,5 +8,5 @@ class AsgardCms * The AsgardCms version. * @var string */ - const VERSION = '3.5.3'; + const VERSION = '3.6.0'; } diff --git a/Modules/Core/changelog.yml b/Modules/Core/changelog.yml index 9d1f0c931..c65160541 100644 --- a/Modules/Core/changelog.yml +++ b/Modules/Core/changelog.yml @@ -1,6 +1,6 @@ url: https://github.com/AsgardCms/Platform versions: - "@unreleased": + "3.6.0": added: - New Hungarian translations - new i18nFile & normalFile macros diff --git a/Modules/Media/changelog.yml b/Modules/Media/changelog.yml index b10fd6bcc..efd348d3f 100644 --- a/Modules/Media/changelog.yml +++ b/Modules/Media/changelog.yml @@ -1,6 +1,6 @@ url: https://github.com/AsgardCms/Platform versions: - "@unreleased": + "3.6.0": added: - New MediaMuliple component for vuejs projects "3.5.1": diff --git a/Modules/Page/changelog.yml b/Modules/Page/changelog.yml index 31ecca4f3..251b8e824 100644 --- a/Modules/Page/changelog.yml +++ b/Modules/Page/changelog.yml @@ -1,6 +1,6 @@ url: https://github.com/AsgardCms/Platform versions: - "@unreleased": + "3.6.0": added: - Add canonical and metadata for pages changed: diff --git a/Modules/Setting/changelog.yml b/Modules/Setting/changelog.yml index 540bd1c57..ad228081c 100644 --- a/Modules/Setting/changelog.yml +++ b/Modules/Setting/changelog.yml @@ -1,6 +1,6 @@ url: https://github.com/AsgardCms/Platform versions: - "@unreleased": + "3.6.0": added: - New @hasSetting() and @endHasSetting directives "3.5.3": diff --git a/Modules/User/changelog.yml b/Modules/User/changelog.yml index 3dad65dca..70f9ab64a 100644 --- a/Modules/User/changelog.yml +++ b/Modules/User/changelog.yml @@ -1,6 +1,6 @@ url: https://github.com/AsgardCms/Platform versions: - "@unreleased": + "3.6.0": changed: - Adding a test the user token is correctly generated - Fix creation of an activated user