Version Description
- Recover old sliders code bug fixed. Now, you can recover your old slider perfectly.
Download this release
Release Info
Developer | FARAZFRANK |
Plugin | Ultimate Responsive Image Slider Plugin |
Version | 3.4.3 |
Comparing to | |
See all releases |
Code changes from version 3.4.2 to 3.4.3
- readme.txt +4 -1
- recover-slider.php +2 -4
- ultimate-responsive-image-slider.php +2 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.3.2
|
7 |
-
Stable tag: 3.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -157,6 +157,9 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/ultimat
|
|
157 |
|
158 |
== Changelog ==
|
159 |
|
|
|
|
|
|
|
160 |
= 3.4.2 =
|
161 |
* Custom image cropping removed
|
162 |
* Recover Old sliders page, Important Notice section "wrong plugin version 3.1.9 and 3.1.0" updated to "correct plugin version 3.3.9 and 3.3.10"
|
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.3.2
|
7 |
+
Stable tag: 3.4.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
157 |
|
158 |
== Changelog ==
|
159 |
|
160 |
+
= 3.4.3 =
|
161 |
+
* Recover old sliders code bug fixed. Now, you can recover your old slider perfectly.
|
162 |
+
|
163 |
= 3.4.2 =
|
164 |
* Custom image cropping removed
|
165 |
* Recover Old sliders page, Important Notice section "wrong plugin version 3.1.9 and 3.1.0" updated to "correct plugin version 3.3.9 and 3.3.10"
|
recover-slider.php
CHANGED
@@ -32,8 +32,8 @@ if(isset($_POST['slider-id'])) {
|
|
32 |
print_r($URIS_Slides_Settings_Array);
|
33 |
echo "</pre>"; */
|
34 |
|
35 |
-
if(is_array(URIS_Slides_Settings_Array)){
|
36 |
-
if(count(URIS_Slides_Settings_Array)){
|
37 |
|
38 |
foreach($URIS_Slides_Settings_Array as $URIS_Slide_Setting){
|
39 |
// get each slide attachment id by slide URL
|
@@ -64,8 +64,6 @@ if(isset($_POST['slider-id'])) {
|
|
64 |
}
|
65 |
|
66 |
|
67 |
-
|
68 |
-
|
69 |
// ### Part - 2: Update Slider Configuration Settings Start ###
|
70 |
|
71 |
// get old saved setting
|
32 |
print_r($URIS_Slides_Settings_Array);
|
33 |
echo "</pre>"; */
|
34 |
|
35 |
+
if(is_array($URIS_Slides_Settings_Array)){
|
36 |
+
if(count($URIS_Slides_Settings_Array)){
|
37 |
|
38 |
foreach($URIS_Slides_Settings_Array as $URIS_Slide_Setting){
|
39 |
// get each slide attachment id by slide URL
|
64 |
}
|
65 |
|
66 |
|
|
|
|
|
67 |
// ### Part - 2: Update Slider Configuration Settings Start ###
|
68 |
|
69 |
// get old saved setting
|
ultimate-responsive-image-slider.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name: Ultimate Responsive Image Slider - 3.4.
|
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.4.
|
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.4.3
|
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.4.3
|
7 |
Author: FARAZFRANK
|
8 |
Author URI: http://wpfrank.com/
|
9 |
Text Domain: ultimate-responsive-image-slider
|