Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
3438a7d5
Unverified
Commit
3438a7d5
authored
Jul 12, 2017
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding extra changelog items
parent
dff456ea
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
changelog.yml
Modules/Menu/changelog.yml
+6
-0
changelog.yml
Modules/User/changelog.yml
+2
-0
No files found.
Modules/Menu/changelog.yml
View file @
3438a7d5
url
:
https://github.com/AsgardCms/Platform
versions
:
"
2.5.0@unreleased"
:
added
:
-
Trigger event before a menu is created (<code>MenuIsCreating</code>) allow data to be changed
-
Trigger event before a menu is updated (<code>MenuIsUpdating</code>) allow data to be changed
-
Trigger event before a menu item is created (<code>MenuItemIsCreating</code>) allow data to be changed
-
Trigger event before a menu item is updated (<code>MenuItemIsUpdating</code>) allow data to be changed
"
2.2.0"
:
changed
:
-
Only registering the menus for the frontend part.
...
...
Modules/User/changelog.yml
View file @
3438a7d5
...
...
@@ -3,6 +3,8 @@ versions:
"
2.5.0@unreleased"
:
added
:
-
Trigger an event (<code>UserIsUpdating</code>) before a user is updated
-
Trigger an event (<code>RoleIsCreating</code>) before a role is created
-
Trigger an event (<code>RoleIsUpdating</code>) before a role is updated
"
2.4.0"
:
added
:
-
Trigger an event (<code>UserIsCreating</code>) before a user is created, allowing customising its data via listeners
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment