Revision 797
Added by doc over 16 years ago
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')) { |
Also available in: Unified diff
set WB version to 2.7 (RC3) for the next upcoming release candidate