Revision 1628
Added by Luisehahne over 13 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 |
01 Mar-2012 Build 1628 Dietmar Woellbrink (Luisehahne) |
|
| 15 |
! forgot changelog and version in Revision 1627 |
|
| 16 |
01 Mar-2012 Build 1627 Dietmar Woellbrink (Luisehahne) |
|
| 17 |
# Fixed FCKeditor to work with IE9 (Tks to marmot for the source) |
|
| 14 | 18 |
29 Feb-2012 Build 1626 Werner v.d.Decken(DarkViper) |
| 15 | 19 |
! started rebuild and reorganize the OutputFilter-System |
| 16 | 20 |
29 Feb-2012 Build 1625 Dietmar Woellbrink (Luisehahne) |
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 51 | 51 |
|
| 52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3');
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1626');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1628');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
Also available in: Unified diff
01 Mar-2012 Build 1627 Dietmar Woellbrink (Luisehahne)