Revision 1890
Added by Dietmar over 11 years ago
info.php | ||
---|---|---|
4 | 4 |
* @category modules |
5 | 5 |
* @package wysiwyg |
6 | 6 |
* @author WebsiteBaker Project |
7 |
* @copyright 2009-2012, Website Baker Org. e.V.
|
|
8 |
* @link http://www.websitebaker2.org/
|
|
7 |
* @copyright 2009-2012, WebsiteBaker Org. e.V. |
|
8 |
* @link http://www.websitebaker2.org/
|
|
9 | 9 |
* @license http://www.gnu.org/licenses/gpl.html |
10 | 10 |
* @platform WebsiteBaker 2.8.3 |
11 | 11 |
* @requirements PHP 5.2.2 and higher |
12 | 12 |
* @version $Id$ |
13 |
* @filesource $HeadURL$
|
|
13 |
* @filesource $HeadURL$
|
|
14 | 14 |
* @lastmodified $Date$ |
15 | 15 |
* |
16 | 16 |
*/ |
... | ... | |
24 | 24 |
$module_directory = 'wysiwyg'; |
25 | 25 |
$module_name = 'WYSIWYG'; |
26 | 26 |
$module_function = 'page'; |
27 |
$module_version = '2.9.0';
|
|
28 |
$module_platform = '2.8.2';
|
|
27 |
$module_version = '2.9.1';
|
|
28 |
$module_platform = '2.8.4';
|
|
29 | 29 |
$module_author = 'Ryan Djurovich'; |
30 | 30 |
$module_license = 'GNU General Public License'; |
31 | 31 |
$module_description = 'This module allows you to edit the contents of a page using a graphical editor'; |
32 | 32 |
Also available in: Unified diff
! update code module set version to 2.8.4
! update wysiwyg module set version to 2.9.1