Changeset 666350
- Timestamp:
- 02/11/2013 03:04:35 PM (13 years ago)
- Location:
- nextgen-3d-flux-slider-template
- Files:
-
- 9 added
- 3 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/admin-settings.php (added)
-
tags/1.1.1/css (added)
-
tags/1.1.1/css/style.css (added)
-
tags/1.1.1/js (added)
-
tags/1.1.1/js/flux.min.js (added)
-
tags/1.1.1/nextgen-3D-flux-slider-template.php (added)
-
tags/1.1.1/readme.txt (added)
-
tags/1.1.1/template-nggsliderview.php (added)
-
trunk/nextgen-3D-flux-slider-template.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/template-nggsliderview.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nextgen-3d-flux-slider-template/trunk/nextgen-3D-flux-slider-template.php
r664732 r666350 7 7 Author: Mohsin Rasool 8 8 Author URI: http://wpdevsnippets.com 9 Version: 1.1 9 Version: 1.1.1 10 10 */ 11 11 -
nextgen-3d-flux-slider-template/trunk/readme.txt
r664721 r666350 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.5.1 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 Author: Mohsin Rasool 9 9 License: GPLv2 or later … … 85 85 == Changelog == 86 86 87 = 1.1.1 = 88 * Fixed delay problem 89 87 90 = 1.1 = 88 91 * Fixed issue with 2D bars animation … … 97 100 == Upgrade Notice == 98 101 102 = 1.1.1 = 103 * Fixed delay problem 104 99 105 = 1.1 = 100 106 * Fixed issue with 2D bars animation -
nextgen-3d-flux-slider-template/trunk/template-nggsliderview.php
r664721 r666350 31 31 32 32 <?php 33 $delay = get_option('ng_3dfluxslider_caption')*1000; 34 if($delay<1000) 35 $delay = 4000; 33 $delay = get_option('ng_3dfluxslider_delay')*1000; 34 if($delay<1000) $delay = 4000; 36 35 if(get_option('ng_3dfluxslider_pagination')) 37 36 echo 'pagination:true,';
Note: See TracChangeset
for help on using the changeset viewer.