Revision 717
Added by doc over 17 years ago
| info.php | ||
|---|---|---|
| 26 | 26 |
Authors: P. Widlund, S. Braunewell, M. Gallas (ruebenwurzel), Wouldlouper, C. Sommer (doc) |
| 27 | 27 |
Started to track applied changes in info.php from 27.03.2007 onwards (cs) |
| 28 | 28 |
----------------------------------------------------------------------------------------------------------- |
| 29 |
v2.82 (doc.. Christian Sommer; Feb 20, 2008) |
|
| 30 |
+ added the connector fix found by the forum member Luisehahne |
|
| 31 |
(see forum thread: http://forum.websitebaker2.org/index.php/topic,8240.msg51675.html#msg51675) |
|
| 32 |
|
|
| 29 | 33 |
v2.81 (ruebenwurzel.. Matthias Gallas; Dez 24, 2007) |
| 30 | 34 |
+ update to FCKEditor release v2.51 |
| 31 | 35 |
|
| ... | ... | |
| 91 | 95 |
*/ |
| 92 | 96 |
|
| 93 | 97 |
$module_directory = 'fckeditor'; |
| 94 |
$module_name = 'FCKeditor'; |
|
| 98 |
$module_name = 'FCKeditor';
|
|
| 95 | 99 |
$module_function = 'WYSIWYG'; |
| 96 |
$module_version = '2.81';
|
|
| 100 |
$module_version = '2.82';
|
|
| 97 | 101 |
$module_platform = '2.6.x'; |
| 98 | 102 |
$module_author = 'Christian Sommer, P. Widlund, S. Braunewell, M. Gallas, Wouldlouper'; |
| 99 | 103 |
$module_license = 'GNU General Public License'; |
Also available in: Unified diff
added the FCKEditor module PHP connector fix found by the forum member Luisehahne (thanks man)