Changeset 357846
- Timestamp:
- 03/09/2011 08:06:15 PM (15 years ago)
- Location:
- jj-nextgen-jquery-carousel/trunk
- Files:
-
- 3 edited
-
includes/jj_ngg_jquery_carousel.php (modified) (1 diff)
-
jj-ngg-jquery-carousel.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jj-nextgen-jquery-carousel/trunk/includes/jj_ngg_jquery_carousel.php
r347176 r357846 237 237 238 238 if($vertical != "") { $javascript_args[] = "vertical: " . $vertical; } 239 if($rtl != "") { $javascript_args[] = " jrtl: ". $rtl; }239 if($rtl != "") { $javascript_args[] = "rtl: ". $rtl; } 240 240 if($start != "") { $javascript_args[] = "start: " . $start ; } 241 241 if($offset != "") { $javascript_args[] = "offset: " . $offset; } -
jj-nextgen-jquery-carousel/trunk/jj-ngg-jquery-carousel.php
r356454 r357846 4 4 Description: Allows you to pick a gallery from the 'NextGen Gallery' plugin to use as a 'JQuery JCarousel'. 5 5 Author: JJ Coder 6 Version: 1.1. 76 Version: 1.1.8 7 7 */ 8 8 -
jj-nextgen-jquery-carousel/trunk/readme.txt
r356454 r357846 5 5 Requires at least: 2.8 6 6 Tested up to: 3.1 7 Stable tag: 1.1. 77 Stable tag: 1.1.8 8 8 9 9 Allows you to pick a gallery from the 'NextGen Gallery' plugin to use as a 'JQuery JCarousel'. … … 125 125 == Changelog == 126 126 127 - 1.1.8: rtl fix. 127 128 - 1.1.7: FAQ. 128 129 - 1.1.6: Donate to Christchurch Quake.
Note: See TracChangeset
for help on using the changeset viewer.