lightbox - lightbox2 prototype update

This commit is contained in:
Ian 2014-10-02 18:12:17 +02:00
parent 719f251130
commit faf91f446e
3 changed files with 5964 additions and 2670 deletions

View file

@ -1,8 +1,13 @@
#
1.9.8: update lightbox2 prototype.js to 1.7.2 to avoid this.each is not a function errors
1.9.7: Bump version to propagate new .htaccess
1.9.6: Compatibility fixes
1.9.5: prettyPhoto 3.1.4 update, allow configuration of default object
1.9.4: prettyPhoto 3.1 update
1.9.3, 1.9.2: Added/fixed prettyPhoto
------------------------------------------------------------------------

File diff suppressed because it is too large Load diff

View file

@ -29,7 +29,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');
$propbag->add('version', '1.9.7');
$propbag->add('version', '1.9.8');
$propbag->add('requirements', array(
'serendipity' => '0.9',
'smarty' => '2.6.7',