Changeset 1593043
- Timestamp:
- 02/10/2017 05:51:27 AM (9 years ago)
- Location:
- versatile-jquery-slider
- Files:
-
- 2 edited
- 4 copied
-
tags/1.1.3 (copied) (copied from versatile-jquery-slider/trunk)
-
tags/1.1.3/css/vjs-slider.css (copied) (copied from versatile-jquery-slider/trunk/css/vjs-slider.css)
-
tags/1.1.3/readme.txt (copied) (copied from versatile-jquery-slider/trunk/readme.txt) (2 diffs)
-
tags/1.1.3/versatile-jquery-slider.php (copied) (copied from versatile-jquery-slider/trunk/versatile-jquery-slider.php) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/versatile-jquery-slider.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
versatile-jquery-slider/tags/1.1.3/readme.txt
r1589182 r1593043 6 6 Requires at least: 3.0.1 7 7 Tested up to: 4.5.3 8 Stable tag: 1.1. 28 Stable tag: 1.1.3 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 118 118 == Changelog == 119 119 120 = 1.1.3 (2017-02-09): = 121 * Bug fix: 122 * Fixed bug when timeout='0' - for reals this time. The last "fix" made timeout='0' regardless of what was entered. 123 120 124 = 1.1.2 (2017-02-04): = 121 125 * Bug fixes: -
versatile-jquery-slider/tags/1.1.3/versatile-jquery-slider.php
r1589182 r1593043 130 130 131 131 // 0 timeout fix - needs to be 00 in order to work correctly 132 if ( $vjs_opts['timeout'] == 0) {132 if ( $vjs_opts['timeout'] == '0') { 133 133 $vjs_opts['timeout'] = '00'; 134 134 } -
versatile-jquery-slider/trunk/readme.txt
r1589182 r1593043 6 6 Requires at least: 3.0.1 7 7 Tested up to: 4.5.3 8 Stable tag: 1.1. 28 Stable tag: 1.1.3 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 118 118 == Changelog == 119 119 120 = 1.1.3 (2017-02-09): = 121 * Bug fix: 122 * Fixed bug when timeout='0' - for reals this time. The last "fix" made timeout='0' regardless of what was entered. 123 120 124 = 1.1.2 (2017-02-04): = 121 125 * Bug fixes: -
versatile-jquery-slider/trunk/versatile-jquery-slider.php
r1589182 r1593043 130 130 131 131 // 0 timeout fix - needs to be 00 in order to work correctly 132 if ( $vjs_opts['timeout'] == 0) {132 if ( $vjs_opts['timeout'] == '0') { 133 133 $vjs_opts['timeout'] = '00'; 134 134 }
Note: See TracChangeset
for help on using the changeset viewer.