Version Description
- Latest WP version 5.7 compatibility checked
Download this release
Release Info
Developer | FARAZFRANK |
Plugin | Ultimate Responsive Image Slider Plugin |
Version | 3.5.1 |
Comparing to | |
See all releases |
Code changes from version 3.5.0 to 3.5.1
- 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: 3.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 3.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -161,6 +161,9 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/ultimat
|
|
161 |
|
162 |
== Changelog ==
|
163 |
|
|
|
|
|
|
|
164 |
= 3.5.0 =
|
165 |
* Latest WP version 5.6.1
|
166 |
* New Slider Factory plugin ad added
|
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: 3.0
|
6 |
+
Tested up to: 5.7
|
7 |
+
Stable tag: 3.5.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
161 |
|
162 |
== Changelog ==
|
163 |
|
164 |
+
= 3.5.1 =
|
165 |
+
* Latest WP version 5.7 compatibility checked
|
166 |
+
|
167 |
= 3.5.0 =
|
168 |
* Latest WP version 5.6.1
|
169 |
* New Slider Factory plugin ad added
|
ultimate-responsive-image-slider.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name: Ultimate Responsive Image Slider - 3.5.
|
4 |
Plugin URI: https://wordpress.org/plugins/ultimate-responsive-image-slider/
|
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 |
-
Version: 3.5.
|
7 |
Author: FARAZFRANK
|
8 |
Author URI: http://wpfrank.com/
|
9 |
Text Domain: ultimate-responsive-image-slider
|
1 |
<?php
|
2 |
/*
|
3 |
+
Plugin Name: Ultimate Responsive Image Slider - 3.5.1
|
4 |
Plugin URI: https://wordpress.org/plugins/ultimate-responsive-image-slider/
|
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 |
+
Version: 3.5.1
|
7 |
Author: FARAZFRANK
|
8 |
Author URI: http://wpfrank.com/
|
9 |
Text Domain: ultimate-responsive-image-slider
|