Ultimate Responsive Image Slider Plugin - Version 2.9.4

Version Description

Download this release

Release Info

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

Code changes from version 2.9.3 to 2.9.4

readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.weblizar.com/
4
  Tags: slider, slider plugin, best slider plugin, image slide show, responsive slider, image slider, slider shortcode, slider widget, responsive image slider, theme slider, post slider, page slider, free slider plguin
5
  Requires at least: 3.8
6
  Tested up to: 4.4.1
7
- Stable tag: 2.9.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -138,14 +138,16 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
138
  == Changelog ==
139
 
140
  For more information, see Weblizar(http://wwww.weblizar.com/).
 
 
141
 
142
  = Version 2.9.3 28-Jan-2016 =
143
  * Powered By Removed
144
  * Plugin Tags updated
145
  * Post data sanitized
146
  * Escaping all output data
147
-
148
  * Removed external link
 
149
  = Version 2.9.2 27-Jan-2016 =
150
  * Removed external link
151
 
4
  Tags: slider, slider plugin, best slider plugin, image slide show, responsive slider, image slider, slider shortcode, slider widget, responsive image slider, theme slider, post slider, page slider, free slider plguin
5
  Requires at least: 3.8
6
  Tested up to: 4.4.1
7
+ Stable tag: 2.9.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
138
  == Changelog ==
139
 
140
  For more information, see Weblizar(http://wwww.weblizar.com/).
141
+ = Version 2.9.4 02-Feb-2016 =
142
+ * Removal of Non-required section of codes.
143
 
144
  = Version 2.9.3 28-Jan-2016 =
145
  * Powered By Removed
146
  * Plugin Tags updated
147
  * Post data sanitized
148
  * Escaping all output data
 
149
  * Removed external link
150
+
151
  = Version 2.9.2 27-Jan-2016 =
152
  * Removed external link
153
 
ultimate-responsive-image-slider.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Ultimate Responsive Image Slider
4
- * Version: 2.9.3
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/ultimate-responsive-image-slider-pro/
1
  <?php
2
  /**
3
  * Plugin Name: Ultimate Responsive Image Slider
4
+ * Version: 2.9.4
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/ultimate-responsive-image-slider-pro/
uris-layout.php CHANGED
@@ -86,14 +86,6 @@ $j = 1;
86
  });
87
  });
88
  </script>
89
- <script src="http://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js"></script>
90
- <script type="text/javascript">
91
- WebFont.load({
92
- google: {
93
- families: ['<?php echo $WRIS_L3_Font_Style ; ?>'] // saved value
94
- }
95
- });
96
- </script>
97
  <style>
98
  /* Example 3 */
99
 
86
  });
87
  });
88
  </script>
 
 
 
 
 
 
 
 
89
  <style>
90
  /* Example 3 */
91