UPGRADE INSTRUCTIONS
Meditate(tm) Web Content Editor

(to perform a new installation, see install.txt)

-----------------------------------------------------------------------

1. Document any customizations you have made to the Meditate source code.

2. In your installation, remove all the existing files except those in the
config folder.

3. Upload all the new files except those in the config folder.

4. In general, you should not update the config folder because that's where your
site-specific settings reside. But some new features do require updating some
files in this folder. Check docs/release_notes.html to see if any new features
apply to you. If so, you can copy those specific changes from the new config
files to your existing files. A diff tool will show you what has changed while
letting you preserve your own configuration settings and visual customizations.

5. If you documented any customizations in step 1, check docs/release_notes.html
to see if your customizations have been included in this release. If not,
re-apply your customizations to the new source code.

If you need help, visit
http://www.arlomedia.com/software/meditate/assembled/community.html

-----------------------------------------------------------------------

UPGRADING FROM VERSION 1.0 or 1.0.1

1. If you have customized the config/header.php file in your site, open the
config/header.php file in the new version and look for the lines beginning "if
($role > 1)" that add the Manage Pages section to the menu, and copy that into
your existing config/header.php file, between the Browse Site page and the Files
page. If you have not customized your header.php file, you can simply replace it
with the new version.

2. If you have customized the config/head.php file in your site, open the
config/head.php file in the new version and copy your customizations into this
file. If you have not customized your head.php file, you can simply replace it
with the new version.

3. If you have customized the config/styles.css or config/styles_IE.css files in
your site, open the config/styles_override.css and config/styles_override_IE.css
files in the new version and copy your customizations into these files. If you
have not customized your styles files, you can simply delete them from the config
directory (they are now stored in the shared directory).

