We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5a047 commit 176d710Copy full SHA for 176d710
CHANGELOG.md
@@ -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
11
## 0.3.2
12
13
Added:
src/Milax/Mconsole/Providers/MconsoleServiceProvider.php
@@ -116,7 +116,7 @@ public function boot()
116
117
// Run one time setup
118
app('API')->modules->scan();
119
- app('API')->info->setAppVersion('0.3.2');
+ app('API')->info->setAppVersion('0.3.3');
120
121
if (env('APP_ENV') == 'local') {
122
app('API')->translations->load();
0 commit comments