From 12df1cc1ffbb93ca683cee110244eb2a234ff372 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Tue, 23 Sep 2008 09:35:52 +0000 Subject: [PATCH] Release 2.0.2 --- CHANGELOG.txt | 7 +++++++ config.php | 2 +- install/save.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 95765db..396ceab 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,13 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.0.2 -------------------------------------------- +23-Sep-2008 Joe Hunt +! Release 2.0.2 +$ config.php +! Increased time_out to 3 minutes. +$ /install/save.php + 23-Sep-2008 Joe Hunt # Bug [0000059] Direct Invoice or Delivery Notes doesn't account for negative inventory flag $ /sales/sales_order_entry.php diff --git a/config.php b/config.php index e04fe64..17de99e 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.1"; + $version = "2.0.2"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); diff --git a/install/save.php b/install/save.php index 32ab2a0..d8a78d2 100644 --- a/install/save.php +++ b/install/save.php @@ -1,7 +1,7 @@