Preparing 2.5.0 changelogs

parent 87947ed1
url: https://github.com/AsgardCms/Platform
versions:
"2.5.0@unreleased":
changed:
- Using the @push js stacks over the scripts section
- Using the @push css stacks over the styles section
"2.0.0":
added:
- Laravel 5.4 compatibility
......
......@@ -6,6 +6,9 @@ versions:
- <code>FileWasUpdated</code> event
- <code>FileIsCreating</code> hookable event
- <code>FileIsUpdating</code> hookable event
changed:
- Using the @push js stacks over the scripts section
- Using the @push css stacks over the styles section
"2.4.0":
added:
- new blade directive for thumbnails <code>@thumbnail('path', 'thumbnailName')</code>
......
......@@ -6,6 +6,9 @@ versions:
- 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
changed:
- Using the @push js stacks over the scripts section
- Using the @push css stacks over the styles section
"2.2.0":
changed:
- Only registering the menus for the frontend part.
......
......@@ -9,6 +9,8 @@ versions:
- Making editor textarea dynamic
- Using the new <code>@editor</code> blade directive for the body textarea field
- Remove the ckeditor inclusion on create/edit view stubs
- Using the @push js stacks over the scripts section
- Using the @push css stacks over the styles section
"2.2.0":
added:
- Testing event trigger on page deletion
......
......@@ -6,6 +6,9 @@ versions:
- Normalise the setting was updated event
- Trigger <code>SettingIsCreating</code> hook
- Trigger <code>SettingIsUpdating</code> hook
changed:
- Using the @push js stacks over the scripts section
- Using the @push css stacks over the styles section
"2.0.0":
added:
- Laravel 5.2 compatibility
......
url: https://github.com/AsgardCms/Platform
versions:
"2.5.0":
"2.5.0@unreleased":
added:
- 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 updated (<code>TagIsUpdating</code>) allow data to be changed
changed:
- Using the @push js stacks over the scripts section
- Using the @push css stacks over the styles section
"2.1.0":
changed:
- Fixed tags not being removed probably on update & delete
......
url: https://github.com/AsgardCms/Platform
versions:
"2.5.0@unreleased":
changed:
- Using the @push js stacks over the scripts section
- Using the @push css stacks over the styles section
"2.2.0":
changed:
- Optimising the checking and loading of module translations (~20% speed increase)
......
......@@ -5,6 +5,9 @@ versions:
- 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
changed:
- Using the @push js stacks over the scripts section
- Using the @push css stacks over the styles section
"2.4.0":
added:
- Trigger an event (<code>UserIsCreating</code>) before a user is created, allowing customising its data via listeners
......
url: https://github.com/AsgardCms/Platform
versions:
"2.5.0@unreleased":
changed:
- Using the @push js stacks over the scripts section
- Using the @push css stacks over the styles section
removed:
- Removing ckeditor from the default scaffolded views, now included via <code>EditorIsRendering</code> hook
"2.4.0":
added:
- Add the ability to set custom stubs folder used by generated modules
......
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