diff --git a/docs/installation/version-notes.md b/docs/installation/version-notes.md index 698474515..5481c10cb 100755 --- a/docs/installation/version-notes.md +++ b/docs/installation/version-notes.md @@ -12,6 +12,13 @@ Please view the update notes for any versions that are newer than the version yo [TOC] +## Version Notes for 7.0.0 + +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. + +- 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/. +- 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:`. + ## Version Notes for 6.0.0 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. - The Rich Text Editor (RTE) can no longer be applied to fields via the ` {exp:rte:script_url}` tag. - 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. - A number of new language keys have been added. Custom languages will need to be updated for 6.0. - -## Version Notes for 7.0.0 - -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. - -- 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/. -- 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:`. diff --git a/docs/toc_sections/_advanced_usage_toc.yml b/docs/toc_sections/_advanced_usage_toc.yml index 67530e8bd..c78ee67ec 100644 --- a/docs/toc_sections/_advanced_usage_toc.yml +++ b/docs/toc_sections/_advanced_usage_toc.yml @@ -69,6 +69,8 @@ href: add-ons/pro-search/examples.md - name: Find and Replace href: add-ons/pro-search/find-and-replace.md + - name: Upgrde from Low Search + href: add-ons/pro-search/upgrade-from-low-search.md - name: Development items: - name: Creating your own Filter @@ -95,6 +97,8 @@ href: add-ons/pro-variables/tags.md - name: Fieldtype href: add-ons/pro-variables/fieldtype.md + - name: Upgrde from Low Variables + href: add-ons/pro-variables/upgrade-from-low-variables.md - name: Development items: - name: Fieldtype Bridge