Easing Slider - Version 1.1.6

Version Description

  • Added: Premium Slider notice.
  • Added: Icon to heading on Admin options.
Download this release

Release Info

Developer MatthewRuddy
Plugin Icon 128x128 Easing Slider
Version 1.1.6
Comparing to
See all releases

Code changes from version 1.1.5 to 1.1.6

easingslider.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Easing Slider
4
  Plugin URI: http://easingslider.matthewruddy.com
5
  Description: Easing Slider is an image slider which uses the jQuery Easing Plugin. It comes with many different transition and styling settings so you'll never have to edit any of the CSS files directly. Images are got from custom fields or Easing Slider's own 'custom images' panel where you can specify particular images via their URL.
6
- Version: 1.1.5
7
  Author: Matthew Ruddy
8
  Author URI: http://matthewruddy.com
9
  License: This plugin is licensed under the GNU General Public License.
@@ -88,7 +88,7 @@ wp_enqueue_script('jquery');
88
 
89
  wp_register_script('easing', $scripturl.'jquery.easing.js', '', '1.3');
90
  wp_enqueue_script('easing');
91
- wp_register_script('script', $scripturl.'script.js', '', '1.1.5');
92
  wp_enqueue_script('script');
93
 
94
  }
@@ -96,7 +96,7 @@ wp_enqueue_script('script');
96
  function add_styles() {
97
  $sliderstyle = WP_PLUGIN_URL .'/easing-slider/css/slider.css';
98
 
99
- wp_register_style('slider', $sliderstyle, '', '1.1.5');
100
  wp_enqueue_style('slider');
101
 
102
  }
@@ -576,7 +576,9 @@ if ('process' == $_POST['options']) {
576
  }
577
 
578
 
579
- ?><div class="wrap"><h2>Easing Slider</h2>
 
 
580
 
581
  <?php if ( $_REQUEST['submit'] ) echo '<div id="message" class="updated" style="width:750px;"><p><strong>Slider Options Updated.</strong></p></div>'; ?>
582
 
3
  Plugin Name: Easing Slider
4
  Plugin URI: http://easingslider.matthewruddy.com
5
  Description: Easing Slider is an image slider which uses the jQuery Easing Plugin. It comes with many different transition and styling settings so you'll never have to edit any of the CSS files directly. Images are got from custom fields or Easing Slider's own 'custom images' panel where you can specify particular images via their URL.
6
+ Version: 1.1.6
7
  Author: Matthew Ruddy
8
  Author URI: http://matthewruddy.com
9
  License: This plugin is licensed under the GNU General Public License.
88
 
89
  wp_register_script('easing', $scripturl.'jquery.easing.js', '', '1.3');
90
  wp_enqueue_script('easing');
91
+ wp_register_script('script', $scripturl.'script.js', '', '1.1.6');
92
  wp_enqueue_script('script');
93
 
94
  }
96
  function add_styles() {
97
  $sliderstyle = WP_PLUGIN_URL .'/easing-slider/css/slider.css';
98
 
99
+ wp_register_style('slider', $sliderstyle, '', '1.1.6');
100
  wp_enqueue_style('slider');
101
 
102
  }
576
  }
577
 
578
 
579
+ ?><div class="wrap"><div id="icon-plugins" class="icon32"></div><h2>Easing Slider</h2>
580
+
581
+ <a href="http://premiumslider.matthewruddy.com"><img src="<?php echo WP_PLUGIN_URL.'/easing-slider/images/advert.jpg'; ?>" style="margin-top: 15px;"/></a>
582
 
583
  <?php if ( $_REQUEST['submit'] ) echo '<div id="message" class="updated" style="width:750px;"><p><strong>Slider Options Updated.</strong></p></div>'; ?>
584
 
images/advert.jpg ADDED
Binary file
images/arrow-bg.png DELETED
Binary file
images/arrow-bg2.gif DELETED
Binary file
images/arrow-l.png DELETED
Binary file
images/arrow-r.png DELETED
Binary file
images/body-bg.gif DELETED
Binary file
images/body-top.gif DELETED
Binary file
images/grad-bg.gif DELETED
Binary file
images/grad-bg2.gif DELETED
Binary file
images/index.html DELETED
@@ -1 +0,0 @@
1
- <html><body bgcolor="#FFFFFF"></body></html>
 
readme.txt CHANGED
@@ -5,12 +5,14 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=matth
5
  Tags: slider, easing, plugin, jquery, content, featured, images, wordpress
6
  Requires at least: 2.9.2
7
  Tested up to: 3.0.1
8
- Stable tag: 1.1.5
9
 
10
  The Easing Slider is an image slider plugin for WordPress which uses the jQuery Easing plugin.
11
 
12
  == Description ==
13
 
 
 
14
  The Easing Slider comes with various options that allow you to choose different sources to get the images from and also multiple styling options so that you"ll never have to edit any files directly & with ease. Create your own unique elegant slider.
15
 
16
  <a href="http://easingslider.matthewruddy.com">Live Demo</a>
@@ -100,6 +102,10 @@ This (most likely) is due to one of two potential problems:
100
 
101
  == Changelog ==
102
 
 
 
 
 
103
  = 1.1.5 =
104
  * Fixed: Mix up between autoPlay & transitionSpeed values in previous versions.
105
 
@@ -134,6 +140,4 @@ This (most likely) is due to one of two potential problems:
134
  * Fixed: jQuery into noConflict mode to avoid conflictions with various other jQuery plugins.
135
  * Fixed: Parse errors in CSS file.
136
  * Fixed: jQuery version number.
137
- * Removed: Fade transition effect due to compatibility problems & issue with certain themes.
138
-
139
-
5
  Tags: slider, easing, plugin, jquery, content, featured, images, wordpress
6
  Requires at least: 2.9.2
7
  Tested up to: 3.0.1
8
+ Stable tag: 1.1.6
9
 
10
  The Easing Slider is an image slider plugin for WordPress which uses the jQuery Easing plugin.
11
 
12
  == Description ==
13
 
14
+ <a href="http://premiumslider.matthewruddy.com">Need unlimited sliders? Want more options? Go Premium!</a>
15
+
16
  The Easing Slider comes with various options that allow you to choose different sources to get the images from and also multiple styling options so that you"ll never have to edit any files directly & with ease. Create your own unique elegant slider.
17
 
18
  <a href="http://easingslider.matthewruddy.com">Live Demo</a>
102
 
103
  == Changelog ==
104
 
105
+ = 1.1.6 =
106
+ * Added: Premium Slider notice.
107
+ * Added: Icon to heading on Admin options.
108
+
109
  = 1.1.5 =
110
  * Fixed: Mix up between autoPlay & transitionSpeed values in previous versions.
111
 
140
  * Fixed: jQuery into noConflict mode to avoid conflictions with various other jQuery plugins.
141
  * Fixed: Parse errors in CSS file.
142
  * Fixed: jQuery version number.
143
+ * Removed: Fade transition effect due to compatibility problems & issue with certain themes.
 
 
screenshot-2.jpg CHANGED
Binary file