Version Description
Download this release
Release Info
Developer | FARAZFRANK |
Plugin | Ultimate Responsive Image Slider Plugin |
Version | 3.2.5 |
Comparing to | |
See all releases |
Code changes from version 3.2.4 to 3.2.5
- readme.txt +3 -1
- ultimate-responsive-image-slider.php +5 -6
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.wpfrank.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.9.8
|
7 |
-
Stable tag: 3.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -125,6 +125,8 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/ultimat
|
|
125 |
== Changelog ==
|
126 |
For more information, see [WP Frank](https://wpfrank.com/)
|
127 |
|
|
|
|
|
128 |
|
129 |
= V 3.2.4 =
|
130 |
- Plugin size minimized and minor update
|
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.9.8
|
7 |
+
Stable tag: 3.2.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
125 |
== Changelog ==
|
126 |
For more information, see [WP Frank](https://wpfrank.com/)
|
127 |
|
128 |
+
= V 3.2.5 =
|
129 |
+
- continuty update
|
130 |
|
131 |
= V 3.2.4 =
|
132 |
- Plugin size minimized and minor update
|
ultimate-responsive-image-slider.php
CHANGED
@@ -3,24 +3,23 @@
|
|
3 |
Plugin Name: Ultimate Responsive Image Slider
|
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.2.
|
7 |
Author: WP Frank
|
8 |
-
Author URI:
|
9 |
Text Domain: ultimate-responsive-image-slider
|
10 |
Domain Path: /languages
|
11 |
License: GPL2
|
12 |
|
13 |
Ultimate Responsive Image Slider is free software: you can redistribute it and/or modify
|
14 |
it under the terms of the GNU General Public License as published by
|
15 |
-
the Free Software Foundation, either version 2 of the License, or
|
16 |
-
any later version.
|
17 |
|
18 |
Ultimate Responsive Image Slider is distributed in the hope that it will be useful,
|
19 |
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
20 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
21 |
GNU General Public License for more details.
|
22 |
|
23 |
-
You should have received a copy of the GNU General Public License
|
24 |
along with Ultimate Responsive Image Slider. If not, see http://www.gnu.org/licenses/gpl-2.0.html.
|
25 |
*/
|
26 |
|
3 |
Plugin Name: Ultimate Responsive Image Slider
|
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.2.5
|
7 |
Author: WP Frank
|
8 |
+
Author URI: https://wpfrank.com/
|
9 |
Text Domain: ultimate-responsive-image-slider
|
10 |
Domain Path: /languages
|
11 |
License: GPL2
|
12 |
|
13 |
Ultimate Responsive Image Slider is free software: you can redistribute it and/or modify
|
14 |
it under the terms of the GNU General Public License as published by
|
15 |
+
the Free Software Foundation, either version 2 of the License, or any later version.
|
|
|
16 |
|
17 |
Ultimate Responsive Image Slider is distributed in the hope that it will be useful,
|
18 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
19 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
20 |
GNU General Public License for more details.
|
21 |
|
22 |
+
You should have received a copy of the GNU General Public License
|
23 |
along with Ultimate Responsive Image Slider. If not, see http://www.gnu.org/licenses/gpl-2.0.html.
|
24 |
*/
|
25 |
|