From 26f5b114472886f8d1a3a42b32c17542e60e1198 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Sat, 15 Jun 2024 08:40:20 +0300 Subject: [PATCH] Add upgrade instructions --- UPGRADE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 UPGRADE.md diff --git a/UPGRADE.md b/UPGRADE.md new file mode 100644 index 0000000..e01bf02 --- /dev/null +++ b/UPGRADE.md @@ -0,0 +1,12 @@ +# Upgrading Instructions for Yii View Extension + +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 6.x + +- Change layout value that passed to `ViewRenderer` constructor and `withLayout()` method to full path.