Release 2.4.RC1
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 21 Feb 2016 15:43:01 +0000 (16:43 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 21 Feb 2016 15:43:01 +0000 (16:43 +0100)
update.html
version.php

index d88329d564854199c1a6f954c605a235be193d12..4e48d17a6c499a45911632319a565daaca4db648 100644 (file)
@@ -1,13 +1,52 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html><head>
+
 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1"><title>FrontAccounting Update</title>
 <meta name="GENERATOR" content="OpenOffice.org 2.4 (Linux)">
 <meta name="CREATED" content="0;0">
 <meta name="CHANGED" content="20100902;19041400"></head><body style="direction: ltr;" lang="en-US">
 <h4><strong><font color="#cc6600"><font style="font-size: 20pt;" size="5"><i>Front</i></font></font></strong><strong><font style="font-size: 20pt;" size="5">Accounting
 Update</font></strong></h4>
+<h2>Important Notes for release 2.4.RC1.</h2>
+<h3>This is a preliminary FrontAccounting ERP 2.4 RC1 release. </h3>
+This version provides a couple of new important features (in addition to all the <br>
+features merged from latest 2.3.25 release), but main development effort was <br>
+focused on internal architecture changes and cleanups to make future FA development <br>
+easier. Please keep in mind the application in current Release Candidate 1 stage is only rougly<br>
+tested, so installation on production servers is not recommended yet. Until final <br>
+2.4.0 version both software API and database scheme are subject to smaller changes.<br>
+<br>
+At the time of release most of optional extension modules available from central<br>
+extensions repo has been also ported to 2.4 and should be mostly usable. Most Themes are<br>
+updated and many new Themes are available.<br>
+<br>
+Due to deep changes made under the hood, we highly encourage all current FA 2.3 users<br>
+to make test upgrades on a copy of your working installation connected to separate database<br>
+filled with your real company data. This will allow us find and fix any possible<br>
+upgrade issues before final 2.4 release. Please report any bugs/problems found via our <br>
+Mantis Bugtracker at http://mantis.frontaccounting.com.<br>
+<h3>Download instructions</h3>
+In Sourceforge FrontAccounting (http://sourceforge.net/projects/frontaccounting), select <br>
+Files -&gt; FrontAccounting 2.4 -&gt;2.4.RC1.<br>
+<br>
+For Windows users select the zip file. For all other users select the tar.gz file.<br>
+<h3>Notice for certain Windows wamp servers.</h3>
+Due to experienced long upgrade time for release 2.3 databases to release 2.4 on certain wamp <br>
+servers, we just ask you to be patience. It might take a while, but should&nbsp; end successfully. <br>
+<h4>New global flags in config.php (config-default.php):</h4>
+/* Optional popup search enabled if this is true. $max_rows_in_search = 10 <br>
+
+&nbsp;&nbsp;&nbsp; is used for maximum rows in search */<br>
+
+<span style="font-weight: bold;">$use_popup_search = true;</span><br>
+
+<span style="font-weight: bold;">$max_rows_in_search = 10;</span><br>
+
 <h2>Important Notes for release 2.3.22.</h2>
 
+
+
+
 <h4>New global flags in config.php (config-default.php):</h4>
 /* Show average costed values instead of fixed standard cost */ In Enventory Valuation Report.<br>
 <span style="font-weight: bold;">$use_costed_values = 0;</span><br>
index ecbf4ce49d6b23bf7ecd12795e6dd76697e5831c..c2d45728121ab4fc61a800e472de34a214f93576 100644 (file)
@@ -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;