Ultimate Responsive Image Slider Plugin - Version 3.5.6

Version Description

  • Setting bug fixed: Distance Between Slide and Thumbnail Position
  • Latest WordPress version 5.9.1 compatibility checked
Download this release

Release Info

Developer FARAZFRANK
Plugin Icon 128x128 Ultimate Responsive Image Slider Plugin
Version 3.5.6
Comparing to
See all releases

Code changes from version 3.5.5 to 3.5.6

readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: FARAZFRANK
3
  Donate link: https://wpfrank.com/
4
  Tags: slider, best slider plugin, image slide show, responsive slider, wordpress image slider plugin
5
  Requires at least: 4.0
6
- Tested up to: 5.9.1
7
- Stable tag: 3.5.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -166,6 +166,10 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/ultimat
166
 
167
  == Changelog ==
168
 
 
 
 
 
169
  = 3.5.5 =
170
  * Post title error notice fixed
171
  * Latest WordPress version 5.9.1 compatibility checked
3
  Donate link: https://wpfrank.com/
4
  Tags: slider, best slider plugin, image slide show, responsive slider, wordpress image slider plugin
5
  Requires at least: 4.0
6
+ Tested up to: 5.9.3
7
+ Stable tag: 3.5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
166
 
167
  == Changelog ==
168
 
169
+ = 3.5.6 =
170
+ * Setting bug fixed: Distance Between Slide and Thumbnail Position
171
+ * Latest WordPress version 5.9.1 compatibility checked
172
+
173
  = 3.5.5 =
174
  * Post title error notice fixed
175
  * Latest WordPress version 5.9.1 compatibility checked
ultimate-responsive-image-slider.php CHANGED
@@ -2,10 +2,10 @@
2
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
3
 
4
  /*
5
- Plugin Name: Ultimate Responsive Image Slider - 3.5.5
6
  Plugin URI: https://wordpress.org/plugins/ultimate-responsive-image-slider/
7
  Description: Add unlimited image slides using Ultimate Responsive Image Slider in any Page and Post content to give an attractive mode to represent contents.
8
- Version: 3.5.5
9
  Author: FARAZFRANK
10
  Author URI: http://wpfrank.com/
11
  Text Domain: ultimate-responsive-image-slider
@@ -621,8 +621,9 @@ class URIS {
621
  $WRIS_L3_Fullscreeen = sanitize_text_field ( $_POST['wl-l3-fullscreen'] );
622
  $WRIS_L3_Custom_CSS = sanitize_text_field ( $_POST['wl-l3-custom-css'] );
623
  $WRIS_L3_Slide_Order = sanitize_text_field ( $_POST['wl-l3-slide-order'] );
624
- $WRIS_L3_Navigation_Position = sanitize_text_field ( $_POST['wl-l3-slide-distance'] );
625
  $WRIS_L3_Thumbnail_Style = sanitize_text_field ( $_POST['wl-l3-thumbnail-style'] );
 
626
  $WRIS_L3_Thumbnail_Width = sanitize_text_field ( $_POST['wl-l3-navigation-width'] );
627
  $WRIS_L3_Thumbnail_Height = sanitize_text_field ( $_POST['wl-l3-navigation-height'] );
628
  $WRIS_L3_Width = sanitize_text_field ( $_POST['wl-l3-width'] );
@@ -653,9 +654,9 @@ class URIS {
653
  'WRIS_L3_Fullscreeen' => $WRIS_L3_Fullscreeen,
654
  'WRIS_L3_Custom_CSS' => $WRIS_L3_Custom_CSS,
655
  'WRIS_L3_Slide_Order' => $WRIS_L3_Slide_Order,
656
- 'WRIS_L3_Navigation_Position' => $WRIS_L3_Navigation_Position,
657
  'WRIS_L3_Slide_Distance' => $WRIS_L3_Slide_Distance,
658
  'WRIS_L3_Thumbnail_Style' => $WRIS_L3_Thumbnail_Style,
 
659
  'WRIS_L3_Thumbnail_Width' => $WRIS_L3_Thumbnail_Width,
660
  'WRIS_L3_Thumbnail_Height' => $WRIS_L3_Thumbnail_Height,
661
  'WRIS_L3_Width' => $WRIS_L3_Width,
2
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
3
 
4
  /*
5
+ Plugin Name: Ultimate Responsive Image Slider - 3.5.6
6
  Plugin URI: https://wordpress.org/plugins/ultimate-responsive-image-slider/
7
  Description: Add unlimited image slides using Ultimate Responsive Image Slider in any Page and Post content to give an attractive mode to represent contents.
8
+ Version: 3.5.6
9
  Author: FARAZFRANK
10
  Author URI: http://wpfrank.com/
11
  Text Domain: ultimate-responsive-image-slider
621
  $WRIS_L3_Fullscreeen = sanitize_text_field ( $_POST['wl-l3-fullscreen'] );
622
  $WRIS_L3_Custom_CSS = sanitize_text_field ( $_POST['wl-l3-custom-css'] );
623
  $WRIS_L3_Slide_Order = sanitize_text_field ( $_POST['wl-l3-slide-order'] );
624
+ $WRIS_L3_Slide_Distance = sanitize_text_field ( $_POST['wl-l3-slide-distance'] );
625
  $WRIS_L3_Thumbnail_Style = sanitize_text_field ( $_POST['wl-l3-thumbnail-style'] );
626
+ $WRIS_L3_Navigation_Position = sanitize_text_field ( $_POST['wl-l3-navigation-position'] );
627
  $WRIS_L3_Thumbnail_Width = sanitize_text_field ( $_POST['wl-l3-navigation-width'] );
628
  $WRIS_L3_Thumbnail_Height = sanitize_text_field ( $_POST['wl-l3-navigation-height'] );
629
  $WRIS_L3_Width = sanitize_text_field ( $_POST['wl-l3-width'] );
654
  'WRIS_L3_Fullscreeen' => $WRIS_L3_Fullscreeen,
655
  'WRIS_L3_Custom_CSS' => $WRIS_L3_Custom_CSS,
656
  'WRIS_L3_Slide_Order' => $WRIS_L3_Slide_Order,
 
657
  'WRIS_L3_Slide_Distance' => $WRIS_L3_Slide_Distance,
658
  'WRIS_L3_Thumbnail_Style' => $WRIS_L3_Thumbnail_Style,
659
+ 'WRIS_L3_Navigation_Position' => $WRIS_L3_Navigation_Position,
660
  'WRIS_L3_Thumbnail_Width' => $WRIS_L3_Thumbnail_Width,
661
  'WRIS_L3_Thumbnail_Height' => $WRIS_L3_Thumbnail_Height,
662
  'WRIS_L3_Width' => $WRIS_L3_Width,