Skip to content

Commit 176d710

Browse files
author
Eugene Min
committed
0.3.3
1 parent 0c5a047 commit 176d710

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.3.3
2+
3+
Added:
4+
- Tags editor
5+
- `HasTags` trait
6+
- Back button in portlet title
7+
8+
Updated:
9+
- Deletion observing on models that using `HasImage` trait
10+
111
## 0.3.2
212

313
Added:

src/Milax/Mconsole/Providers/MconsoleServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function boot()
116116

117117
// Run one time setup
118118
app('API')->modules->scan();
119-
app('API')->info->setAppVersion('0.3.2');
119+
app('API')->info->setAppVersion('0.3.3');
120120

121121
if (env('APP_ENV') == 'local') {
122122
app('API')->translations->load();

0 commit comments

Comments
 (0)