Skip to content

Commit 2fd7be5

Browse files
committed
Merge remote-tracking branch 'origin/patch-27' into Pro-Variables-doc-cleanup
2 parents 408c8a6 + 426646c commit 2fd7be5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/add-ons/pro-variables/upgrade-from-low-variables.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ In the ExpressionEngine v7.0.0 release, Pro Variables was added added as a nativ
1414
However, best practice in this situation requires 2 additional steps:
1515

1616
- Remove the old add-on folder system/user/addons/low_variables.
17-
- Replace the old format `{exp:low_variables:` tags with new `{exp:pro_variables:` format. This can be done with the Find and Replace utility found in `Tools - Utilities - Search and Replace`. It is recommended that you save a database backup before making this change. Then simply search for `{exp:low_variables:` and replace with `{exp:pro_variables:`.
17+
- Replace the old format `{exp:low_variables:` tags with new `{exp:pro_variables:` format.
18+
19+
This can be done with the (Find and Replace utility)[control-panel/utilities/data-operations.md#data-search-and-replace] found in `Tools - Utilities - Search and Replace`. It is highly recommended that you save a database backup before making this change. Then search in ALL templates for `{exp:low_variables:` and replace with `{exp:pro_variables:` and for `{/exp:low_variables:` and replace with `{/exp:pro_variables:`

0 commit comments

Comments
 (0)