Version Description
- Tested with latest WordPress
Download this release
Release Info
Developer | FARAZFRANK |
Plugin | Ultimate Responsive Image Slider Plugin |
Version | 3.5.7 |
Comparing to | |
See all releases |
Code changes from version 3.5.6 to 3.5.7
- readme.txt +5 -2
- ultimate-responsive-image-slider.php +2 -2
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:
|
7 |
-
Stable tag: 3.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -166,6 +166,9 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/ultimat
|
|
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
|
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: 6.0.1
|
7 |
+
Stable tag: 3.5.7
|
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.7 =
|
170 |
+
* Tested with latest WordPress
|
171 |
+
|
172 |
= 3.5.6 =
|
173 |
* Setting bug fixed: Distance Between Slide and Thumbnail Position
|
174 |
* 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.
|
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.
|
9 |
Author: FARAZFRANK
|
10 |
Author URI: http://wpfrank.com/
|
11 |
Text Domain: ultimate-responsive-image-slider
|
2 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
3 |
|
4 |
/*
|
5 |
+
Plugin Name: Ultimate Responsive Image Slider - 3.5.7
|
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.7
|
9 |
Author: FARAZFRANK
|
10 |
Author URI: http://wpfrank.com/
|
11 |
Text Domain: ultimate-responsive-image-slider
|