Revision 750
Added by doc over 17 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
| 14 | 14 |
12-Mar-2008 Christian Sommer |
| 15 |
! set version number to 2.7 (RC2) for the upcoming second release candidate |
|
| 15 | 16 |
! removed hardcoded /admin folder strings from WB core files where possible |
| 16 | 17 |
! added WB home folder fix proposed by the forum member spawnferkel (thanks) |
| 17 | 18 |
! defined <strong> and <em> instead of <b> and <i> as default tags |
| 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'
|
|
| 57 |
if(defined('VERSION') && VERSION == '2.7 (RC2)'
|
|
| 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');
|
|
| 40 |
if(!defined('VERSION')) define('VERSION', '2.7 (RC2)');
|
|
| 41 | 41 |
|
| 42 | 42 |
?> |
Also available in: Unified diff
set version number to 2.7 (RC2) for the upcoming second release candidate