Ultimate Responsive Image Slider Plugin - Version 3.5.10

Version Description

  • Donate link removed from readme
Download this release

Release Info

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

Code changes from version 3.5.9 to 3.5.10

readme.txt CHANGED
@@ -1,10 +1,9 @@
1
  === Slider - Ultimate Responsive Image Slider ===
2
  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: 6.0.2
7
- Stable tag: 3.5.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -166,6 +165,9 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/ultimat
166
 
167
  == Changelog ==
168
 
 
 
 
169
  = 3.5.9 =
170
  * Plugin details and sub pages updated
171
  * Tested with latest WordPress
1
  === Slider - Ultimate Responsive Image Slider ===
2
  Contributors: FARAZFRANK
 
3
  Tags: slider, best slider plugin, image slide show, responsive slider, wordpress image slider plugin
4
  Requires at least: 4.0
5
  Tested up to: 6.0.2
6
+ Stable tag: 3.5.10
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
165
 
166
  == Changelog ==
167
 
168
+ = 3.5.10 =
169
+ * Donate link removed from readme
170
+
171
  = 3.5.9 =
172
  * Plugin details and sub pages updated
173
  * Tested with latest WordPress
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.9
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
9
  Author: FARAZFRANK
10
  Author URI: http://wpfrank.com/
11
  Text Domain: ultimate-responsive-image-slider
@@ -27,7 +27,7 @@ along with Ultimate Responsive Image Slider. If not, see http://www.gnu.org/lice
27
 
28
  //Constant Variable
29
  define("URIS_PLUGIN_URL", plugin_dir_url(__FILE__));
30
- define("URIS_PLUGIN_VER", '3.5.9');
31
 
32
  // Apply default settings on activation
33
  register_activation_hook( __FILE__, 'WRIS_DefaultSettingsPro' );
2
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
3
 
4
  /*
5
+ Plugin Name: Ultimate Responsive Image Slider - 3.5.10
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.10
9
  Author: FARAZFRANK
10
  Author URI: http://wpfrank.com/
11
  Text Domain: ultimate-responsive-image-slider
27
 
28
  //Constant Variable
29
  define("URIS_PLUGIN_URL", plugin_dir_url(__FILE__));
30
+ define("URIS_PLUGIN_VER", '3.5.10');
31
 
32
  // Apply default settings on activation
33
  register_activation_hook( __FILE__, 'WRIS_DefaultSettingsPro' );