Preparing 2.6.0 release

parent 62efe73a
......@@ -8,5 +8,5 @@ class AsgardCms
* The AsgardCms version.
* @var string
*/
const VERSION = '2.5.2';
const VERSION = '2.6.0';
}
url: https://github.com/AsgardCms/Platform
versions:
"2.x.x@unreleased":
"2.6.0":
added:
- Added an <code>AsgardCms</code> class containing the current cms version
"2.5.2":
......
url: https://github.com/AsgardCms/Platform
versions:
"2.x.x@unreleased":
"2.6.0":
changed:
- Refactored the Translation controller for clean code
"2.5.1":
......
url: https://github.com/AsgardCms/Platform
versions:
"2.x.x@unreleased":
"2.6.0":
added:
- New methods on the Sentinel Guard, <code>logout</code> and <code>loginUsingId</code>
"2.5.0":
......
url: https://github.com/AsgardCms/Platform
versions:
"2.x.x@unreleased":
"2.6.0@unreleased":
changed:
- 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":
......
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