Skip to content

Releases: lara-zeus/dynamic-dashboard

v3.0.2

05 Oct 18:55
adfb4b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

09 Feb 15:28
0409839
Compare
Choose a tag to compare

What's Changed

  • Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #34
  • fix UI and the usage of plugin config in FE by @atmonshi in #35

Full Changelog: v3.0.0...v3.0.1

v3.0.0

11 Dec 21:07
Compare
Choose a tag to compare

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:

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

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

php artisan dynamic-dashboard:update-class

this will change LaraZeus\Rain to LaraZeus\DynamicDashboard

v2.1.4

02 Nov 13:03
403d909
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.3

18 Oct 17:01
31e6dc6
Compare
Choose a tag to compare

What's Changed

  • bring back config file and small fixes by @atmonshi in #32

Full Changelog: v2.1.2...v2.1.3

v2.1.2

10 Oct 12:51
0f47cec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

13 Sep 10:58
bd781fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

12 Sep 12:09
434e7e3
Compare
Choose a tag to compare

⚠️⚠️ the configuration for models has been changed to:

->rainModels([
        'Layout' => \LaraZeus\Rain\Models\Layout::class,
        'Columns' => \LaraZeus\Rain\Models\Columns::class
    ])

What's Changed

Full Changelog: v2.0.4...v2.1.0

v2.0.4

02 Sep 20:58
e401abe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

02 Sep 20:53
d1f68fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3