Skip to content

Commit

Permalink
Update UPGRADE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luizcmarin committed May 24, 2024
1 parent 530048a commit 61f2436
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Yii Strings Upgrading Instructions
# Upgrading Instructions for Yii Strings

These notes highlight changes that could break your application when you upgrade package from one version to another.
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.

Upgrading in general is as simple as updating your dependency in your `composer.json` and running `composer update`.
In a big application however there may be more things to consider, which are explained in the following.

> Note: The following upgrading instructions are cumulative. That is, if you want to upgrade from a version A to version
> C and there is a version B between A and C, you need to follow the instructions for both A and B.
> **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.2.0

Expand Down

0 comments on commit 61f2436

Please sign in to comment.