Version Description
- Fixed: Mix up between autoPlay & transitionSpeed values in previous versions.
Download this release
Release Info
Developer | MatthewRuddy |
Plugin | Easing Slider |
Version | 1.1.5 |
Comparing to | |
See all releases |
Code changes from version 1.1.4 to 1.1.5
- easingslider.php +7 -7
- readme.txt +13 -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.
|
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.
|
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.
|
100 |
wp_enqueue_style('slider');
|
101 |
|
102 |
}
|
@@ -790,13 +790,13 @@ function print_easing_form() {
|
|
790 |
<td style="padding:5px 0;margin-left:5px;"><input type="text" name="start" value="<?php echo ($start); ?>" style="width: 50px;" /></td>
|
791 |
<td style="margin:5px 0;"><p style="margin:0;margin-left:10px;font-style:italic;font-size:11px;">Number of the image that the slider will start with. Choose a number between one and ten.</p></td></tr>
|
792 |
|
793 |
-
<tr valign="top" style="border-bottom:1px solid #ccc;"><td style="padding:5px 0;"><label for="
|
794 |
-
<td style="padding:5px 0;margin-left:5px;"><input type="text" name="
|
795 |
<td style="margin:5px 0;"><p style="margin:0;margin-left:10px;font-style:italic;font-size:11px;">Amount of time it takes to transition one image to another.</p></td></tr>
|
796 |
|
797 |
|
798 |
-
<tr valign="top" style="border-bottom:1px solid #ccc;"><td style="padding:5px 0;"><label for="
|
799 |
-
<td style="padding:5px 0;margin-left:5px;"><input type="text" name="
|
800 |
<td style="margin:5px 0;"><p style="margin:0;margin-left:10px;font-style:italic;font-size:11px;">The amount of time in milliseconds each image is displayed for.</p></td></tr>
|
801 |
|
802 |
<tr valign="top" style="border-bottom:1px solid #ccc;"><td style="padding:5px 0;"><label for="transition" style="padding:10px;font-weight:bold;">animationStyle:
|
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 |
|
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 |
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 |
}
|
790 |
<td style="padding:5px 0;margin-left:5px;"><input type="text" name="start" value="<?php echo ($start); ?>" style="width: 50px;" /></td>
|
791 |
<td style="margin:5px 0;"><p style="margin:0;margin-left:10px;font-style:italic;font-size:11px;">Number of the image that the slider will start with. Choose a number between one and ten.</p></td></tr>
|
792 |
|
793 |
+
<tr valign="top" style="border-bottom:1px solid #ccc;"><td style="padding:5px 0;"><label for="transpeed" style="padding:10px;font-weight:bold;">transitionSpeed:</label></td>
|
794 |
+
<td style="padding:5px 0;margin-left:5px;"><input type="text" name="transpeed" value="<?php echo $transpeed; ?>" style="width: 50px;" /></td>
|
795 |
<td style="margin:5px 0;"><p style="margin:0;margin-left:10px;font-style:italic;font-size:11px;">Amount of time it takes to transition one image to another.</p></td></tr>
|
796 |
|
797 |
|
798 |
+
<tr valign="top" style="border-bottom:1px solid #ccc;"><td style="padding:5px 0;"><label for="interval" style="padding:10px;font-weight:bold;">autoPlay:</label></td>
|
799 |
+
<td style="padding:5px 0;margin-left:5px;"><input type="text" name="interval" value="<?php echo $interval; ?>" style="width: 50px;" /></td>
|
800 |
<td style="margin:5px 0;"><p style="margin:0;margin-left:10px;font-style:italic;font-size:11px;">The amount of time in milliseconds each image is displayed for.</p></td></tr>
|
801 |
|
802 |
<tr valign="top" style="border-bottom:1px solid #ccc;"><td style="padding:5px 0;"><label for="transition" style="padding:10px;font-weight:bold;">animationStyle:
|
readme.txt
CHANGED
@@ -1,14 +1,17 @@
|
|
1 |
=== Easing Slider ===
|
2 |
Homepage: http://easingslider.matthewruddy.com
|
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=matthew_ruddy%40hotmail%2ecom&lc=US&item_name=Easing%20Slider¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
|
4 |
Tags: slider, easing, plugin, jquery, content, featured, images, wordpress
|
5 |
Requires at least: 2.9.2
|
6 |
Tested up to: 3.0.1
|
7 |
-
Stable tag: 1.1.
|
|
|
|
|
8 |
|
9 |
== Description ==
|
10 |
|
11 |
-
The Easing Slider
|
12 |
|
13 |
<a href="http://easingslider.matthewruddy.com">Live Demo</a>
|
14 |
|
@@ -40,11 +43,11 @@ Go to Add new under Plugins. Then search "easing slider" then click install.
|
|
40 |
<h4>Usage</h4>
|
41 |
To use the Easing Slider you can use the following methods:
|
42 |
|
43 |
-
|
44 |
-
|
45 |
|
46 |
-
|
47 |
-
|
48 |
|
49 |
|
50 |
<h4>Image Source:</h4>
|
@@ -97,6 +100,9 @@ This (most likely) is due to one of two potential problems:
|
|
97 |
|
98 |
== Changelog ==
|
99 |
|
|
|
|
|
|
|
100 |
= 1.1.4 =
|
101 |
* Fixed: Added !important to padding & margin values of 0 to make sure slider doesn't inherit theme's css values.
|
102 |
|
@@ -130,3 +136,4 @@ This (most likely) is due to one of two potential problems:
|
|
130 |
* Fixed: jQuery version number.
|
131 |
* Removed: Fade transition effect due to compatibility problems & issue with certain themes.
|
132 |
|
|
1 |
=== Easing Slider ===
|
2 |
Homepage: http://easingslider.matthewruddy.com
|
3 |
+
Contributors: MatthewRuddy
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=matthew_ruddy%40hotmail%2ecom&lc=US&item_name=Easing%20Slider¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
|
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>
|
17 |
|
43 |
<h4>Usage</h4>
|
44 |
To use the Easing Slider you can use the following methods:
|
45 |
|
46 |
+
Shortcode in posts:
|
47 |
+
`[easingslider]`
|
48 |
|
49 |
+
Function in template files (via php):
|
50 |
+
`<?php if (function_exists("easing_slider")){ easing_slider(); }; ?>`
|
51 |
|
52 |
|
53 |
<h4>Image Source:</h4>
|
100 |
|
101 |
== Changelog ==
|
102 |
|
103 |
+
= 1.1.5 =
|
104 |
+
* Fixed: Mix up between autoPlay & transitionSpeed values in previous versions.
|
105 |
+
|
106 |
= 1.1.4 =
|
107 |
* Fixed: Added !important to padding & margin values of 0 to make sure slider doesn't inherit theme's css values.
|
108 |
|
136 |
* Fixed: jQuery version number.
|
137 |
* Removed: Fade transition effect due to compatibility problems & issue with certain themes.
|
138 |
|
139 |
+
|