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 Feb 9, 2024
1 parent 0409839 commit 991bb1d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v3.0.1 - 2024-02-09

### What's Changed

* Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in https://github.com/lara-zeus/dynamic-dashboard/pull/34
* fix UI and the usage of plugin config in FE by @atmonshi in https://github.com/lara-zeus/dynamic-dashboard/pull/35

**Full Changelog**: https://github.com/lara-zeus/dynamic-dashboard/compare/v3.0.0...v3.0.1

## v3.0.0 - 2023-12-11

### changing the package name and new features
Expand All @@ -13,6 +22,7 @@ to upgrade to v3, the name and the name space changed from `Rain` to `DynamicDas
```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`

Expand All @@ -21,6 +31,7 @@ this will crate the new config file `zeus-dynamic-dashboard.php`, and you can mo
```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

Expand All @@ -29,6 +40,7 @@ DynamicDashboardPlugin::make()
```bash
php artisan dynamic-dashboard:update-class


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

Expand Down Expand Up @@ -61,6 +73,7 @@ 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 991bb1d

Please sign in to comment.