summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Upgrades.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Upgrades.md b/Upgrades.md
index a24b808..2e96e2a 100644
--- a/Upgrades.md
+++ b/Upgrades.md
@@ -30,13 +30,13 @@ ALTER TABLE `post` ADD CONSTRAINT `post_user` FOREIGN KEY (`user`)
## Release `v2.3` (coming from `v2.2` or `v2.2.1`)
For upgrading to this release, you need to replace the following strings inside your *customized* theme templates (if you have any).
-Search for: `$Language->template`
+Search for: `$Language->template`
Replace with: `$Language->text`
## Release `v2.2` (coming from `v2.1.2`)
For upgrading to this release, you need to replace the following strings inside your *customized* theme templates (if you have any).
-Search for: `['ID']`
+Search for: `['ID']`
Replace with: `['ATTR']['ID']`
## Release `v2.1.2` (coming from `v2.0`, `v2.1` or `v2.1.1`)