Revision 2037
Added by darkviper almost 12 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 |
16 Dec-2013 Build 2037 Manuela v.d.Decken(DarkViper) |
|
| 15 |
! update version number of module FCK-Editor to 2.10.0 |
|
| 14 | 16 |
16 Dec-2013 Build 2036 Manuela v.d.Decken(DarkViper) |
| 15 | 17 |
# script injection vulnerability fixed in fck-spellchecker |
| 16 | 18 |
16 Dec-2013 Build 2035 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.4');
|
| 54 |
if(!defined('REVISION')) define('REVISION', '2036');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '2037');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/modules/fckeditor/info.php | ||
|---|---|---|
| 19 | 19 |
$module_directory = 'fckeditor'; |
| 20 | 20 |
$module_name = 'FCKeditor'; |
| 21 | 21 |
$module_function = 'WYSIWYG'; |
| 22 |
$module_version = '2.9.9';
|
|
| 22 |
$module_version = '2.10.0';
|
|
| 23 | 23 |
$module_platform = '2.8.4'; |
| 24 | 24 |
$module_requirements = 'PHP 5.2.2 or higher, WB 2.8.4 or higher'; |
| 25 | 25 |
$module_author = 'Christian Sommer, P. Widlund, S. Braunewell, M. Gallas, Wouldlouper, Aldus, Luisehahne, M.v.d.Decken'; |
| branches/2.8.x/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about.html | ||
|---|---|---|
| 131 | 131 |
<td colspan="2" align="center" valign="middle"> |
| 132 | 132 |
<span fcklang="DlgAboutModule" style="font-size: 12px" dir="ltr"> |
| 133 | 133 |
Modified for WebsiteBaker Version 2.8.x and higher<br />Modulversion |
| 134 |
</span>2.9.8
|
|
| 134 |
</span>2.10.0
|
|
| 135 | 135 |
</td> |
| 136 | 136 |
</tr> |
| 137 | 137 |
</table> |
Also available in: Unified diff
! update version number of module FCK-Editor to 2.10.0