File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.3
2+
3+ Added:
4+ - Module service provider support
5+ - ` php artisan make:module --package ` option for module packaging including composer.json
6+ - Detailed modules information
7+ - ` MconsoleOption ` seeder API
8+ - Images API
9+ - Images Uploader (with inputs and sortable)
10+ - Some new cool quotes
11+
12+ Fixed:
13+ - Empty input values in settings
14+ - Module install buttons
15+ - Migrations with ` doctrine/dbal ` package
16+ - Empty rows in variables editor
17+
18+ Updated:
19+ - Some RU translations
20+ - Module blueprints
21+ - Images accessible with public path by symbolic links
22+
123## 0.2.4
224
325Added:
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public static function boot()
3636 public static function setAppVersion ()
3737 {
3838 if (!defined ('app_version ' )) {
39- define ('app_version ' , '0.2. 3 ' );
39+ define ('app_version ' , '0.3 ' );
4040 }
4141 }
4242
You can’t perform that action at this time.
0 commit comments