From 2b5405477c7b1d309c17d981e99e474fac3a9dad Mon Sep 17 00:00:00 2001 From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com> Date: Fri, 24 May 2024 10:27:08 -0300 Subject: [PATCH 1/2] Update UPGRADE.md --- UPGRADE.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index c1aa6527..7e3c5823 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,6 +1,10 @@ -# Yii Queue Upgrading Instructions +# Upgrading Instructions for Yii Queue This file contains the upgrade notes. These notes highlight changes that could break your application when you upgrade the package from one version to another. -## Changes summary +> **Important!** The following upgrading instructions are cumulative. That is, if you want +> to upgrade from version A to version C and there is version B between A and C, you need +> to following the instructions for both A and B. + +## Upgrade from 1.x From 75508e8eb341d53a2779ced48847f7bcb3ca8357 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Sat, 25 May 2024 16:19:58 +0300 Subject: [PATCH 2/2] Delete UPGRADE.md --- UPGRADE.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 UPGRADE.md diff --git a/UPGRADE.md b/UPGRADE.md deleted file mode 100644 index 7e3c5823..00000000 --- a/UPGRADE.md +++ /dev/null @@ -1,10 +0,0 @@ -# Upgrading Instructions for Yii Queue - -This file contains the upgrade notes. These notes highlight changes that could break your -application when you upgrade the package from one version to another. - -> **Important!** The following upgrading instructions are cumulative. That is, if you want -> to upgrade from version A to version C and there is version B between A and C, you need -> to following the instructions for both A and B. - -## Upgrade from 1.x