From: Joe Hunt Date: Tue, 3 Feb 2009 09:25:24 +0000 (+0000) Subject: New release 2.0.7 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=59dd3d9a12c608a9d26764add5a3f94ba37a5b26;p=textcart.git New release 2.0.7 --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c4df5ea..d99c67c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,7 @@ /** * @version $Id$ * @package FrontAccounting -* @copyright (C) 2005 - 2008 FrontAccounting +* @copyright (C) 2005 - 2009 FrontAccounting * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * FrontAccounting is Free Software */ @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.0.7 -------------------------------------------- +03-Feb-2009 Joe Hunt +! New release 2.0.7 +$ config.php + 22-Jan-2009 Joe Hunt # Bug [0000112] It shows invoices as overdue still (in red), even though its been payed and allocated. $ /sales/inquiry/customer_inquiry.php diff --git a/config.php b/config.php index e4ad1aa..a465b10 100644 --- a/config.php +++ b/config.php @@ -38,7 +38,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.0.6"; + $version = "2.0.7"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));