Skip to content

Commit 28edc91

Browse files
committed
Cleditor + Kcfinder 1.0.1
1 parent 9dc3078 commit 28edc91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cleditor.plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @subpackage Plugins
88
* @author Romanenko Sergey / Awilum
99
* @copyright 2012 Romanenko Sergey / Awilum
10-
* @version 1.0.0
10+
* @version 1.0.1
1111
*
1212
*/
1313

@@ -16,7 +16,7 @@
1616
Plugin::register( __FILE__,
1717
__('Cleditor'),
1818
__('Cross browser, extensible, WYSIWYG HTML editor http://premiumsoftware.net/cleditor/'),
19-
'1.0.0',
19+
'1.0.1',
2020
'Awilum',
2121
'http://monstra.org/');
2222

install/cleditor.manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<plugin_priority>15</plugin_priority>
66
<plugin_name>Cleditor</plugin_name>
77
<plugin_description>Cross browser, extensible, WYSIWYG HTML editor http://premiumsoftware.net/cleditor/</plugin_description>
8-
<plugin_version>1.0.0</plugin_version>
8+
<plugin_version>1.0.1</plugin_version>
99
<plugin_author>Awilum</plugin_author>
1010
<plugin_author_uri>http://monstra.org/</plugin_author_uri>
1111
</root>

0 commit comments

Comments
 (0)