Release 2.2
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 18 Nov 2009 07:53:51 +0000 (07:53 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 18 Nov 2009 07:53:51 +0000 (07:53 +0000)
CHANGELOG.txt
config.default.php

index 35772929806ce97d60e9ced66a9bf8e01c0bb33f..bd9c0697d342da3f48c65b3c606f0a32c3ab1218 100644 (file)
@@ -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.
index 7238aa9a6999bbad99a2b091d842b02cf143cb4d..0acd7b83d0c38b7c6c4203425d4344f2e753abf6 100644 (file)
@@ -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"));