From 68b34f1f01c1869672a39b641952d4aa6d7de9d0 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sun, 10 Oct 2010 16:05:18 +0000 Subject: [PATCH] Release 2.3RC2 --- CHANGELOG.txt | 7 ++++++- update.html | 23 +++++++++++++---------- version.php | 2 +- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0f7d339a..4487296c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.3 RC2 -------------------------------- +! Release 2.3RC2 +$ version.php + update.html + 10-Oct-2010 Janusz Dobrowolski + Added document reference display in cust/supp payments $ /includes/ui/allocation_cart.inc @@ -42,7 +47,7 @@ $ /includes/lang/gettext.php /frontaccounting.php 06-Oct-2010 Joe Hunt -! Option for saving report selections ($save_report_selection > 0 in config.php means days to save) +! Option for saving report selections ($save_report_selections > 0 in config.php means days to save) $ /reporting/includes/reports_classes.inc /reporting/prn_redirect.php config.default.php diff --git a/update.html b/update.html index 414b8e88..6cdf420b 100644 --- a/update.html +++ b/update.html @@ -5,7 +5,6 @@ FrontAccounting Update -

FrontAccounting Update

@@ -15,7 +14,7 @@ company created during FrontAccounting installation. This person is considered as a site admin who have granted access to potentially dangerous setup options, like Setup/Software Upgrade.

In the following description sections related to older FA versions are -prefixed with [color tags] +prefixed with [color tags] . You can skip tagged fragment safely if currently FA application is newer than the version in tag.

Upgrade process consists of up to four stages, some of them are @@ -56,7 +55,7 @@ files update

add all new settings (if any).

-

[<FA +

[<FA 2.2beta]

$show_users_online = 0;

$def_print_destination @@ -65,11 +64,11 @@ settings (if any).

$dflt_date_sep=0;

$table_style,table_style2 changed

-

[<FA +

[<FA 2.3beta]

$alternative_tax_include_on_doc=0;

$suppress_tax_rates = 0;

-

[<FA +

[<FA 2.3RC1]

Application version @@ -80,7 +79,11 @@ application version displayed in footer is defined in $version variable unless this is set in config.php file. If you want current release version to be displayed on every FA update just remove or comment out $version variable in config.php.

-

2. Database upgrade

+

[<FA +2.3RC2]

+

$save_report_selections  = 0;  // A value > 0 means days to save the report selections

+ +

2. Database upgrade

This step can be skipped for small version updates i.e. when you have already installed FrontAccounting version 2.3.1 or later. Before database upgrade is @@ -110,11 +113,11 @@ be removed from config.phpa. Source files cleanup

-

[<FA +

[<FA 2.2beta]

-

/includes/reserved.inc +

/includes/reserved.inc – removed.

-

[<FA +

[<FA 2.1]

/admin/db/v_banktrans.inc @@ -122,7 +125,7 @@ Source files cleanup

b. Config.php cleanup

-

[<FA +

[<FA 2.2RC1]

$security_headings, diff --git a/version.php b/version.php index 6cf66b20..cac24aee 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.3RC1"; + $version = "2.3RC2"; //====================================================================== // Extension packages repository settings -- 2.30.2