Plugin Directory

Changeset 429775


Ignore:
Timestamp:
08/28/2011 03:28:04 PM (15 years ago)
Author:
dyerware
Message:

v1.2

Location:
gallery-and-caption
Files:
2 added
3 deleted
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • gallery-and-caption/trunk/gallery-and-caption.php

    r357528 r429775  
    22/*
    33Plugin Name: Gallery And Caption
    4 Version: 1.1
     4Version: 1.2
    55Plugin URI: http://www.dyerware.com/main/products/gallery-and-caption
    66Description: 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. 
     
    5757    {
    5858       $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");
    6060       wp_register_script('dyerware-gac-easing', "{$jsDir}jquery.easing-1.3.pack.js");
    6161       
     
    341341        // won't run, so no performance concerns.
    342342        $doc=new DOMDocument();
    343         $doc->loadHTML($content);
     343        $doc->loadHTML('<?xml encoding="UTF-8">' . $content);   
    344344        $xml=simplexml_import_dom($doc);
    345345        $links=$xml->xpath('//a');
  • gallery-and-caption/trunk/readme.txt

    r357528 r429775  
    55Tags: gallery,galleries,caption,captions,images,lightbox,colorbox,organization,dyerware
    66Requires at least: 2.8
    7 Tested up to: 3.1
    8 Stable tag: 1.1
     7Tested up to: 3.2.1
     8Stable tag: 1.2
    99
    1010Upgrades behavior of native galleries and captions in posts with dynamic animations and styling.  Captions can be grouped into 'mini' galleries.
     
    6969== Upgrade Notice ==
    7070
     71= 1.2 =
     72Now supports multibyte languages in image file links
     73Fix for wordpress 3.2 and image rel
     74
    7175= 1.1 =
    7276Added navigation buttons for main gallery images (similar to previous versions)
     
    9195
    9296== Changelog ==
     97
     98= 1.2 =
     99 * Now supports multibyte languages in image file links
     100 * Fix for wordpress 3.2 compatibility
    93101
    94102= 1.1 =
Note: See TracChangeset for help on using the changeset viewer.