Unverified Commit 002da1d3 authored by Nicolas Widart's avatar Nicolas Widart

Merge branch '2.0'

* 2.0:
  Preparing 2.6.1 release
  Swap port & host
  Preparing 2.6.0 release
parents cb0df013 17ddc9ea
......@@ -8,5 +8,5 @@ class AsgardCms
* The AsgardCms version.
* @var string
*/
const VERSION = '2.5.2';
const VERSION = '2.6.1';
}
url: https://github.com/AsgardCms/Platform
versions:
"2.x.x@unreleased":
"2.6.1":
changed:
- Fixing installation having 2x port in <code>.env</code>
"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