Revision 797
Added by doc over 16 years ago
trunk/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
14 |
04-Apr-2008 Christian Sommer |
|
15 |
! set WB version to 2.7 (RC3) for the next upcoming release candidate |
|
14 | 16 |
03-Apr-2008 Christian Sommer |
15 | 17 |
! some code clean up in news/form module |
16 | 18 |
! small adaption of the edit CSS function file css.functions.php |
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 (RC2)'
|
|
57 |
if(defined('VERSION') && VERSION == '2.7 (RC3)'
|
|
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') |
... | ... | |
213 | 213 |
require_once(WB_PATH.'/framework/functions.php'); |
214 | 214 |
?> |
215 | 215 |
<h2>Step 3: Upgrading the existing Website Baker installation to WB 2.7</h2> |
216 |
<p>will upgrade Website Baker 2.6.5 / 2.6.7 to version 2.7</p>
|
|
216 |
<p>will upgrade Website Baker 2.6.7 to version 2.7</p> |
|
217 | 217 |
<?php |
218 | 218 |
|
219 | 219 |
$OK = '<span class="ok">OK</span>'; |
... | ... | |
859 | 859 |
*/ |
860 | 860 |
$config_msg = ($wbmailer_smtp_host != '') ? '<br /><br />Note: Please remove the line: <strong>define(\'WBMAILER_SMTP_HOST\', \''.$wbmailer_smtp_host.'\');</strong> from file <strong>config.php</strong> before proceeding!' : ''; |
861 | 861 |
echo '<p style="font-size:120%;"><strong>Congratulations: The upgrade script is finished ...</strong></p>'; |
862 |
status_msg('<strong>Warning:</strong><br />Please delete the file <strong>upgrade-script.php</strong> via FTP before proceeding.<br />If you do not delete this script from your server, others can delete/overwritte database settings by executing this script again.'.$config_msg, 'warning', 'div'); |
|
862 |
status_msg('<strong>Warning:</strong><br />Please delete the file <strong>upgrade-script.php</strong> via FTP before proceeding.<br />If you do not delete this script from your server, others can delete/overwritte database settings by executing this script again. <br /><br />If you are using Admin tools, please update them with the latest version on the WB Add-ons repository to avoid problems.'.$config_msg, 'warning', 'div');
|
|
863 | 863 |
// show buttons to go to the backend or frontend |
864 | 864 |
echo '<br />'; |
865 | 865 |
if(defined('WB_URL')) { |
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 (RC2)');
|
|
40 |
if(!defined('VERSION')) define('VERSION', '2.7 (RC3)');
|
|
41 | 41 |
|
42 | 42 |
?> |
Also available in: Unified diff
set WB version to 2.7 (RC3) for the next upcoming release candidate