Change lightbox plugin version

This commit is contained in:
Matthias Mees 2016-02-03 11:15:25 +01:00
parent 02d588fada
commit 4c9013a791
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
2.1.1:
2.2.0:
* lightbox2-jquery update v.2.8.2
* magnific-popup update v.1.0.1

View file

@ -28,7 +28,7 @@ class serendipity_event_lightbox extends serendipity_event {
$propbag->add('name', PLUGIN_EVENT_LIGHTBOX_NAME);
$propbag->add('description', PLUGIN_EVENT_LIGHTBOX_DESC);
$propbag->add('author', 'Thomas Nesges, Andy Hopkins, Lokesh Dhakar, Cody Lindley, Stephan Manske, Grischa Brockhaus, Ian');
$propbag->add('version', '2.1.1');
$propbag->add('version', '2.2.0');
$propbag->add('requirements', array(
'serendipity' => '1.6',
'php' => '5.3.0'