Changeset 1193132
- Timestamp:
- 07/06/2015 08:39:16 AM (11 years ago)
- Location:
- easy-image-display/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
sb-easy-image-display.php (modified) (2 diffs)
-
sb-easy-image-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-image-display/trunk/readme.txt
r1188502 r1193132 125 125 == Changelog == 126 126 127 = 1.2.3 = 128 * Fixed problem with caption links + lightbox 129 127 130 = 1.2.2 = 128 131 * Added option to show/hide captions … … 156 159 == Upgrade Notice == 157 160 161 = 1.2.3 = 162 * Fixes problem with caption links + lightbox 163 158 164 = 1.2.2 = 159 165 * New feature! Show/hide image captions. -
easy-image-display/trunk/sb-easy-image-display.php
r1188502 r1193132 4 4 Plugin URI: http://codebyshellbot.com/wordpress-plugins/easy-image-display/ 5 5 Description: An easy way to display random or latest images on your site. 6 Version: 1.2. 26 Version: 1.2.3 7 7 Author: Shellbot 8 8 Author URI: http://codebyshellbot.com … … 60 60 echo '<script type="text/javascript"> 61 61 jQuery(document).ready(function() { 62 jQuery("#' . $gallery_id . ' a").colorbox({62 jQuery("#' . $gallery_id . ' .gallery-icon a").colorbox({ 63 63 maxWidth: "80%", 64 64 maxHeight: "80%", -
easy-image-display/trunk/sb-easy-image-widget.php
r1018335 r1193132 2 2 /** 3 3 * Widget Name: Easy Image Display 4 * Version: 1.2. 24 * Version: 1.2.3 5 5 */ 6 6
Note: See TracChangeset
for help on using the changeset viewer.