From 23578bff63bba725e29d878ea60fc3ec711322be Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 24 May 2010 07:46:21 +0000 Subject: [PATCH] Release 2.2.9 --- CHANGELOG.txt | 6 ++++++ config.default.php | 2 +- update.html | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5223468..37b6aae 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,12 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.2.9 ---------------------------------- +24-May-2010 Joe hunt +! Release 2.2.9 +$ config.default.php + update.html + 22-May-2010 Janusz Dobrowolski # Fixed html generationfor buttons $ /includes/ui/ui_input.inc diff --git a/config.default.php b/config.default.php index d830619..b5f86d1 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.8"; + $version = "2.2.9"; // 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 d128e1b..5544853 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).
    1. -- 2.30.2