Documenting menu weight changes

parent 02601a1b
...@@ -6,6 +6,7 @@ versions: ...@@ -6,6 +6,7 @@ versions:
changed: changed:
- Using return type hints in <code>MediaController</code> - Using return type hints in <code>MediaController</code>
- Optional media fields are set to allow null - Optional media fields are set to allow null
- The media menu item weight has been changed to <code>20</code>.
"2.5.0": "2.5.0":
added: added:
- <code>FileWasCreated</code> event - <code>FileWasCreated</code> event
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"3.0.0@unreleased":
changed:
- The menu menu item weight has been changed to <code>30</code>.
"2.5.0": "2.5.0":
added: added:
- Trigger event before a menu is created (<code>MenuIsCreating</code>) allow data to be changed - Trigger event before a menu is created (<code>MenuIsCreating</code>) allow data to be changed
......
...@@ -4,6 +4,8 @@ versions: ...@@ -4,6 +4,8 @@ versions:
added: added:
- Created a vue component for the page table index - Created a vue component for the page table index
- Create a vue component for the page create and edit views - Create a vue component for the page create and edit views
changed:
- The page menu item weight has been changed to <code>10</code>.
"2.5.1": "2.5.1":
changed: changed:
- Renamed hook <code>ContentIsRendering</code> to <code>PageContentIsRendering</code> making it more specific - Renamed hook <code>ContentIsRendering</code> to <code>PageContentIsRendering</code> making it more specific
......
...@@ -3,6 +3,7 @@ versions: ...@@ -3,6 +3,7 @@ versions:
"3.0.0@unreleased": "3.0.0@unreleased":
changed: changed:
- Fixing active class on settings module list sidebar - Fixing active class on settings module list sidebar
- The setting menu item weight has been changed to <code>20</code>.
"2.5.0": "2.5.0":
changed: changed:
- Normalise the setting was created event - Normalise the setting was created event
......
...@@ -3,6 +3,8 @@ versions: ...@@ -3,6 +3,8 @@ versions:
"3.0.0@unreleased": "3.0.0@unreleased":
added: added:
- Created a vue component for the tags input - Created a vue component for the tags input
changed:
- The tag menu item weight has been changed to <code>50</code>.
"2.5.0": "2.5.0":
added: added:
- Create and trigger events when tags are created and updated - Create and trigger events when tags are created and updated
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"3.0.0@unreleased":
changed:
- The translation menu item weight has been changed to <code>40</code>.
"2.6.0": "2.6.0":
changed: changed:
- Refactored the Translation controller for clean code - Refactored the Translation controller for clean code
......
...@@ -5,6 +5,7 @@ versions: ...@@ -5,6 +5,7 @@ versions:
- <code>logUserIn</code> on the <code>Authentication</code> interface to log a user object in - <code>logUserIn</code> on the <code>Authentication</code> interface to log a user object in
changed: changed:
- <code>AuthorisedApiToken</code> middleware now logs a user in - <code>AuthorisedApiToken</code> middleware now logs a user in
- The user menu item weight has been changed to <code>10</code>.
"2.6.0": "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>
......
...@@ -3,6 +3,8 @@ versions: ...@@ -3,6 +3,8 @@ versions:
"3.0.0@unreleased": "3.0.0@unreleased":
changed: changed:
- Using correct version number on module detail view - Using correct version number on module detail view
- The modules menu item weight has been changed to <code>30</code>.
- The themes menu item weight has been changed to <code>40</code>.
"2.6.0": "2.6.0":
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>)
......
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