From: Janusz Dobrowolski Date: Mon, 30 Mar 2009 16:34:57 +0000 (+0000) Subject: Release 2.1.1 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=a5b60fd0cc838079b2d8b36536ac3d30f129315b;p=textcart.git Release 2.1.1 --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 92a0604..83ca0ec 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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. diff --git a/config.php b/config.php index 92a2135..0dd0bed 100644 --- a/config.php +++ b/config.php @@ -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"));