From 70d5851626e1839021166e9e825cb7089bf0be8b Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 29 Sep 2014 15:57:38 +0200 Subject: [PATCH] Release 2.3.22 --- update.html | 11 +++++++++++ version.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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 -- 2.30.2