Changeset 744278
- Timestamp:
- 07/22/2013 09:20:05 AM (13 years ago)
- Location:
- rg-slider/trunk
- Files:
-
- 3 edited
-
assets/css/coin-slider-styles.css (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
rg-slider.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rg-slider/trunk/assets/css/coin-slider-styles.css
r709096 r744278 12 12 .cs-active { background-color: #B8C4CF; color: #FFFFFF; } 13 13 14 .cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }14 .cs-title { width: 100%; padding: 10px; background-color: #000000; color: #FFFFFF; } 15 15 16 .cs-prev, 16 .cs-prev, 17 17 .cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; } 18 18 -
rg-slider/trunk/readme.txt
r736697 r744278 3 3 Requires at least: 3.5 4 4 Tested up to: 3.5.2 5 Stable tag: 1. 25 Stable tag: 1.3 6 6 License: GPLv2 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 39 39 = 1.1 = 40 * Fixed bug where pagination in list table didn't show 41 * Fixed bug that prevented all slides to be loaded 40 * Fixed bug where pagination in list table didn't show. 41 * Fixed bug that prevented all slides to be loaded. 42 42 43 43 = 1.2 = 44 44 * Fixed bug where the editor on all pages was pushed over the slug buttons. 45 46 = 1.3 = 47 * Fixed bug where the caption didn't span the full width of the slider. -
rg-slider/trunk/rg-slider.php
r736697 r744278 5 5 Plugin URI: http://robgloudemans.nl/rg-slider 6 6 Description: A jQuery slideshow on your website/blog made easy 7 Version: 1. 27 Version: 1.3 8 8 Author: Rob Gloudemans 9 9 Author URI: http://robgloudemans.nl
Note: See TracChangeset
for help on using the changeset viewer.