From 7dd20a33fcb1ccc3b9ed3303d7d9a61609718e89 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sun, 21 Feb 2016 16:43:01 +0100 Subject: [PATCH] Release 2.4.RC1 --- update.html | 39 +++++++++++++++++++++++++++++++++++++++ version.php | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/update.html b/update.html index d88329d5..4e48d17a 100644 --- a/update.html +++ b/update.html @@ -1,13 +1,52 @@ + FrontAccounting Update

FrontAccounting Update

+

Important Notes for release 2.4.RC1.

+

This is a preliminary FrontAccounting ERP 2.4 RC1 release.

+This version provides a couple of new important features (in addition to all the
+features merged from latest 2.3.25 release), but main development effort was
+focused on internal architecture changes and cleanups to make future FA development
+easier. Please keep in mind the application in current Release Candidate 1 stage is only rougly
+tested, so installation on production servers is not recommended yet. Until final
+2.4.0 version both software API and database scheme are subject to smaller changes.
+
+At the time of release most of optional extension modules available from central
+extensions repo has been also ported to 2.4 and should be mostly usable. Most Themes are
+updated and many new Themes are available.
+
+Due to deep changes made under the hood, we highly encourage all current FA 2.3 users
+to make test upgrades on a copy of your working installation connected to separate database
+filled with your real company data. This will allow us find and fix any possible
+upgrade issues before final 2.4 release. Please report any bugs/problems found via our
+Mantis Bugtracker at http://mantis.frontaccounting.com.
+

Download instructions

+In Sourceforge FrontAccounting (http://sourceforge.net/projects/frontaccounting), select
+Files -> FrontAccounting 2.4 ->2.4.RC1.
+
+For Windows users select the zip file. For all other users select the tar.gz file.
+

Notice for certain Windows wamp servers.

+Due to experienced long upgrade time for release 2.3 databases to release 2.4 on certain wamp
+servers, we just ask you to be patience. It might take a while, but should  end successfully.
+

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

+/* Optional popup search enabled if this is true. $max_rows_in_search = 10
+ +    is used for maximum rows in search */
+ +$use_popup_search = true;
+ +$max_rows_in_search = 10;
+

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;
diff --git a/version.php b/version.php index ecbf4ce4..c2d45728 100644 --- a/version.php +++ b/version.php @@ -6,7 +6,7 @@ // Versions used by source/database version compatibility checks. Do not change. $db_version = "2.4.1"; -$src_version = "2.4RC1"; +$src_version = "2.4.RC1"; // application version - can be overriden in config.php $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version; -- 2.30.2