Preparing 2.6.0 release

parent 62efe73a
...@@ -8,5 +8,5 @@ class AsgardCms ...@@ -8,5 +8,5 @@ class AsgardCms
* The AsgardCms version. * The AsgardCms version.
* @var string * @var string
*/ */
const VERSION = '2.5.2'; const VERSION = '2.6.0';
} }
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.x.x@unreleased": "2.6.0":
added: added:
- Added an <code>AsgardCms</code> class containing the current cms version - Added an <code>AsgardCms</code> class containing the current cms version
"2.5.2": "2.5.2":
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.x.x@unreleased": "2.6.0":
changed: changed:
- Refactored the Translation controller for clean code - Refactored the Translation controller for clean code
"2.5.1": "2.5.1":
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.x.x@unreleased": "2.6.0":
added: added:
- New methods on the Sentinel Guard, <code>logout</code> and <code>loginUsingId</code> - New methods on the Sentinel Guard, <code>logout</code> and <code>loginUsingId</code>
"2.5.0": "2.5.0":
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.x.x@unreleased": "2.6.0@unreleased":
changed: changed:
- Read core module version from the AsgardCms class other modules keep same logic (<code>version</code> key in <code>module.json</code>) - Read core module version from the AsgardCms class other modules keep same logic (<code>version</code> key in <code>module.json</code>)
"2.5.0": "2.5.0":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment