// -----------------------------------------------------------------------
// This file is part of beacon
// 
// Copyright (C) 2003, 2005 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 2, 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 program; see the file COPYING. If not, write to the Free
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
// -----------------------------------------------------------------------


>> beacon

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

>> from version 0.1.5 to 0.1.6
  
   LANGUAGE
   insert into common: $lang['txt_author'] = 	"Beacon";
  
>> from version 0.1.4 to 0.1.5
   Backup. Upgrade all files except:
   If you have customised your template files follow the steps below under 
   the template heading.
   If you have customised your language files follow the steps below under 
   the template heading.
   
   DATABASE
   No changes are required for this upgrade.
  
   TEMPLATE
   index.tpl.php: Line 130
   change : if (isset($item) && $item['allow_comment'] == 1) {
   to : if (isset($_SESSION['user_id']) && isset($item) && $item['allow_comment'] == 1) {
  
   index.tpl.php: Line 105
   change: if (isset($comments)) {
   to: if (isset($item)) {
  
   index.tpl.php: 185 to 193
   Insert new code
  
   Admin.tpl.php: Insert div section at line 41.
  
   LANGUAGE
   insert into comment: $lang['txt_comment_leave_help'] = "Please note: You need to login to leave a comment.";
   insert into admin: $lang['href_view_items_all'] = "Show all versions";
   insert into admin: $lang['href_view_items_current'] = "Show current version only";
  
  
>> version 0.1.3 to 0.1.4
   Please perform full installation. No upgrade path is given at this time.
