event_galleryimage version bump

This commit is contained in:
robelix 2017-07-10 16:13:22 +02:00
parent c9bf223180
commit ba70bb56d3

View file

@ -66,7 +66,7 @@ class serendipity_event_galleryimage extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_GALLERYIMAGE_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Rob Antonishen, Alexander Mieland');
$propbag->add('version', '1.11');
$propbag->add('version', '1.12');
$propbag->add('requirements', array(
'serendipity' => '0.8',
'smarty' => '2.6.7',