Revision 1309
Added by Luisehahne almost 15 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.1 ------------------------------------- |
14 |
19-Mar-2010 Dietmar Woellbrink (Luisehahne) |
|
14 |
26-Mar-2010 Dietmar Woellbrink (Luisehahne) |
|
15 |
! update changelog |
|
16 |
26-Mar-2010 Dietmar Woellbrink (Luisehahne) |
|
15 | 17 |
- remove deprecated backup modul |
16 | 18 |
19-Mar-2010 Dietmar Woellbrink (Luisehahne) |
17 | 19 |
! rework admin/pages/save.php so that modules can use it |
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.x'); |
55 |
if(!defined('REVISION')) define('REVISION', '1308');
|
|
55 |
if(!defined('REVISION')) define('REVISION', '1309');
|
|
56 | 56 |
|
57 | 57 |
?> |
Also available in: Unified diff
update changelog