>> Igloo

  Copyright (c) 2003-2005 Barnraiser. All rights reserved.

>> This file lists database, template and language file changes and will allow you to upgrade rather 
   than reinstall.
   
   Most installations do not customise either their templates or their language files. If you have not 
   then simply backup, copy all the files in this installation into your required destination and 
   perform run the database queries below. If you have customised your templates and language files 
   then read the template and language file sections below.
   
   Please note: you will need to replace your config files for this upgrade.
   
   ** ALWAYS PERFORM A FULL FILE AND DATABASE BACKUP BEFORE UPGRADING **
   
   
>> from version 0.1.2 to 0.1.3
   DATABASE
   ALTER TABLE `igloo_sn` CHANGE `sn_cron_update_request` `sn_batch_request` INT( 1 ) DEFAULT NULL 
   ALTER TABLE `igloo_newsletter` ADD `role_id` INT( 11 ) AFTER `item_id`;
   ALTER TABLE `igloo_newsletter` CHANGE `message_status` `status_id` INT( 1 ) DEFAULT '0' NOT NULL 
   ALTER TABLE `igloo_newsletter` CHANGE `start_id` `start_user_id` INT( 11 ) DEFAULT NULL 
   
   Several minor changes were made to language and template files. We recommend that you upgrade them.
   
>> from version 0.1.1 to 0.1.2
   TEMPLATE
   node_user.tpl.php - replace
   igloo.css - add - listnav
   fil_view.tpl.php - update - line 131
   frm_edit.tpl.php - update lines 589 to 591 (include div tag)
   blg_view.tpl.php - replace
   
   LANGUAGE
   common.lang.php - add $lang['txt_list_nav_start'] = 	"start";
   common.lang.php - add $lang['txt_list_nav_end'] = "end";
   common.lang.php - add $lang['txt_list_nav_prev'] = "previous";
   common.lang.php - add $lang['txt_list_nav_next'] = "next";
   replace /man/wiki_formatting.man.php 
   

>> from version 0.1.0 to 0.1.1
   TEMPLATE
   igloo.css - change line 90 to #content .metadata {
   replace setup.tpl.php
   replace default.tpl.php
   replace comment.inc.tpl.php
   replace sch_view.tpl.php
   replace sn_list.tpl.php (pending invites moved to main column)
   replace error.tpl.php
   sch_edit.tpl.php - replace line 251
   msg_view.tpl.php - replace
   
   LANGUAGE
   replace setup.lang.php
   
   
>> Development build (version 0.1.1) - no upgrade options

>> First build (version 0.1.0) - no upgrade options
