Preparing 2.5.0 release

parent 85554622
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.5.0@unreleased": "2.5.0":
added: added:
- Adding a <code>EntityIsChanging</code> interface to use on events which are triggered before a create / update action - Adding a <code>EntityIsChanging</code> interface to use on events which are triggered before a create / update action
- Create an <code>AbstractEntityHook</code> containing base logic for entity hooks - Create an <code>AbstractEntityHook</code> containing base logic for entity hooks
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.5.0@unreleased": "2.5.0":
added: added:
- New Sidebar event handler class replacing the old <code>SidebarExtender</code> class - New Sidebar event handler class replacing the old <code>SidebarExtender</code> class
changed: changed:
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.5.0@unreleased": "2.5.0":
added: added:
- <code>FileWasCreated</code> event - <code>FileWasCreated</code> event
- <code>FileWasUpdated</code> event - <code>FileWasUpdated</code> event
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.5.0@unreleased": "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
- Trigger event before a menu is updated (<code>MenuIsUpdating</code>) allow data to be changed - Trigger event before a menu is updated (<code>MenuIsUpdating</code>) allow data to be changed
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.5.0@unreleased": "2.5.0":
added: added:
- Trigger event before a page is created (<code>PageIsCreating</code>) allow data to be changed - Trigger event before a page is created (<code>PageIsCreating</code>) allow data to be changed
- Trigger event before a page is updated (<code>PageIsUpdating</code>) allow data to be changed - Trigger event before a page is updated (<code>PageIsUpdating</code>) allow data to be changed
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.5.0@unreleased": "2.5.0":
changed: changed:
- Normalise the setting was created event - Normalise the setting was created event
- Normalise the setting was updated event - Normalise the setting was updated event
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.5.0@unreleased": "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
- Trigger event before a tag is created (<code>TagIsCreating</code>) allow data to be changed - Trigger event before a tag is created (<code>TagIsCreating</code>) allow data to be changed
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.5.0@unreleased": "2.5.0":
added: added:
- New cache driver specifically for translations, making translations always cached - New cache driver specifically for translations, making translations always cached
changed: changed:
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.5.0@unreleased": "2.5.0":
added: added:
- Trigger an event (<code>UserIsUpdating</code>) before a user is updated - 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>RoleIsCreating</code>) before a role is created
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.5.0@unreleased": "2.5.0":
added: added:
- Module scaffold command now also generates form requests - Module scaffold command now also generates form requests
changed: changed:
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.5.0@unreleased": "2.5.0":
added: added:
- <code>js-stack</code> and <code>css-stack</code> stacks - <code>js-stack</code> and <code>css-stack</code> stacks
- New CKEditor skin to better integrate with bootstrap - New CKEditor skin to better integrate with bootstrap
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"laravel", "laravel",
"laravel5" "laravel5"
], ],
"version": "2.4.0", "version": "2.5.0",
"license": "MIT", "license": "MIT",
"type": "project", "type": "project",
"require": { "require": {
......
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