From 68b34f1f01c1869672a39b641952d4aa6d7de9d0 Mon Sep 17 00:00:00 2001
From: Joe Hunt FrontAccounting
Update
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. [<FA
+2.3RC2] $save_report_selections = 0; // A value > 0 means days to save the report selections 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 [<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
2. Database upgrade
+2. Database upgrade