Skip to content

Commit

Permalink
Documenting menu weight changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 16, 2017
1 parent 02601a1 commit b196225
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Media/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ versions:
changed:
- Using return type hints in <code>MediaController</code>
- Optional media fields are set to allow null
- The media menu item weight has been changed to <code>20</code>.
"2.5.0":
added:
- <code>FileWasCreated</code> event
Expand Down
3 changes: 3 additions & 0 deletions Modules/Menu/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
url: https://github.com/AsgardCms/Platform
versions:
"3.0.0@unreleased":
changed:
- The menu menu item weight has been changed to <code>30</code>.
"2.5.0":
added:
- Trigger event before a menu is created (<code>MenuIsCreating</code>) allow data to be changed
Expand Down
2 changes: 2 additions & 0 deletions Modules/Page/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ versions:
added:
- Created a vue component for the page table index
- 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":
changed:
- Renamed hook <code>ContentIsRendering</code> to <code>PageContentIsRendering</code> making it more specific
Expand Down
1 change: 1 addition & 0 deletions Modules/Setting/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ versions:
"3.0.0@unreleased":
changed:
- Fixing active class on settings module list sidebar
- The setting menu item weight has been changed to <code>20</code>.
"2.5.0":
changed:
- Normalise the setting was created event
Expand Down
2 changes: 2 additions & 0 deletions Modules/Tag/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ versions:
"3.0.0@unreleased":
added:
- Created a vue component for the tags input
changed:
- The tag menu item weight has been changed to <code>50</code>.
"2.5.0":
added:
- Create and trigger events when tags are created and updated
Expand Down
3 changes: 3 additions & 0 deletions Modules/Translation/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
url: https://github.com/AsgardCms/Platform
versions:
"3.0.0@unreleased":
changed:
- The translation menu item weight has been changed to <code>40</code>.
"2.6.0":
changed:
- Refactored the Translation controller for clean code
Expand Down
1 change: 1 addition & 0 deletions Modules/User/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ versions:
- <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
- The user menu item weight has been changed to <code>10</code>.
"2.6.0":
added:
- New methods on the Sentinel Guard, <code>logout</code> and <code>loginUsingId</code>
Expand Down
2 changes: 2 additions & 0 deletions Modules/Workshop/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ versions:
"3.0.0@unreleased":
changed:
- 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":
changed:
- Read core module version from the AsgardCms class other modules keep same logic (<code>version</code> key in <code>module.json</code>)
Expand Down

0 comments on commit b196225

Please sign in to comment.