aboutsummaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2011-09-05 14:46:22 -0700
committerBrett Profitt <brett.profitt@gmail.com>2011-09-05 14:46:22 -0700
commit641679f1ba8f2ab540ee893ac31778b2e6c65013 (patch)
treeafc9e696e1fc2135f7fd0f855c467e69d2ebe2ba /UPGRADE.txt
parent5d6d18707cc9e56d937e0c1ce3547114674884ba (diff)
downloadelgg-641679f1ba8f2ab540ee893ac31778b2e6c65013.tar.gz
elgg-641679f1ba8f2ab540ee893ac31778b2e6c65013.tar.bz2
Added instructions to delete deprecated plugins during upgrade.
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt21
1 files changed, 16 insertions, 5 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 6eebd86e9..0f1cd2ba3 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -9,7 +9,7 @@ Note: Upgrades are one way--You cannot downgrade once you run the upgrade
Upgrading from Elgg 1.7 to 1.8.
----------------------------------------------------
-1. Backup your Elgg database, code, and data directory.
+1. Back up your Elgg database, code, and data directory.
2. Download the latest version of Elgg from http://elgg.org/.
@@ -30,19 +30,30 @@ Upgrading from Elgg 1.7 to 1.8.
* simplecache
* views
-4. Upload and overwrite your existing Elgg files with the Elgg 1.8 files.
+4. Delete the following core plugins from the Elgg mod directory. These
+ plugins are deprecated and no longer supported by Elgg's core developers.
+ If you modified these plugins, you will need to upgrade the plugin to work
+ in Elgg 1.8.
+ * captcha
+ * crontrigger
+ * default_widgets
+ * friends
+ * riverdashboard
+ * twitter_service
+
+5. Upload and overwrite your existing Elgg files with the Elgg 1.8 files.
-5. Copy htaccess_dist to .htaccess, replacing your existing version. Any
+6. Copy htaccess_dist to .htaccess, replacing your existing version. Any
modifications to the original .htaccess should be moved to the new
.htaccess file.
-6. Visit http://your-elgg-site/upgrade.php
+7. Visit http://your-elgg-site/upgrade.php
Upgrading to the latest release
-----------------------------------------
-1. Backup your Elgg database, code, and data directory.
+1. Back up your Elgg database, code, and data directory.
2. Download the latest version of Elgg from http://elgg.org/.