Skip to content

Commit a2fc94f

Browse files
atmonshigithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 71494d6 commit a2fc94f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

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

33
All 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
```
7182
this 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
```
8496
3- 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
```
97110
this 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

0 commit comments

Comments
 (0)