diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-10-26 10:08:51 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-10-26 10:08:51 -0700 |
commit | ffe1a85b0c70ad126ece6c44a00f60b62e366edb (patch) | |
tree | 04307adc2c9f69937f6fdd23db401a7aaf592a62 | |
parent | fe757623603600caf0a74cbead4a02d0bd95388a (diff) | |
download | elgg-ffe1a85b0c70ad126ece6c44a00f60b62e366edb.tar.gz elgg-ffe1a85b0c70ad126ece6c44a00f60b62e366edb.tar.bz2 |
Made instructions for removing mod/profile clearer.
-rw-r--r-- | UPGRADE.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt index 662c7d547..e0cb69da3 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -29,10 +29,10 @@ Upgrading from Elgg 1.7 to 1.8. * settings * simplecache * views - * mod/profile -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 @@ -41,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. |