From: Joe Hunt Date: Tue, 2 Feb 2010 09:01:10 +0000 (+0000) Subject: Release 2.2.5 X-Git-Tag: 2.3-final~998 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=b8a9b155538ab46d4eb0ce354d3cd5d84445f5e3;p=fa-stable.git Release 2.2.5 --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cf0d1e86..818e7cde 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -23,6 +23,7 @@ $ -> Affected files 02-Feb-2010 Joe Hunt ! Release 2.2.5 $ $config.default.php + update.html # Bug in direct invoice when cash sales and no cash account defined in sales pos. $ /sales/sales_order_entry.php diff --git a/config.default.php b/config.default.php index 4673a923..983d5d66 100644 --- a/config.default.php +++ b/config.default.php @@ -56,7 +56,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.2.4"; + $version = "2.2.5"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); diff --git a/update.html b/update.html index 8d746e41..01bdeee0 100644 --- a/update.html +++ b/update.html @@ -18,7 +18,7 @@ these files.
  • Upload all the new files. -
  • Look into the file, config.default.php and compare with your own config.php file. You should update the the following in your config.php:

  • Rename or remove the /install folder (you have already performed the install +
  • Look into the file, config.default.php and compare with your own config.php file. You should update the the following in your config.php:

  • Rename or remove the /install folder (you have already performed the install process earlier).