Version Description
- Changed: Adverts from Premium Slider to Riva Slider Pro.
- Changed: When activated, plugin will now default to 'Custom Images'
- Prepared plugin for major update (coming soon).
Download this release
Release Info
Developer | MatthewRuddy |
Plugin | Easing Slider |
Version | 1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.9 to 1.2
- easingslider.php +6 -6
- images/advert.jpg +0 -0
- readme.txt +8 -3
- screenshot-2.jpg +0 -0
- screenshot-3.jpg +0 -0
- screenshot-4.jpg +0 -0
- screenshot-5.jpg +0 -0
easingslider.php
CHANGED
@@ -3,9 +3,9 @@
|
|
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.
|
7 |
Author: Matthew Ruddy
|
8 |
-
Author URI: http://
|
9 |
License: This plugin is licensed under the GNU General Public License.
|
10 |
*/
|
11 |
|
@@ -89,7 +89,7 @@ wp_enqueue_script('jquery');
|
|
89 |
|
90 |
wp_register_script('easing', $scripturl.'jquery.easing.js', '', '1.3');
|
91 |
wp_enqueue_script('easing');
|
92 |
-
wp_register_script('script', $scripturl.'script.js', '', '1.
|
93 |
wp_enqueue_script('script');
|
94 |
|
95 |
}
|
@@ -97,7 +97,7 @@ wp_enqueue_script('script');
|
|
97 |
function add_styles() {
|
98 |
$sliderstyle = WP_PLUGIN_URL .'/easing-slider/css/slider.css';
|
99 |
|
100 |
-
wp_register_style('slider', $sliderstyle, '', '1.
|
101 |
wp_enqueue_style('slider');
|
102 |
|
103 |
}
|
@@ -363,7 +363,7 @@ function set_easing_options() {
|
|
363 |
add_option('preload','indicator','');
|
364 |
add_option('start','1','');
|
365 |
add_option('buttons','','');
|
366 |
-
add_option('source','
|
367 |
add_option('featcat','','');
|
368 |
add_option('featpost','5','');
|
369 |
add_option('padbottom','0','');
|
@@ -596,7 +596,7 @@ if ('process' == $_POST['options']) {
|
|
596 |
|
597 |
?><div class="wrap"><div id="icon-plugins" class="icon32"></div><h2>Easing Slider</h2>
|
598 |
|
599 |
-
<a href="http://
|
600 |
|
601 |
<?php if ( $_REQUEST['submit'] ) echo '<div id="message" class="updated" style="width:750px;"><p><strong>Slider Options Updated.</strong></p></div>'; ?>
|
602 |
|
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.2
|
7 |
Author: Matthew Ruddy
|
8 |
+
Author URI: http://rivaslider.com/
|
9 |
License: This plugin is licensed under the GNU General Public License.
|
10 |
*/
|
11 |
|
89 |
|
90 |
wp_register_script('easing', $scripturl.'jquery.easing.js', '', '1.3');
|
91 |
wp_enqueue_script('easing');
|
92 |
+
wp_register_script('script', $scripturl.'script.js', '', '1.2');
|
93 |
wp_enqueue_script('script');
|
94 |
|
95 |
}
|
97 |
function add_styles() {
|
98 |
$sliderstyle = WP_PLUGIN_URL .'/easing-slider/css/slider.css';
|
99 |
|
100 |
+
wp_register_style('slider', $sliderstyle, '', '1.2');
|
101 |
wp_enqueue_style('slider');
|
102 |
|
103 |
}
|
363 |
add_option('preload','indicator','');
|
364 |
add_option('start','1','');
|
365 |
add_option('buttons','','');
|
366 |
+
add_option('source','custom','');
|
367 |
add_option('featcat','','');
|
368 |
add_option('featpost','5','');
|
369 |
add_option('padbottom','0','');
|
596 |
|
597 |
?><div class="wrap"><div id="icon-plugins" class="icon32"></div><h2>Easing Slider</h2>
|
598 |
|
599 |
+
<a href="http://rivaslider.com/"><img src="<?php echo WP_PLUGIN_URL.'/easing-slider/images/advert.jpg'; ?>"/></a>
|
600 |
|
601 |
<?php if ( $_REQUEST['submit'] ) echo '<div id="message" class="updated" style="width:750px;"><p><strong>Slider Options Updated.</strong></p></div>'; ?>
|
602 |
|
images/advert.jpg
CHANGED
Binary file
|
readme.txt
CHANGED
@@ -3,14 +3,14 @@ Homepage: http://easingslider.matthewruddy.com
|
|
3 |
Contributors: MatthewRuddy
|
4 |
Tags: slider, slideshows, easing, plugin, jquery, content, featured, images, wordpress
|
5 |
Requires at least: 2.9.2
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 1.
|
8 |
|
9 |
The Easing Slider is an image slider plugin for WordPress which uses the jQuery Easing plugin.
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
-
<a href="http://
|
14 |
|
15 |
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.
|
16 |
|
@@ -101,6 +101,11 @@ This (most likely) is due to one of two potential problems:
|
|
101 |
|
102 |
== Changelog ==
|
103 |
|
|
|
|
|
|
|
|
|
|
|
104 |
= 1.1.9 =
|
105 |
* Fixed: Plugin inconsistancies and Javascript mistakes.
|
106 |
* Changed: Plugin now only deletes slideshow when uninstalled (rather than de-activated).
|
3 |
Contributors: MatthewRuddy
|
4 |
Tags: slider, slideshows, easing, plugin, jquery, content, featured, images, wordpress
|
5 |
Requires at least: 2.9.2
|
6 |
+
Tested up to: 3.3
|
7 |
+
Stable tag: 1.2
|
8 |
|
9 |
The Easing Slider is an image slider plugin for WordPress which uses the jQuery Easing plugin.
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
+
<a href="http://rivaslider.com/">Need more features? unlimited slideshows, unlimited images, video support? Get the Riva Slider Pro!</a>
|
14 |
|
15 |
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.
|
16 |
|
101 |
|
102 |
== Changelog ==
|
103 |
|
104 |
+
= 1.2 =
|
105 |
+
* Changed: Adverts from Premium Slider to Riva Slider Pro.
|
106 |
+
* Changed: When activated, plugin will now default to 'Custom Images'
|
107 |
+
* Prepared plugin for major update (coming soon).
|
108 |
+
|
109 |
= 1.1.9 =
|
110 |
* Fixed: Plugin inconsistancies and Javascript mistakes.
|
111 |
* Changed: Plugin now only deletes slideshow when uninstalled (rather than de-activated).
|
screenshot-2.jpg
CHANGED
Binary file
|
screenshot-3.jpg
CHANGED
Binary file
|
screenshot-4.jpg
CHANGED
Binary file
|
screenshot-5.jpg
CHANGED
Binary file
|