Revision 1531
Added by Luisehahne almost 14 years ago
| branches/2.8.x/INSTALL | ||
|---|---|---|
| 21 | 21 |
Step 5 - Upgrade-script: |
| 22 | 22 |
- Delete File upgrade-script.php |
| 23 | 23 |
|
| 24 |
Step 6 Fill in Admintool Droplets |
|
| 25 |
- After login to the backend, go to Menu Add-ons advanced |
|
| 26 |
- in Execute module files manually File: "upgrade.php" or File: "install.php" |
|
| 27 |
- select droplets and click Execute |
|
| 28 |
|
|
| 24 | 29 |
Have fun with WB 2.8.2 SP2 |
| 25 | 30 |
|
| 26 | 31 |
|
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
|
| 13 | 13 |
=========================== add small Features 2.8.2 ========================== |
| 14 |
28 Nov-2011 Build 1531 Dietmar Woellbrink (Luisehahne) |
|
| 15 |
! add Instructions for droplets |
|
| 14 | 16 |
27 Nov-2011 Build 1530 Dietmar Woellbrink (Luisehahne) |
| 15 | 17 |
! update templates allcss and round (Tks to Rübenwurzel) |
| 16 | 18 |
+ Add UPGRADE Instructions |
| branches/2.8.x/UPGRADE | ||
|---|---|---|
| 41 | 41 |
Step 7 - Delete the config.php.new: |
| 42 | 42 |
- to solve the problem with overwritten config.php by upgrade to 2.8.2 we upload a config.php.new. |
| 43 | 43 |
|
| 44 |
Step 8 Upgrade Admintool Droplets |
|
| 45 |
- do a backup from your droplets |
|
| 46 |
- unzip your backup local and upload your own droplets to /modules/droplets/example |
|
| 47 |
- go to Menu Add-ons advanced |
|
| 48 |
- in Execute module files manually File: File: "install.php" |
|
| 49 |
- select droplets and click Execute |
|
| 50 |
|
|
| 44 | 51 |
Have fun with WB 2.8.2 SP2 |
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 52 | 52 |
|
| 53 | 53 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 54 | 54 |
if(!defined('VERSION')) define('VERSION', '2.8.2');
|
| 55 |
if(!defined('REVISION')) define('REVISION', '1530');
|
|
| 55 |
if(!defined('REVISION')) define('REVISION', '1531');
|
|
Also available in: Unified diff
add Instructions for droplets