Skip to content

Commit da21c3b

Browse files
authored
Merge pull request #566 from ExpressionEngine/bugfix/add-nav-links
Added nav links for Low upgrades
2 parents 330c8b7 + 214b16d commit da21c3b

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

docs/installation/version-notes.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Please view the update notes for any versions that are newer than the version yo
1212

1313
[TOC]
1414

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+
1522
## Version Notes for 6.0.0
1623

1724
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.
2128
- The Rich Text Editor (RTE) can no longer be applied to fields via the ` {exp:rte:script_url}` tag.
2229
- 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.
2330
- 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:`.

docs/toc_sections/_advanced_usage_toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
href: add-ons/pro-search/examples.md
7070
- name: Find and Replace
7171
href: add-ons/pro-search/find-and-replace.md
72+
- name: Upgrde from Low Search
73+
href: add-ons/pro-search/upgrade-from-low-search.md
7274
- name: Development
7375
items:
7476
- name: Creating your own Filter
@@ -95,6 +97,8 @@
9597
href: add-ons/pro-variables/tags.md
9698
- name: Fieldtype
9799
href: add-ons/pro-variables/fieldtype.md
100+
- name: Upgrde from Low Variables
101+
href: add-ons/pro-variables/upgrade-from-low-variables.md
98102
- name: Development
99103
items:
100104
- name: Fieldtype Bridge

0 commit comments

Comments
 (0)