From 5de1acd4f986e85fd9ad4e4a633c7e3e9d2be781 Mon Sep 17 00:00:00 2001 From: Arthur LORENT Date: Mon, 23 May 2022 17:49:28 +0200 Subject: [PATCH] Fixed readme --- CHANGELOG.md | 2 +- README.md | 3 +-- docs/upgrade-guides/from-v2-to-v3.md | 25 ------------------------- 3 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 docs/upgrade-guides/from-v2-to-v3.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd7102..6f19c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [3.0.0](https://github.com/Okipa/laravel-stuck-jobs-notifier/compare/2.1.0...3.0.0) +## [2.2.0](https://github.com/Okipa/laravel-stuck-jobs-notifier/compare/2.1.0...2.2.0) 2022-05-23 diff --git a/README.md b/README.md index 2bbe882..d9397c4 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,12 @@ Found this package helpful? Please consider supporting my work! | Laravel version | PHP version | Package version | |---|---|---| -| ^8.0 | ^9.0 | ^8.0 | ^8.1 | ^3.0 | +| ^8.0 | ^9.0 | ^8.0 | ^8.1 | ^2.2 | | ^7.0 | ^8.0 | ^7.4 | ^8.0 | ^2.0 | | ^6.0 | ^7.0 | ^7.4 | ^1.0 | ## Upgrade guide -* [From v2 to V3](/docs/upgrade-guides/from-v2-to-v3.md) * [From v1 to V2](/docs/upgrade-guides/from-v1-to-v2.md) * [From okipa/failed-jobs-notifier](/docs/upgrade-guides/from-failed-job-notifier.md) diff --git a/docs/upgrade-guides/from-v2-to-v3.md b/docs/upgrade-guides/from-v2-to-v3.md deleted file mode 100644 index dc469c2..0000000 --- a/docs/upgrade-guides/from-v2-to-v3.md +++ /dev/null @@ -1,25 +0,0 @@ -# Upgrade from v1 to V2 - -Follow the steps below to upgrade the package. - -## Laravel and PHP supported versions update - -This package does now support PHP 8.0, PHP 8.1, Laravel 8 and Laravel 9. - -PHP 7.4 and Laravel 7.0 are no longer supported in v3. - -## How to upgrade ? - -Just bump the version the package to version `^3.0`. - -You also may have to bump the package optional dependencies listed in the [installation documentation part](../../README.md#installation) if you have installed them: -* `laravel-notification-channels/webhook` should be upgrade to version `^2.3` -* `laravel/slack-notification-channel` should be upgrade to version `^2.4` - -## See all changes - -See all change with the [comparison tool](https://github.com/Okipa/laravel-stuck-job-notifier/compare/2.1.0...3.0.0). - -## Undocumented changes - -If you see any forgotten and undocumented change, please submit a PR to add them to this upgrade guide.