From 2cc04472474ca906f76e79f22370bc9ea44578b4 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 17 Jun 2021 19:21:30 +0200 Subject: Fix formatting --- Upgrades.md | 4 ++-- 1 file 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`) -- cgit v1.2.3