Preparing 2.4.0 release

parent bb2cea71
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.4.0@unreleased": "2.4.0":
added: added:
- new blade directive for thumbnails <code>@thumbnail('path', 'thumbnailName')</code> - new blade directive for thumbnails <code>@thumbnail('path', 'thumbnailName')</code>
changed: changed:
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.4.0@unreleased": "2.4.0":
added: added:
- Trigger an event (<code>UserIsCreating</code>) before a user is created, allowing customising its data via listeners - Trigger an event (<code>UserIsCreating</code>) before a user is created, allowing customising its data via listeners
changed: changed:
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.4.0@unreleased": "2.4.0":
added: added:
- Add the ability to set custom stubs folder used by generated modules - Add the ability to set custom stubs folder used by generated modules
"2.0.0": "2.0.0":
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.4.0@unreleased": "2.4.0":
changed: changed:
- Moved to using laravel.mix - Moved to using laravel.mix
- Dependencies are now handled by NPM instead of Bower - Dependencies are now handled by NPM instead of Bower
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"2.4.0@unreleased": "2.4.0":
added: added:
- Moved to using laravel.mix - Moved to using laravel.mix
"2.0.0": "2.0.0":
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"laravel", "laravel",
"laravel5" "laravel5"
], ],
"version": "2.3.0", "version": "2.4.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