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
5e4d3588
Unverified
Commit
5e4d3588
authored
Jul 16, 2017
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Preparing 2.5.0 changelogs
parent
87947ed1
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
32 additions
and
1 deletion
+32
-1
changelog.yml
Modules/Dashboard/changelog.yml
+4
-0
changelog.yml
Modules/Media/changelog.yml
+3
-0
changelog.yml
Modules/Menu/changelog.yml
+3
-0
changelog.yml
Modules/Page/changelog.yml
+2
-0
changelog.yml
Modules/Setting/changelog.yml
+3
-0
changelog.yml
Modules/Tag/changelog.yml
+4
-1
changelog.yml
Modules/Translation/changelog.yml
+4
-0
changelog.yml
Modules/User/changelog.yml
+3
-0
changelog.yml
Modules/Workshop/changelog.yml
+6
-0
No files found.
Modules/Dashboard/changelog.yml
View file @
5e4d3588
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
...
...
Modules/Media/changelog.yml
View file @
5e4d3588
...
...
@@ -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>
...
...
Modules/Menu/changelog.yml
View file @
5e4d3588
...
...
@@ -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.
...
...
Modules/Page/changelog.yml
View file @
5e4d3588
...
...
@@ -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
...
...
Modules/Setting/changelog.yml
View file @
5e4d3588
...
...
@@ -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
...
...
Modules/Tag/changelog.yml
View file @
5e4d3588
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
...
...
Modules/Translation/changelog.yml
View file @
5e4d3588
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)
...
...
Modules/User/changelog.yml
View file @
5e4d3588
...
...
@@ -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
...
...
Modules/Workshop/changelog.yml
View file @
5e4d3588
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
...
...
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