Plugin Directory

Changeset 357528


Ignore:
Timestamp:
03/09/2011 03:18:27 AM (15 years ago)
Author:
dyerware
Message:

checking in 1.1

Location:
gallery-and-caption/trunk
Files:
1 deleted
2 edited

Legend:

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

    r352604 r357528  
    22/*
    33Plugin Name: Gallery And Caption
    4 Version: 1.0
     4Version: 1.1
    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. 
     
    120120        jQuery(".gallery").each(function(index, obj){
    121121            $(obj).find("a").addClass("galleryAndCaptionItem");
     122            $(obj).find("a").attr("rel","GACRELMAIN");
    122123        });
    123124               
     
    365366            }
    366367           
    367             if ($this->currentGroup != 0)
     368            if ($this->currentGroup)
    368369            {
    369370                if ($a['rel'])
     
    375376                    $a->addAttribute('rel', 'GACREL' . $this->currentGroup);
    376377                }
    377             }
     378            }
    378379        }
    379380
  • gallery-and-caption/trunk/readme.txt

    r352604 r357528  
    66Requires at least: 2.8
    77Tested up to: 3.1
    8 Stable tag: 1.0
     8Stable tag: 1.1
    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.1 =
     72Added navigation buttons for main gallery images (similar to previous versions)
     73
    7174= 1.0 =
    7275Editor support returns for Wordpress 3.1
     
    8891
    8992== Changelog ==
     93
     94= 1.1 =
     95 * Added navigation buttons for main gallery images (similar to previous versions)
    9096
    9197= 1.0 =
     
    111117
    112118= 0.1 =
    113 
    114119 * First public release
Note: See TracChangeset for help on using the changeset viewer.