Version Description
Download this release
Release Info
Developer | weblizar |
Plugin | Ultimate Responsive Image Slider Plugin |
Version | 3.1.1 |
Comparing to | |
See all releases |
Code changes from version 3.1.0 to 3.1.1
- readme.txt +2 -1
- ultimate-responsive-image-slider.php +1 -1
- uris-layout.php +1 -1
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.weblizar.com/
|
|
4 |
Tags: slider, best slider plugin, image slide show, responsive slider, wordpress image slider plugin
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.8.3
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -154,6 +154,7 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/ultimat
|
|
154 |
|
155 |
For more information, see Weblizar(http://wwww.weblizar.com/).
|
156 |
|
|
|
157 |
V 3.1.0 - Multiple Delete Bug Fixed
|
158 |
V 3.0.9 - Wooocommerce Conflict issue fixed + compatible upto wp 4.8.3
|
159 |
V 3.0.9 - Rich text editor button size fix
|
4 |
Tags: slider, best slider plugin, image slide show, responsive slider, wordpress image slider plugin
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.8.3
|
7 |
+
Stable tag: 3.1.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
154 |
|
155 |
For more information, see Weblizar(http://wwww.weblizar.com/).
|
156 |
|
157 |
+
V 3.1.1 - Slide scaling bug fixed + Full screen button position fixed
|
158 |
V 3.1.0 - Multiple Delete Bug Fixed
|
159 |
V 3.0.9 - Wooocommerce Conflict issue fixed + compatible upto wp 4.8.3
|
160 |
V 3.0.9 - Rich text editor button size fix
|
ultimate-responsive-image-slider.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Ultimate Responsive Image Slider
|
4 |
-
* Version: 3.1.
|
5 |
* Description: Add unlimited image slides using Ultimate Responsive Image Slider in any Page and Post content to give an attractive mode to represent contents.
|
6 |
* Author: Weblizar
|
7 |
* Author URI: https://weblizar.com/plugins/ultimate-responsive-image-slider-pro/
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Ultimate Responsive Image Slider
|
4 |
+
* Version: 3.1.1
|
5 |
* Description: Add unlimited image slides using Ultimate Responsive Image Slider in any Page and Post content to give an attractive mode to represent contents.
|
6 |
* Author: Weblizar
|
7 |
* Author URI: https://weblizar.com/plugins/ultimate-responsive-image-slider-pro/
|
uris-layout.php
CHANGED
@@ -79,7 +79,7 @@ jQuery( document ).ready(function( jQuery ) {
|
|
79 |
thumbnailPointer: true,
|
80 |
<?php } ?>
|
81 |
centerImage: true,
|
82 |
-
allowScaleUp:
|
83 |
<?php if($WRIS_L3_Slide_Order == "shuffle") { ?>
|
84 |
shuffle: true,
|
85 |
<?php } ?>
|
79 |
thumbnailPointer: true,
|
80 |
<?php } ?>
|
81 |
centerImage: true,
|
82 |
+
allowScaleUp: false,
|
83 |
<?php if($WRIS_L3_Slide_Order == "shuffle") { ?>
|
84 |
shuffle: true,
|
85 |
<?php } ?>
|