From 82be921a25d1d48723440ab5cebe69d3fcd9cad1 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 18 Nov 2009 07:53:51 +0000 Subject: [PATCH] Release 2.2 --- CHANGELOG.txt | 8 ++++++++ config.default.php | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 35772929..bd9c0697 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.2 ---------------------------------- +18-Nov-2009 +! Release 2.2 +$ config.default.php + 17-Nov-2009 Joe Hunt/Tom Hallman ! Moved payment terms in documents for better view. Increased space for legal text. @@ -31,6 +36,9 @@ $ /gl/includes/db/gl_db_trans.inc ! Changed rep705 to show fiscal year instead of year $ /reporting/rep705.php /reporting/includes/reports_classes.inc +! updated fles +$ update.html + /lang/new_language_template/LC_MESSAGES/empty.po 15-Nov-2009 Janusz Dobrowolski + Added integration of custom and extended reports into reporting module; optimizations. diff --git a/config.default.php b/config.default.php index 7238aa9a..0acd7b83 100644 --- a/config.default.php +++ b/config.default.php @@ -27,7 +27,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $error_logfile = dirname(__FILE__).'/tmp/errors.log'; $debug = 1; $show_sql = 0; - $go_debug = 1; + $go_debug = 0; $pdf_debug = 0; // set $sql_trail to 1 only if you want to perform bugtracking sql trail // Warning: this produces huge amount of data in sql_trail table. @@ -56,7 +56,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.2 RC"; + $version = "2.2"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); -- 2.30.2