From: Joe Hunt Date: Thu, 9 Dec 2010 12:45:57 +0000 (+0000) Subject: Release 2.3.0 X-Git-Tag: v2.4.2~19^2~412 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=7bcc984e9831707a3f6f3af23095faec95489645;p=fa-stable.git Release 2.3.0 --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 37cd871e..c1a63270 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.3 ------------------------------------ +00-Dec-2010 Joe Hunt +! Release 2.3.0 +$ version.php + 08-Dec-2010 Janusz Dobrowolski + Debug backtace on all errors when go_debug is set to 2 $ /includes/errors.inc diff --git a/version.php b/version.php index 0ea01e22..3e920e54 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.3RC3"; + $version = "2.3.0"; //====================================================================== // Extension packages repository settings