Release 2.1.1
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 30 Mar 2009 16:34:57 +0000 (16:34 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 30 Mar 2009 16:34:57 +0000 (16:34 +0000)
CHANGELOG.txt
config.php

index 92a060437938cb900f06ad08d8bb6b5e3549ccb6..83ca0ec2c9a4cf7b6a00379014cd925c49837c2b 100644 (file)
@@ -28,6 +28,8 @@ $ /sales/includes/ui/sales_order_ui.inc
   /themes/default/default.css
 # Updated gettext template file
 $ /lang/new_language_template/LC_MASSAGES/empty.po
+! Release 2.1.1
+$ config.php
 
 29-Mar-2009 Janusz Dobrowolski
 # [0000126] 'Invoice' words on credit note document.
index 92a2135270c49fa801fbe5cf9702ece25926a108..0dd0bed1709a4cff4d87b21432bf2fb36f5122f4 100644 (file)
@@ -23,7 +23,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
 
        $debug                  = 1;
        $show_sql               = 0;
-       $go_debug               = 0;
+       $go_debug               = 1;
        $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.
@@ -46,7 +46,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        // Main Title
        $app_title = "FrontAccounting";
        // application version
-       $version                = "2.1";
+       $version                = "2.1.1";
 
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));