Ultimate Responsive Image Slider Plugin - Version 3.4.8

Version Description

  • Latest WP version compatibility tested
Download this release

Release Info

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

Code changes from version 3.4.7 to 3.4.8

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.4.1
7
- Stable tag: 3.4.7
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.4.7 =
165
  * Bug Fixed: Adding image slides sorting bug fixed
166
 
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.5.1
7
+ Stable tag: 3.4.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
161
 
162
  == Changelog ==
163
 
164
+ = 3.4.8 =
165
+ * Latest WP version compatibility tested
166
+
167
  = 3.4.7 =
168
  * Bug Fixed: Adding image slides sorting bug fixed
169
 
ultimate-responsive-image-slider.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /*
3
- Plugin Name: Ultimate Responsive Image Slider - 3.4.7
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
7
  Author: FARAZFRANK
8
  Author URI: http://wpfrank.com/
9
  Text Domain: ultimate-responsive-image-slider
@@ -108,10 +108,10 @@ class URIS {
108
  add_action('plugins_loaded', array(&$this, 'URIS_Translate'), 1);
109
  // CPT Function
110
  add_action('init', array(&$this, 'ResponsiveImageSlider'),1);
111
- // generate metabox funtion
112
  add_action('add_meta_boxes', array(&$this, 'add_all_ris_meta_boxes'));
113
  add_action('admin_init', array(&$this, 'add_all_ris_meta_boxes'), 1);
114
- // metabox setting save function
115
  add_action('save_post', array(&$this, 'add_image_meta_box_save'), 9, 1);
116
  add_action('save_post', array(&$this, 'ris_settings_meta_save'), 9, 1);
117
  // add new slide function
1
  <?php
2
  /*
3
+ Plugin Name: Ultimate Responsive Image Slider - 3.4.8
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.8
7
  Author: FARAZFRANK
8
  Author URI: http://wpfrank.com/
9
  Text Domain: ultimate-responsive-image-slider
108
  add_action('plugins_loaded', array(&$this, 'URIS_Translate'), 1);
109
  // CPT Function
110
  add_action('init', array(&$this, 'ResponsiveImageSlider'),1);
111
+ // generate meta box function
112
  add_action('add_meta_boxes', array(&$this, 'add_all_ris_meta_boxes'));
113
  add_action('admin_init', array(&$this, 'add_all_ris_meta_boxes'), 1);
114
+ // meta box setting save function
115
  add_action('save_post', array(&$this, 'add_image_meta_box_save'), 9, 1);
116
  add_action('save_post', array(&$this, 'ris_settings_meta_save'), 9, 1);
117
  // add new slide function