Release 2.2 Beta
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 30 Sep 2009 10:11:25 +0000 (10:11 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 30 Sep 2009 10:11:25 +0000 (10:11 +0000)
Errors in the 2 last user variables in userprefs and parse error in alter2.2.php

CHANGELOG.txt
config.php
doc/2.2_Beta.txt

index e83549d3c799d246bd5cceed717f1605397b185b..46e197e2c917d133453eb0907c8d1700c675d8a2 100644 (file)
@@ -19,6 +19,11 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+------------------------------- Release 2.2 Beta ----------------------------------
+30-Sep-2009 Joe Hunt
+! Release 2.2 Beta
+$ config.php
+
 29-Sep-2009 Tom Hallman
 ! Changes in tags table structure, tags related security areas
 $ /includes/access_levels.inc
index a03b97f90ac11d8162903d44a24226dae832ba34..c39a3e32f87eb1d6a75a82b2bc384e5ccf323a91 100644 (file)
@@ -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.2m5 CVS";
+       $version                = "2.2 Beta";
 
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));
index 2467bc192a41aee068ce7c6f94b80a1c8ade9919..00f5d8a33bdb04dc44183a87fadaa182f51d9147 100644 (file)
@@ -60,5 +60,5 @@ Banking and General Ledger
 Bugs fixed in this release
 --------------------------
 - Fixed php 5 warnings flood in error log.
-- All bugs up to release 2.1.5 are fixed in this release too.
+- All bugs up to release 2.1.6 are fixed in this release too.