Skip to content

Commit 310bc8e

Browse files
atmonshigithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 83a0e64 commit 310bc8e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All 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
```
5261
this 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
```
6373
3- 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
```
7485
this 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

0 commit comments

Comments
 (0)