// -----------------------------------------------------------------------
// This file is part of AROUNDMe
// 
// Copyright (C) 2003-2008 Barnraiser
// http://www.barnraiser.org/
// info@barnraiser.org
// 
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// 
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
// 
// You should have received a copy of the GNU General Public License
// along with this program; see the file COPYING.txt.  If not, see
// <http://www.gnu.org/licenses/>
// -----------------------------------------------------------------------


   ** ALWAYS PERFORM A FULL FILE AND DATABASE BACKUP BEFORE UPGRADING **


>> From version 1.6 to version 1.6.1
   1. Backup [never skip this]
   2. Upload the new installation into a new directory
   3. Copy the /assets/ directory contents to the new directory.
   4. Copy actross (if there) the .htaccess file.
   5. Run the installation. When prompted for a database name choose the same
      name. The installer will not overwrite your database information.
   6. Re-point your URL from your old directory to your new
      directory.

   DATABASE CHANGES
   Add the following table (for email cotact form plugin)
   
   CREATE TABLE `am_plugin_contact_recipient` (
    `webspace_id` int(11) NOT NULL,
    `recipient_email` varchar(100) NOT NULL
   ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

   LANGUAGE PACKS
   No changes have taken place.




// DOCUMENT ENDS -------------------------------------------------------