Changeset 357528
- Timestamp:
- 03/09/2011 03:18:27 AM (15 years ago)
- Location:
- gallery-and-caption/trunk
- Files:
-
- 1 deleted
- 2 edited
-
gallery-and-caption.php (modified) (4 diffs)
-
js (deleted)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gallery-and-caption/trunk/gallery-and-caption.php
r352604 r357528 2 2 /* 3 3 Plugin Name: Gallery And Caption 4 Version: 1. 04 Version: 1.1 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. … … 120 120 jQuery(".gallery").each(function(index, obj){ 121 121 $(obj).find("a").addClass("galleryAndCaptionItem"); 122 $(obj).find("a").attr("rel","GACRELMAIN"); 122 123 }); 123 124 … … 365 366 } 366 367 367 if ($this->currentGroup != 0)368 if ($this->currentGroup) 368 369 { 369 370 if ($a['rel']) … … 375 376 $a->addAttribute('rel', 'GACREL' . $this->currentGroup); 376 377 } 377 } 378 } 378 379 } 379 380 -
gallery-and-caption/trunk/readme.txt
r352604 r357528 6 6 Requires at least: 2.8 7 7 Tested up to: 3.1 8 Stable tag: 1. 08 Stable tag: 1.1 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.1 = 72 Added navigation buttons for main gallery images (similar to previous versions) 73 71 74 = 1.0 = 72 75 Editor support returns for Wordpress 3.1 … … 88 91 89 92 == Changelog == 93 94 = 1.1 = 95 * Added navigation buttons for main gallery images (similar to previous versions) 90 96 91 97 = 1.0 = … … 111 117 112 118 = 0.1 = 113 114 119 * First public release
Note: See TracChangeset
for help on using the changeset viewer.