From: Joe Hunt Date: Mon, 28 Jun 2010 09:54:11 +0000 (+0000) Subject: Release 2.2.11 X-Git-Tag: 2.3-final~876 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=0db0dac17fb0aa2433880115b952eafadaad755c;p=fa-stable.git Release 2.2.11 --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 460c31a9..a1572327 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.2.11 ---------------------------------- +! Release 2.2.11 +$ config.default.php + update.html + 22-Jun-2010 Joe Hunt # Minor select bug in create recurrent invoices $ /sales/create_recurrent_invoices.php diff --git a/config.default.php b/config.default.php index 15308968..c8ba18b3 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.10"; + $version = "2.2.11"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); @@ -119,12 +119,6 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $pagesizes = array("Letter", "A4"); // default PDF pagesize - /* Default border and spacing for tables */ - /* Should be moved to CSS */ - - $table_style = "class='tablestyle'"; - $table_style2 = "class='tablestyle2'"; - /* Accounts Payable */ /* System check to see if quantity charged on purchase invoices exceeds the quantity received. If this parameter is checked the proportion by which the purchase invoice is an overcharge diff --git a/update.html b/update.html index 1d31aa0f..0e8e7810 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).