Skip to content

Releases: tomirons/aura-kingdom-web

v1.0.2

21 Feb 17:09
Compare
Choose a tag to compare

We've fixed a few bugs, and added the PaymentWall pingback.

Note: If you are upgrading you will need to run the following commands.
composer install
php artisan db:seed --class=PermissionsTableSeeder
php artisan db:seed --class=SettingsTableSeeder

v1.0.1

20 Feb 22:39
Compare
Choose a tag to compare

We've added a new package to the panel to use roles and permissions.

Note: If you are upgrading you will need to run the following commands.
composer install
php artisan migrate
php artisan db:seed --class=RolesTableSeeder
php artisan db:seed --class=PermissionsTableSeeder

v1.0.0

17 Feb 01:53
Compare
Choose a tag to compare

This is the initial release of the panel, we are looking forward to make multiple additions to the panel.

If you find ANY bugs, please create an issue and we'll deal with them accordingly.