diff options
author | Thomas Lange <code@nerdmind.de> | 2021-06-17 19:21:30 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-06-17 19:21:30 +0200 |
commit | 2cc04472474ca906f76e79f22370bc9ea44578b4 (patch) | |
tree | 5b7dcd1bf2dcc7d1dfa0bbbad9507dddd8de4fe6 | |
parent | 5e9db9ffdf20bf865ef057c9224eec546a6a2689 (diff) | |
download | wiki-2cc04472474ca906f76e79f22370bc9ea44578b4.tar.gz wiki-2cc04472474ca906f76e79f22370bc9ea44578b4.tar.xz wiki-2cc04472474ca906f76e79f22370bc9ea44578b4.zip |
Fix formatting
-rw-r--r-- | Upgrades.md | 4 |
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`) |