Adding changelog items

parent 64e51b1c
......@@ -8,6 +8,9 @@ versions:
- Replacing URL::route() by route() helper
- Updated menu ordering in Content section. Leaving spots in between for custom modules.
- Update menu ordering in Workshop section. Leaving spots in between for custom modules.
- Handle unauthorized and unauthenticated responses on Axios
- <code>Authorization</code> middleware now throws a 403 FORBIDDEN response instead of 401 to match HTTP spec.
- <code>AdminMiddleware</code> can now handle ajax requests
"2.6.1":
changed:
- Fixing installation having 2x port in <code>.env</code>
......
url: https://github.com/AsgardCms/Platform
versions:
"3.0.0@unreleased":
added:
- <code>logUserIn</code> on the <code>Authentication</code> interface to log a user object in
changed:
- <code>AuthorisedApiToken</code> middleware now logs a user in
"2.6.0":
added:
- New methods on the Sentinel Guard, <code>logout</code> and <code>loginUsingId</code>
......
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