From: Joe Date: Mon, 29 Sep 2014 13:57:38 +0000 (+0200) Subject: Release 2.3.22 X-Git-Tag: 2.3-final~101 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=70d5851626e1839021166e9e825cb7089bf0be8b Release 2.3.22 --- diff --git a/update.html b/update.html index 34ae330d..fd0d0fd3 100644 --- a/update.html +++ b/update.html @@ -4,6 +4,7 @@ + FrontAccounting Update @@ -11,10 +12,20 @@

FrontAccounting Update

+

Important Notes for release 2.3.22.

+ + +

New global flags in config.php (config-default.php):

+/* Show average costed values instead of fixed standard cost */ In Enventory Valuation Report.
+$use_costed_values = 0;
+
+/* Print Item Images on Sales Quotations. Set to 1 if so. */
+$print_item_images_on_quote = 0;

Important Notes for release 2.3.21.

+

Crucial security patches:

This version consists of crucial security patches and this applies especially to all publicly available servers,
diff --git a/version.php b/version.php index 13980035..9e5e760b 100644 --- a/version.php +++ b/version.php @@ -9,7 +9,7 @@ $db_version = "2.3rc"; // application version - can be overriden in config.php if (!isset($version)) - $version = "2.3.21"; + $version = "2.3.22"; //====================================================================== // Extension packages repository settings