cke bump version

This commit is contained in:
Ian 2013-08-02 20:53:58 +02:00
parent 0e7b9c5a38
commit ed5e8d5ac5
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
1.3.1:
-----
* Minor changes in the workflow, while sync came to early
1.3.0:
-----
* Added mediaembed (see media icon) CKEDITOR Plugin, to not need to turn off ACF Filter for iframed media items

View file

@ -110,7 +110,7 @@ class serendipity_event_ckeditor extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_CKEDITOR_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Rustam Abdullaev, Ian');
$propbag->add('version', '1.3.0');
$propbag->add('version', '1.3.1');
$propbag->add('copyright', 'GPL or LGPL License');
$propbag->add('requirements', array(
'serendipity' => '1.7',