Ultimate Responsive Image Slider Plugin - Version 3.5.0

Version Description

  • Latest WP version 5.6.1
  • New Slider Factory plugin ad added
Download this release

Release Info

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

Code changes from version 3.4.9 to 3.5.0

assets/img/products/Slider-Factory-Pro.png ADDED
Binary file
assets/img/products/slider-factory-free-wordpress-plugin.jpg ADDED
Binary file
products.php CHANGED
@@ -12,6 +12,16 @@ class WPFURIS_Product_Menu {
12
  <div class="wpfrank-products-container">
13
  <div class="wpfrank-products-title"><h1>Our Premium Products</h1></div>
14
  <div class="wpfrank-products">
 
 
 
 
 
 
 
 
 
 
15
  <div class="wpfrank-product">
16
  <div class="wpfrank-product-title">Flickr Album Gallery Pro</div>
17
  <img class="wpfrank-product-image" src="<?php echo URIS_PLUGIN_URL . "assets/img/products/Flickr-Album-Gallery-Pro.jpg"; ?>">
@@ -30,15 +40,7 @@ class WPFURIS_Product_Menu {
30
  <a target="_blank" href="http://wpfrank.com/account/signup/ultimate-responsive-image-slider-pro" class="wpfrank-link-button wpfrank-buy-now">Buy Now</a>
31
  </div>
32
  </div>
33
- <div class="wpfrank-product">
34
- <div class="wpfrank-product-title">Appointment Scheduler Pro</div>
35
- <img class="wpfrank-product-image" src="<?php echo URIS_PLUGIN_URL . "assets/img/products/Appointment-Scheduler-Pro.jpg"; ?>">
36
- <div class="wpfrank-product-tagline">Premium Appointment Plugin To Add Booking System On Website</div>
37
- <div class="wpfrank-product-links">
38
- <a target="_blank" href="http://wpfrank.com/demo/appointment-scheduler-pro/" class="wpfrank-link-button wpfrank-try-now">Live Demo</a>
39
- <a target="_blank" href="http://wpfrank.com/account/signup/appointment-scheduler-pro" class="wpfrank-link-button wpfrank-buy-now">Buy Now</a>
40
- </div>
41
- </div>
42
  </div>
43
  </div>
44
  <?php
12
  <div class="wpfrank-products-container">
13
  <div class="wpfrank-products-title"><h1>Our Premium Products</h1></div>
14
  <div class="wpfrank-products">
15
+
16
+ <div class="wpfrank-product">
17
+ <div class="wpfrank-product-title">Slider Factory Pro</div>
18
+ <img class="wpfrank-product-image" src="<?php echo URIS_PLUGIN_URL . "assets/img/products/Slider-Factory-Pro.png"; ?>">
19
+ <div class="wpfrank-product-tagline">Premium Slider Plugin To Add Responsive Slide Show On Website</div>
20
+ <div class="wpfrank-product-links">
21
+ <a target="_blank" href="http://wpfrank.com/demo/slider-factory-pro/" class="wpfrank-link-button wpfrank-try-now">Live Demo</a>
22
+ <a target="_blank" href="http://wpfrank.com/account/signup/slider-factory-pro" class="wpfrank-link-button wpfrank-buy-now">Buy Now</a>
23
+ </div>
24
+ </div>
25
  <div class="wpfrank-product">
26
  <div class="wpfrank-product-title">Flickr Album Gallery Pro</div>
27
  <img class="wpfrank-product-image" src="<?php echo URIS_PLUGIN_URL . "assets/img/products/Flickr-Album-Gallery-Pro.jpg"; ?>">
40
  <a target="_blank" href="http://wpfrank.com/account/signup/ultimate-responsive-image-slider-pro" class="wpfrank-link-button wpfrank-buy-now">Buy Now</a>
41
  </div>
42
  </div>
43
+
 
 
 
 
 
 
 
 
44
  </div>
45
  </div>
46
  <?php
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.6
7
- Stable tag: 3.4.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -161,6 +161,10 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/ultimat
161
 
162
  == Changelog ==
163
 
 
 
 
 
164
  = 3.4.9 =
165
  * Latest WP version 5.6 compatibility tested
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.6.1
7
+ Stable tag: 3.5.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
161
 
162
  == Changelog ==
163
 
164
+ = 3.5.0 =
165
+ * Latest WP version 5.6.1
166
+ * New Slider Factory plugin ad added
167
+
168
  = 3.4.9 =
169
  * Latest WP version 5.6 compatibility tested
170
 
ultimate-responsive-image-slider.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /*
3
- Plugin Name: Ultimate Responsive Image Slider - 3.4.9
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.9
7
  Author: FARAZFRANK
8
  Author URI: http://wpfrank.com/
9
  Text Domain: ultimate-responsive-image-slider
@@ -242,7 +242,8 @@ class URIS {
242
  add_meta_box( __('Add Slides', URIS_TD), __('Add Slides', URIS_TD), array(&$this, 'ris_generate_add_image_meta_box_function'), 'ris_gallery', 'normal', 'low' );
243
  add_meta_box( __('Configure Settings', URIS_TD), __('Configure Settings', URIS_TD), array(&$this, 'ris_settings_meta_box_function'), 'ris_gallery', 'normal', 'low');
244
  add_meta_box( 'Upgrade To Pro Plugin', 'Upgrade To Pro Plugin', array(&$this, 'ris_upgrade_to_pro_meta_box_function'), 'ris_gallery', 'normal', 'low');
245
- add_meta_box ( __('Copy Slider Shortcode', URIS_TD), __('Copy Slider Shortcode', URIS_TD), array(&$this, 'ris_shotcode_meta_box_function'), 'ris_gallery', 'side', 'low');
 
246
  add_meta_box('Show US Some Love & Rate Us', 'Show US Some Love & Rate Us', array(&$this, 'uris_Rate_us_meta_box_function'), 'ris_gallery', 'side', 'low');
247
  }
248
 
@@ -526,13 +527,23 @@ class URIS {
526
  wp_enqueue_script('wpfrank-uris-css-hint-js',URIS_PLUGIN_URL.'assets/css/codemirror/css-hint.js',array('jquery'));
527
  require_once('settings.php');
528
  }
529
-
530
  public function ris_shotcode_meta_box_function() { ?>
531
  <p><?php _e("Use below shortcode in any Page/Post to publish your slider", URIS_TD);?></p>
532
- <input readonly="readonly" type="text" value="<?php echo "[URIS id=".get_the_ID()."]"; ?>">
 
 
 
 
533
  <?php
534
  }
535
-
 
 
 
 
 
 
536
  public function admin_thumb_uris($id) {
537
  $attachment = get_post( $id );
538
  $slide_alt = get_post_meta( $attachment->ID, '_wp_attachment_image_alt', true );
1
  <?php
2
  /*
3
+ Plugin Name: Ultimate Responsive Image Slider - 3.5.0
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.5.0
7
  Author: FARAZFRANK
8
  Author URI: http://wpfrank.com/
9
  Text Domain: ultimate-responsive-image-slider
242
  add_meta_box( __('Add Slides', URIS_TD), __('Add Slides', URIS_TD), array(&$this, 'ris_generate_add_image_meta_box_function'), 'ris_gallery', 'normal', 'low' );
243
  add_meta_box( __('Configure Settings', URIS_TD), __('Configure Settings', URIS_TD), array(&$this, 'ris_settings_meta_box_function'), 'ris_gallery', 'normal', 'low');
244
  add_meta_box( 'Upgrade To Pro Plugin', 'Upgrade To Pro Plugin', array(&$this, 'ris_upgrade_to_pro_meta_box_function'), 'ris_gallery', 'normal', 'low');
245
+ add_meta_box ( __('Slider Shortcode', URIS_TD), __('Slider Shortcode', URIS_TD), array(&$this, 'ris_shotcode_meta_box_function'), 'ris_gallery', 'side', 'low');
246
+ add_meta_box ( __('Try My New Slider Plugin', URIS_TD), __('Try My New Slider Plugin', URIS_TD), array(&$this, 'ris_new_plugin_meta_box_function'), 'ris_gallery', 'side', 'low');
247
  add_meta_box('Show US Some Love & Rate Us', 'Show US Some Love & Rate Us', array(&$this, 'uris_Rate_us_meta_box_function'), 'ris_gallery', 'side', 'low');
248
  }
249
 
527
  wp_enqueue_script('wpfrank-uris-css-hint-js',URIS_PLUGIN_URL.'assets/css/codemirror/css-hint.js',array('jquery'));
528
  require_once('settings.php');
529
  }
530
+
531
  public function ris_shotcode_meta_box_function() { ?>
532
  <p><?php _e("Use below shortcode in any Page/Post to publish your slider", URIS_TD);?></p>
533
+ <input readonly="readonly" type="text" value="<?php echo "[URIS id=".get_the_ID()."]"; ?>" style="width:100%;">
534
+
535
+ <p><?php _e("To embed slider in any custom theme template", URIS_TD);?></p>
536
+ <?php $uris_shortcode = "[URIS id=".get_the_ID()."]"; ?>
537
+ <input readonly="readonly" type="text" value="&#x3c;&#x3f;php do_shortcode&#x28; '<?php echo "[URIS id=".get_the_ID()."]"; ?>' &#x29;; &#x3f;&#x3e;" style="width:100%;">
538
  <?php
539
  }
540
+
541
+ public function ris_new_plugin_meta_box_function() { ?>
542
+ <p><a href="https://wordpress.org/plugins/slider-factory/" target="_blank"><img src="<?php echo URIS_PLUGIN_URL . "assets/img/products/slider-factory-free-wordpress-plugin.jpg"; ?>" width="100%" /></a></p>
543
+ <p style="text-align: center;"><a href="plugin-install.php?s=slider%20factory&tab=search&type=term" class="button button-primary button-hero">Install Plugin</a></p>
544
+ <?php
545
+ }
546
+
547
  public function admin_thumb_uris($id) {
548
  $attachment = get_post( $id );
549
  $slide_alt = get_post_meta( $attachment->ID, '_wp_attachment_image_alt', true );