Skip to content

Commit

Permalink
Update the CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mironchik committed May 5, 2022
1 parent e87a985 commit 8efce5a
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to `laravel-backup-panel` will be documented in this file

## 2.2.0 - 2022-05-05

- Add support for spatie/laravel-backup ^8.0
- Assign a name for a route, allowing adding custom middlewares to it
- PHP dependencies were updated to eliminate vulnerabilities found in the previous versions of libraries

## 2.1.1 - 2021-05-19

- Fix the Laravel 8 compatibility issue

## 2.1.0 - 2021-04-06

- Add support for spatie/laravel-backup ^7.0
Expand All @@ -13,34 +23,34 @@ All notable changes to `laravel-backup-panel` will be documented in this file

## 1.5.1 - 2021-01-22

- Java Script dependencies were updated to eliminate vulnerabilities found in the previous versions of libraries
- JavaScript dependencies were updated to eliminate vulnerabilities found in the previous versions of libraries
- Laravel Mix was updated to version 6

## 1.5.0 - 2020-04-02

- show warning when assets are outdated (it is recommended to run `php artisan vendor:publish --tag=laravel-backup-panel-assets --force` after updating)
- Show warning when assets are outdated (it is recommended to run `php artisan vendor:publish --tag=laravel-backup-panel-assets --force` after updating)

## 1.4.0 - 2020-03-08

- add support for Laravel 7
- Add support for Laravel 7

## 1.3.1 - 2020-02-16

- allow to use a custom queue
- Allow to use a custom queue

## 1.3.0 - 2020-01-11

- add Artisan command for installing the package
- Add Artisan command for installing the package

## 1.2.0 - 2020-01-09

- resemble look and functionality of Spatie's Laravel Nova Backup tool
- Resemble look and functionality of Spatie's Laravel Nova Backup tool

## 1.1.0 - 2020-01-07

- restrict access in non-local environments by default
- change naming of classes, namespaces, files, etc. to fit project's name "Laravel Backup Panel"
- Restrict access in non-local environments by default
- Change naming of classes, namespaces, files, etc. to fit project's name "Laravel Backup Panel"

## 1.0.0 - 2020-01-05

- initial release
- Initial release

0 comments on commit 8efce5a

Please sign in to comment.