aboutsummaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 0f1cd2ba3..e9610fe39 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -14,8 +14,8 @@ Upgrading from Elgg 1.7 to 1.8.
2. Download the latest version of Elgg from http://elgg.org/.
3. Identify and save any changes to core files. Pay special attention to
- the views and actions directories. You will need to put these changes
- in plugins once you have installed Elgg 1.8.
+ the views and actions directories. You should put these changes in plugins
+ once you have installed Elgg 1.8.
3. Delete the following directories in the Elgg root on your server:
* _css
@@ -28,10 +28,11 @@ Upgrading from Elgg 1.7 to 1.8.
* search
* settings
* simplecache
- * views
+ * views
-4. Delete the following core plugins from the Elgg mod directory. These
+4. Delete the following core plugins from the Elgg mod directory. Most of these
plugins are deprecated and no longer supported by Elgg's core developers.
+ Others have been significantly changed and need to be replaced by new versions.
If you modified these plugins, you will need to upgrade the plugin to work
in Elgg 1.8.
* captcha
@@ -40,6 +41,7 @@ Upgrading from Elgg 1.7 to 1.8.
* friends
* riverdashboard
* twitter_service
+ * profile
5. Upload and overwrite your existing Elgg files with the Elgg 1.8 files.