File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-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+ ## v3.0.4 - 2025-03-17
6+
7+ ### What's Changed
8+
9+ * add a page to use as a secondary dashboard by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/46
10+
11+ ** Full Changelog** : https://github.com/lara-zeus/dynamic-dashboard/compare/v3.0.3...v3.0.4
12+
513## v3.0.3 - 2025-03-07
614
715### What's Changed
@@ -48,6 +56,7 @@ php artisna vendor:publish --tag=zeus-dynamic-dashboard-config
4856
4957
5058
59+
5160```
5261this will crate the new config file ` zeus-dynamic-dashboard.php ` , and you can move your configuration from the old file ` zeus-rain `
5362
@@ -59,6 +68,7 @@ DynamicDashboardPlugin::make()
5968
6069
6170
71+
6272```
63733- run the update script, since the namespace has changed, you need to run this command in the production to update the class names
6474
@@ -70,6 +80,7 @@ php artisan dynamic-dashboard:update-class
7080
7181
7282
83+
7384```
7485this will change ` LaraZeus\Rain ` to ` LaraZeus\DynamicDashboard `
7586
@@ -105,6 +116,7 @@ php artisan vendor:publish --tag=zeus-dynamic-dashboard-config --force
105116
106117
107118
119+
108120```
109121** Full Changelog** : https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.6...1.1.0
110122
You can’t perform that action at this time.
0 commit comments