Skip to content

Commit

Permalink
Preparing 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Oct 10, 2017
1 parent 9b125f3 commit b5f988e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Modules/Core/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url: https://github.com/AsgardCms/Platform
versions:
"3.1.0@unreleased":
"3.1.0":
added:
- Carbon format set globally in <code>AppServiceProvider</code>
- Creating a string helpers mixing file
Expand Down
2 changes: 1 addition & 1 deletion Modules/Dashboard/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url: https://github.com/AsgardCms/Platform
versions:
"3.1.0@unreleased":
"3.1.0":
added:
- Created & loading a settings config file
- No widget dashboard now used by default
Expand Down
2 changes: 1 addition & 1 deletion Modules/Media/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url: https://github.com/AsgardCms/Platform
versions:
"3.1.0@unreleased":
"3.1.0":
added:
- Creating an UploadZone component
- Creating the media list component for media modal
Expand Down
2 changes: 1 addition & 1 deletion Modules/Menu/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url: https://github.com/AsgardCms/Platform
versions:
"3.1.0@unreleased":
"3.1.0":
changed:
- mysql 5.7 compatibility, making some additional columns nullable
"3.0.0":
Expand Down
2 changes: 1 addition & 1 deletion Modules/Page/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url: https://github.com/AsgardCms/Platform
versions:
"3.1.0@unreleased":
"3.1.0":
added:
- New UI interaction on the page index to select pages and mark one or mutiple as on/offline
- New view page button on edit page views
Expand Down
2 changes: 1 addition & 1 deletion Modules/Setting/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url: https://github.com/AsgardCms/Platform
versions:
"3.1.0@unreleased":
"3.1.0":
changed:
- Checking for null value instead of empty for non translatable settings
- Escaping the output of the @setting blade directive
Expand Down
2 changes: 1 addition & 1 deletion Modules/Translation/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url: https://github.com/AsgardCms/Platform
versions:
"3.1.0@unreleased":
"3.1.0":
added:
- New translations for Media and Page modules
"3.0.0":
Expand Down
2 changes: 1 addition & 1 deletion Modules/User/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url: https://github.com/AsgardCms/Platform
versions:
"3.1.0@unreleased":
"3.1.0":
added:
- Seeding new media.folders permissions on install
changed:
Expand Down
2 changes: 1 addition & 1 deletion Modules/Workshop/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ versions:
"2.0.0":
added:
- Laravel 5.4 compatibility
- Ability to add unreleased items in module changelog, by suffixing version with <code>@unreleased</code>
- Ability to add unreleased items in module changelog, by suffixing version with <code></code>
- Protecting api routes with api admin middleware
changed:
- Using new more flexible way of handle permissions via middleware
Expand Down
2 changes: 1 addition & 1 deletion Themes/Adminlte/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url: https://github.com/AsgardCms/Platform
versions:
"3.1.0@unreleased":
"3.1.0":
changed:
- Updated AdminLTE to version 2.4.0
- Use the pusher key read from configuration instead of env file
Expand Down

0 comments on commit b5f988e

Please sign in to comment.