File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to ` Dynamic Dashboard ` will be documented in this file
44
5+ ## 4.0.2 - 2025-12-02
6+
7+ ### What's Changed
8+
9+ * fix config enums by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/56
10+ * Bump actions/checkout from 5 to 6 by @dependabot [ bot] in https://github.com/lara-zeus/dynamic-dashboard/pull/55
11+ * Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot [ bot] in https://github.com/lara-zeus/dynamic-dashboard/pull/54
12+
13+ ** Full Changelog** : https://github.com/lara-zeus/dynamic-dashboard/compare/4.0.1...4.0.2
14+
515## v3.0.5 - 2025-05-15
616
717### What's Changed
@@ -67,6 +77,7 @@ php artisna vendor:publish --tag=zeus-dynamic-dashboard-config
6777
6878
6979
80+
7081```
7182this will crate the new config file ` zeus-dynamic-dashboard.php ` , and you can move your configuration from the old file ` zeus-rain `
7283
@@ -80,6 +91,7 @@ DynamicDashboardPlugin::make()
8091
8192
8293
94+
8395```
84963- run the update script, since the namespace has changed, you need to run this command in the production to update the class names
8597
@@ -93,6 +105,7 @@ php artisan dynamic-dashboard:update-class
93105
94106
95107
108+
96109```
97110this will change ` LaraZeus\Rain ` to ` LaraZeus\DynamicDashboard `
98111
@@ -130,6 +143,7 @@ php artisan vendor:publish --tag=zeus-dynamic-dashboard-config --force
130143
131144
132145
146+
133147```
134148** Full Changelog** : https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.6...1.1.0
135149
You can’t perform that action at this time.
0 commit comments