Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/installation/version-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:`.
4 changes: 4 additions & 0 deletions docs/toc_sections/_advanced_usage_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down