From: Joe Hunt Date: Fri, 11 Jun 2010 12:33:09 +0000 (+0000) Subject: Release 2.2.10 X-Git-Tag: 2.3-final~883 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=a991c63c9f127de7f3d46a4422b4adeac8118758;p=fa-stable.git Release 2.2.10 --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6bb7c5f6..98ac5b6d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,12 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.2.10 ---------------------------------- +11-Jun-2010 Joe Hunt +! Release 2.2.10 +$ config.default.php + update.html + 10-Jun-2010 Joe Hunt ! Changed Wiki help url and site url in config.default.php $ config.default.php diff --git a/config.default.php b/config.default.php index 3bc675d5..15308968 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.9"; + $version = "2.2.10"; // 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 5544853e..1d31aa0f 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).