Revision 813
Added by doc over 16 years ago
trunk/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
14 |
07-Apr-2008 Christian Sommer |
|
15 |
! set version from 2.7 (RC3) to 2.7 (RC3a) |
|
16 |
07-Apr-2008 Thomas Hornik |
|
17 |
! added missing group_id in INSERT-query |
|
18 |
! removed PHP5 function stripos from installation script |
|
14 | 19 |
06-Apr-2008 Christian Sommer |
15 | 20 |
! removed some obsolete language variables from news and form module (now defined in global WB language files) |
16 | 21 |
! enlarged admin tool icon to match size 50x50px of the other icons |
trunk/wb/upgrade-script.php | ||
---|---|---|
54 | 54 |
status_msg(', WB 2.7 core files uploaded: '); |
55 | 55 |
@include_once(WB_PATH .'/framework/functions.php'); |
56 | 56 |
@include_once(ADMIN_PATH .'/interface/version.php'); |
57 |
if(defined('VERSION') && VERSION == '2.7 (RC3)' |
|
57 |
if(defined('VERSION') && VERSION == '2.7 (RC3a)'
|
|
58 | 58 |
&& function_exists('get_variable_content') |
59 | 59 |
&& file_exists(WB_PATH .'/modules/menu_link/languages/DE.php') |
60 | 60 |
&& file_exists(WB_PATH .'/modules/output_filter/filter-routines.php') |
trunk/wb/admin/interface/version.php | ||
---|---|---|
37 | 37 |
} |
38 | 38 |
|
39 | 39 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
40 |
if(!defined('VERSION')) define('VERSION', '2.7 (RC3)'); |
|
40 |
if(!defined('VERSION')) define('VERSION', '2.7 (RC3a)');
|
|
41 | 41 |
|
42 | 42 |
?> |
Also available in: Unified diff
set version from 2.7 (RC3) to 2.7 (RC3a)