Revision 1548
Added by Dietmar almost 13 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
=========================== add small Features 2.8.2 ========================== |
14 |
18 Dez-2011 Build 1546 Dietmar Woellbrink (Luisehahne) |
|
14 |
19 Dez-2011 Build 1548 Dietmar Woellbrink (Luisehahne) |
|
15 |
- remove quickSkin /temp/folder/ for a later solution |
|
16 |
18 Dez-2011 Build 1547 Dietmar Woellbrink (Luisehahne) |
|
15 | 17 |
+ forgot a file in quickSkin Folder |
16 | 18 |
18 Dez-2011 Build 1546 Dietmar Woellbrink (Luisehahne) |
17 | 19 |
! recoded /account/forgot_form.php |
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', '1547');
|
|
55 |
if(!defined('REVISION')) define('REVISION', '1548');
|
|
56 | 56 |
if(!defined('SP')) define('SP', 'SP2'); |
Also available in: Unified diff
remove quickSkin /temp/folder/ for a later solution