Preparing changelog items

parent 224a37ec
url: https://github.com/AsgardCms/Platform
versions:
"2.5.0@unreleased":
added:
- Adding a <code>EntityIsChanging</code> interface to use on events which are triggered before a create / update action
changed:
- Adding more core modules (tag, translation and page). Preventing them to be disabled.
"2.3.0":
added:
- New command <code>php artisan asgard:download:module asgardcms/contact --migrations --seeds --assets</code>
......
url: https://github.com/AsgardCms/Platform
versions:
"2.5.0@unreleased":
added:
- Trigger an event (<code>UserIsUpdating</code>) before a user is updated
"2.4.0":
added:
- Trigger an event (<code>UserIsCreating</code>) before a user is created, allowing customising its data via listeners
......
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