Skip to content

Commit ae57472

Browse files
authored
Merge pull request #127 from ExpressionEngine/feature/version-notes
Added version notes for v6.0
2 parents 88ff30f + c690226 commit ae57472

4 files changed

Lines changed: 30 additions & 39 deletions

File tree

docs/_toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@
315315
href: member/search.md
316316
- name: Custom Profile Data Tag
317317
href: member/custom-profile-data.md
318+
- name: Edit Profile Data Tag
319+
href: member/edit-profile.md
318320
- name: Member Roles Tags
319321
href: member/member-roles-tags.md
320322
- name: Ignore List Tag
@@ -673,6 +675,7 @@
673675
href: development/control-panel-js/rangesandselections.md
674676
- name: WysiHat API
675677
href: development/control-panel-js/wysihat-api.md
678+
676679
- name: Constants Reference
677680
href: development/constants.md
678681
- name: JSON Version Feed

docs/installation/updating.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ NOTE: **Note:** If updating from a version prior to ExpressionEngine 6, you may
2626

2727
When an update is available, you'll see the version number in the control panel footer turn yellow or red. Click the version number, then click "Update Now".
2828

29-
**Upgrade Steps**
29+
**Upgrade Steps**
3030
1. Backup files and Database
3131
2. Confirm all add-ons are updated and compatiable with new major ExpressionEngine version
3232
3. Test in staging environment
33+
4. Review the [Version Notes](installation/version-notes.md) for any version-specific changes that you may need to make to your installation.
3334

3435
In the rare case an update fails, please read [Troubleshooting Automatic Updates](troubleshooting/general.md#troubleshooting-automatic-updates).
3536

@@ -112,4 +113,5 @@ You're Done! ExpressionEngine is now fully updated. But before you go...
112113

113114
- If the updater could not automatically rename the installer, rename or remove `system/ee/installer/` directory manually. The installer directory can be safely removed after installing ExpressionEngine.
114115
- To enable one-click updating, make sure your [file permissions](troubleshooting/general.md#file-permissions) are all set.
116+
- Review the [Version Notes](installation/version-notes.md) for any version-specific changes that you may need to make to your installation.
115117
- Review [file permissions](troubleshooting/general.md#file-permissions) if something isn't working quite right.

docs/installation/version-notes.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!--
2+
This source file is part of the open source project
3+
ExpressionEngine User Guide (https://github.com/ExpressionEngine/ExpressionEngine-User-Guide)
4+
5+
@link https://expressionengine.com/
6+
@copyright Copyright (c) 2003-2020, Packet Tide, LLC (https://packettide.com)
7+
@license https://expressionengine.com/license Licensed under Apache License, Version 2.0
8+
-->
9+
10+
# Version Update Notes
11+
Please view the update notes for any versions that are newer than the version you upgraded from.
12+
13+
[TOC]
14+
15+
## Version Notes for 6.0.0
16+
17+
ExpressionEngine 6.0.0 brings significant changes, most of which are handled automatically in the update process.
18+
19+
The following list are items that you will want to be aware of.
20+
21+
- The Rich Text Editor (RTE) can no longer be applied to fields via the ` {exp:rte:script_url}` tag.
22+
- 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+
- A number of new language keys have been added. Custom languages will need to be updated for 6.0.
24+

docs/member/public_profile.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)