Changeset 429775
- Timestamp:
- 08/28/2011 03:28:04 PM (15 years ago)
- Location:
- gallery-and-caption
- Files:
-
- 2 added
- 3 deleted
- 2 edited
- 3 copied
-
tags/1.1 (copied) (copied from gallery-and-caption/trunk)
-
tags/1.1/gallery-and-caption.php (copied) (copied from gallery-and-caption/trunk/gallery-and-caption.php)
-
tags/1.1/js (deleted)
-
tags/1.1/readme.txt (copied) (copied from gallery-and-caption/trunk/readme.txt)
-
trunk/fancybox/jquery.fancybox-1.3.4.1.js (added)
-
trunk/fancybox/jquery.fancybox-1.3.4.1.pack.js (added)
-
trunk/fancybox/jquery.fancybox-1.3.4.js (deleted)
-
trunk/fancybox/jquery.fancybox-1.3.4.pack.js (deleted)
-
trunk/gallery-and-caption.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gallery-and-caption/trunk/gallery-and-caption.php
r357528 r429775 2 2 /* 3 3 Plugin Name: Gallery And Caption 4 Version: 1. 14 Version: 1.2 5 5 Plugin URI: http://www.dyerware.com/main/products/gallery-and-caption 6 6 Description: Transparently upgrades your site's native galleries and captions with attractive image viewing and navigation. Adds caption grouping to create containers of sub-galleries from your posts. Disabling the plugin will return to the original WordPress behavior. … … 57 57 { 58 58 $jsDir = plugins_url ( plugin_basename ( dirname ( __FILE__ ) ) ) . '/fancybox/'; 59 wp_register_script('dyerware-gac-fancybox', "{$jsDir}jquery.fancybox-1.3.4. pack.js");59 wp_register_script('dyerware-gac-fancybox', "{$jsDir}jquery.fancybox-1.3.4.1.pack.js"); 60 60 wp_register_script('dyerware-gac-easing', "{$jsDir}jquery.easing-1.3.pack.js"); 61 61 … … 341 341 // won't run, so no performance concerns. 342 342 $doc=new DOMDocument(); 343 $doc->loadHTML( $content);343 $doc->loadHTML('<?xml encoding="UTF-8">' . $content); 344 344 $xml=simplexml_import_dom($doc); 345 345 $links=$xml->xpath('//a'); -
gallery-and-caption/trunk/readme.txt
r357528 r429775 5 5 Tags: gallery,galleries,caption,captions,images,lightbox,colorbox,organization,dyerware 6 6 Requires at least: 2.8 7 Tested up to: 3. 18 Stable tag: 1. 17 Tested up to: 3.2.1 8 Stable tag: 1.2 9 9 10 10 Upgrades behavior of native galleries and captions in posts with dynamic animations and styling. Captions can be grouped into 'mini' galleries. … … 69 69 == Upgrade Notice == 70 70 71 = 1.2 = 72 Now supports multibyte languages in image file links 73 Fix for wordpress 3.2 and image rel 74 71 75 = 1.1 = 72 76 Added navigation buttons for main gallery images (similar to previous versions) … … 91 95 92 96 == Changelog == 97 98 = 1.2 = 99 * Now supports multibyte languages in image file links 100 * Fix for wordpress 3.2 compatibility 93 101 94 102 = 1.1 =
Note: See TracChangeset
for help on using the changeset viewer.