You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/version-notes.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,13 @@ Please view the update notes for any versions that are newer than the version yo
12
12
13
13
[TOC]
14
14
15
+
## Version Notes for 7.0.0
16
+
17
+
ExpressionEngine 7.0.0 integrated both Low Search (now Pro Search) and Low Variables (now Pro Variables) as native add-ons in the core. If you have either add-on already installed, the following steps are recommended.
18
+
19
+
- After upgrade, if Low Search and/or Low variables were already installed, on the Add-on page you will see the corresponding native Pro Search/Pro Variables installed and the Low add-on uninstalled. This was done automatically. You should remove the old add-on folder in system/user/addons/.
20
+
- While old Low Search and Low Variable tags will continue to work in version 7, it is recommended they be replaced. To do so, first backup your database. Next, in `Tools - Utilities - Search and Replace`, search for ``{exp:low_search:`` and replace with `{exp:pro_search:`. Likewise, if Low Variables was used, search for `{exp:low_variables:` and replace with `{exp:pro_variables:`.
21
+
15
22
## Version Notes for 6.0.0
16
23
17
24
ExpressionEngine 6.0.0 brings significant changes, most of which are handled automatically in the update process.
@@ -21,10 +28,3 @@ The following list are items that you will want to be aware of.
21
28
- The Rich Text Editor (RTE) can no longer be applied to fields via the ` {exp:rte:script_url}` tag.
22
29
- Displaying an RTE field in the Channel Form's channel entry loop should be done using `{display_field}` rather than manually constructing a textarea field.
23
30
- A number of new language keys have been added. Custom languages will need to be updated for 6.0.
24
-
25
-
## Version Notes for 7.0.0
26
-
27
-
ExpressionEngine 7.0.0 integrated both Low Search (now Pro Search) and Low Variables (now Pro Variables) as native add-ons in the core. If you have either add-on already installed, the following steps are recommended.
28
-
29
-
- After upgrade, if Low Search and/or Low variables were already installed, on the Add-on page you will see the corresponding native Pr Search/Pro Variables installed and the Low add-on uninstalled. This was done automatically. You should remove the old add-on folder in system/user/addons/.
30
-
- While old Low Search and Low Variable tags will continue to work in version 7, it is recommended they be replaced. To do so, first backup your database. Next, in `Tools - Utilities - Search and Replace`, search for ``{exp:low_search:`` and replace with `{exp:pro_search:`. Likewise, if Low Variables was used, search for `{exp:low_variables:` and replace with `{exp:pro_variables:`.
0 commit comments