Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed Dec 11, 2023
1 parent f37846c commit 321a3da
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

All notable changes to `Dynamic Dashboard` will be documented in this file

## v3.0.0 - 2023-12-11

### changing the package name and new features

to upgrade to v3, the name and the name space changed from `Rain` to `DynamicDashboard`

1- so first publish the config:

```bash
php artisna vendor:publish --tag=zeus-dynamic-dashboard-config

```
this will crate the new config file `zeus-dynamic-dashboard.php`, and you can move your configuration from the old file `zeus-rain`

2- change the call in the `plugins` array in your panel provider

```php
DynamicDashboardPlugin::make()

```
3- run the update script, since the namespace has changed, you need to run this command in the production to update the class names

> make sure to backup your database
```bash
php artisan dynamic-dashboard:update-class

```
this will change `LaraZeus\Rain` to `LaraZeus\DynamicDashboard`

## 1.1.1 - 2023-07-12

### What's Changed
Expand Down Expand Up @@ -30,6 +60,7 @@ or republish the config file
php artisan vendor:publish --tag=zeus-dynamic-dashboard-config --force



```
**Full Changelog**: https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.6...1.1.0

Expand Down

0 comments on commit 321a3da

Please sign in to comment.