Skip to content

Commit a4a2434

Browse files
author
Eugene Min
committed
Version upgrade
1 parent fe2be41 commit a4a2434

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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

325
Added:

src/Milax/Mconsole/Core/Mconsole.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)