Plugin Directory

Changeset 1193132


Ignore:
Timestamp:
07/06/2015 08:39:16 AM (11 years ago)
Author:
Shellbot
Message:

Fixed issue with caption links + lightbox

Location:
easy-image-display/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • easy-image-display/trunk/readme.txt

    r1188502 r1193132  
    125125== Changelog ==
    126126
     127= 1.2.3 =
     128* Fixed problem with caption links + lightbox
     129
    127130= 1.2.2 =
    128131* Added option to show/hide captions
     
    156159== Upgrade Notice ==
    157160
     161= 1.2.3 =
     162* Fixes problem with caption links + lightbox
     163
    158164= 1.2.2 =
    159165* New feature! Show/hide image captions.
  • easy-image-display/trunk/sb-easy-image-display.php

    r1188502 r1193132  
    44Plugin URI: http://codebyshellbot.com/wordpress-plugins/easy-image-display/
    55Description: An easy way to display random or latest images on your site.
    6 Version: 1.2.2
     6Version: 1.2.3
    77Author: Shellbot
    88Author URI: http://codebyshellbot.com
     
    6060        echo '<script type="text/javascript">
    6161                jQuery(document).ready(function() {
    62                   jQuery("#' . $gallery_id . ' a").colorbox({
     62                  jQuery("#' . $gallery_id . ' .gallery-icon a").colorbox({
    6363                    maxWidth: "80%",
    6464                    maxHeight: "80%",
  • easy-image-display/trunk/sb-easy-image-widget.php

    r1018335 r1193132  
    22/**
    33 * Widget Name: Easy Image Display
    4  * Version: 1.2.2
     4 * Version: 1.2.3
    55 */
    66
Note: See TracChangeset for help on using the changeset viewer.