Ultimate Responsive Image Slider Plugin - Version 3.2.1

Version Description

Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Ultimate Responsive Image Slider Plugin
Version 3.2.1
Comparing to
See all releases

Code changes from version 3.2.0 to 3.2.1

readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: weblizar
3
  Donate link: https://www.weblizar.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.7
7
- Stable tag: 3.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -195,12 +195,14 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/ultimat
195
 
196
  For more information, see Weblizar(https://weblizar.com/)
197
 
 
 
198
  = V 3.2.0 =
199
- - Compatible with Page elementor plugin
200
- - Version Update + Compatible upto wp 4.9.7
201
  = V 3.1.9 =
202
- - If no slide found in slider show alert message at frontend
203
- - Add new products in our product page
204
  = V 3.1.8 - minor bug fix
205
  = V 3.1.7
206
  - Add Back to top link at setting page
3
  Donate link: https://www.weblizar.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.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
195
 
196
  For more information, see Weblizar(https://weblizar.com/)
197
 
198
+ = V 3.2.1 =
199
+ Version Update + Compatible upto wp 4.9.8
200
  = V 3.2.0 =
201
+ - Compatible with Page elementor plugin
202
+ - Version Update + Compatible upto wp 4.9.7
203
  = V 3.1.9 =
204
+ - If no slide found in slider show alert message at frontend
205
+ - Add new products in our product page
206
  = V 3.1.8 - minor bug fix
207
  = V 3.1.7
208
  - Add Back to top link at setting page
ultimate-responsive-image-slider.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Plugin Name: Ultimate Responsive Image Slider
4
- * Version: 3.2.0
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
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
@@ -10,7 +10,7 @@
10
 
11
  //Constant Variable
12
  define("WRIS_TEXT_DOMAIN", "W_R_I_S" );
13
- define("WRIS_PLUGIN_VERSION", "3.2.0" );
14
  define("WRIS_PLUGIN_URL", plugin_dir_url(__FILE__));
15
 
16
  // Apply default settings on activation
@@ -283,6 +283,7 @@ class WRIS {
283
  </div>
284
  <?php
285
  }
 
286
  public function uris_upgrade_to_pro_function(){ ?>
287
  <div class="upgrade-to-pro-demo" style="text-align:center;margin-bottom:10px;margin-top:10px;">
288
  <a href="http://demo.weblizar.com/ultimate-responsive-image-slider-pro/" target="_new" class="button button-primary button-hero">View Live Demo</a>
@@ -636,20 +637,22 @@ function uris_pro_SettingsPage() {
636
  wp_enqueue_style('wl-boot-strap-admin', WRIS_PLUGIN_URL.'css/bootstrap-latest/bootstrap-admin.css');
637
  require_once("get-uris-pro.php");
638
  }
 
639
  function RIS_Help_and_Support_page() {
640
  wp_enqueue_style('bootstrap-admin.css', WRIS_PLUGIN_URL.'css/bootstrap-latest/bootstrap-admin.css');
641
  require_once("help_and_support.php");
642
  }
 
643
  function uris_our_products_function() {
644
  wp_enqueue_style('wl-boot-strap-admin', WRIS_PLUGIN_URL.'css/bootstrap-latest/bootstrap.min-product.css');
645
  wp_enqueue_style('wl-font-awesome-5', WRIS_PLUGIN_URL.'css/font-awesome-latest/css/fontawesome-all.min.css');
646
  require_once("our_product.php");
647
  }
 
648
  function uris_recommendation_function() {
649
  wp_enqueue_style('recom2', WRIS_PLUGIN_URL.'css/recom.css');
650
  require_once("recommendations.php");
651
- }
652
-
653
  add_submenu_page('edit.php?post_type=ris_gallery', 'Upgrade To Pro', 'Upgrade To Pro', 'administrator', 'ris_gallery', 'uris_upgrade_pro_function');
654
  add_submenu_page('edit.php?post_type=ris_gallery', 'Help and Support', 'Help and Support', 'administrator', 'RIS-Help-page', 'RIS_Help_and_Support_page');
655
  add_submenu_page('edit.php?post_type=ris_gallery', 'Our Products', 'Our Products', 'administrator', 'RIS-Our-Products', 'uris_our_products_function');
1
  <?php
2
  /*
3
  * Plugin Name: Ultimate Responsive Image Slider
4
+ * Version: 3.2.1
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
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
10
 
11
  //Constant Variable
12
  define("WRIS_TEXT_DOMAIN", "W_R_I_S" );
13
+ define("WRIS_PLUGIN_VERSION", "3.2.1" );
14
  define("WRIS_PLUGIN_URL", plugin_dir_url(__FILE__));
15
 
16
  // Apply default settings on activation
283
  </div>
284
  <?php
285
  }
286
+
287
  public function uris_upgrade_to_pro_function(){ ?>
288
  <div class="upgrade-to-pro-demo" style="text-align:center;margin-bottom:10px;margin-top:10px;">
289
  <a href="http://demo.weblizar.com/ultimate-responsive-image-slider-pro/" target="_new" class="button button-primary button-hero">View Live Demo</a>
637
  wp_enqueue_style('wl-boot-strap-admin', WRIS_PLUGIN_URL.'css/bootstrap-latest/bootstrap-admin.css');
638
  require_once("get-uris-pro.php");
639
  }
640
+
641
  function RIS_Help_and_Support_page() {
642
  wp_enqueue_style('bootstrap-admin.css', WRIS_PLUGIN_URL.'css/bootstrap-latest/bootstrap-admin.css');
643
  require_once("help_and_support.php");
644
  }
645
+
646
  function uris_our_products_function() {
647
  wp_enqueue_style('wl-boot-strap-admin', WRIS_PLUGIN_URL.'css/bootstrap-latest/bootstrap.min-product.css');
648
  wp_enqueue_style('wl-font-awesome-5', WRIS_PLUGIN_URL.'css/font-awesome-latest/css/fontawesome-all.min.css');
649
  require_once("our_product.php");
650
  }
651
+
652
  function uris_recommendation_function() {
653
  wp_enqueue_style('recom2', WRIS_PLUGIN_URL.'css/recom.css');
654
  require_once("recommendations.php");
655
+ }
 
656
  add_submenu_page('edit.php?post_type=ris_gallery', 'Upgrade To Pro', 'Upgrade To Pro', 'administrator', 'ris_gallery', 'uris_upgrade_pro_function');
657
  add_submenu_page('edit.php?post_type=ris_gallery', 'Help and Support', 'Help and Support', 'administrator', 'RIS-Help-page', 'RIS_Help_and_Support_page');
658
  add_submenu_page('edit.php?post_type=ris_gallery', 'Our Products', 'Our Products', 'administrator', 'RIS-Our-Products', 'uris_our_products_function');