Version Description
- Fixed: CSS glitch in admin area.
Download this release
Release Info
Developer | MatthewRuddy |
Plugin | Easing Slider |
Version | 1.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.2 to 1.1.3
- css/tabs.css +1 -1
- easingslider.php +3 -3
- readme.txt +7 -1
css/tabs.css
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
.yui-content {
|
34 |
}
|
35 |
|
36 |
-
.
|
37 |
float: left;
|
38 |
width: 100%;
|
39 |
}
|
33 |
.yui-content {
|
34 |
}
|
35 |
|
36 |
+
.submitbutton {
|
37 |
float: left;
|
38 |
width: 100%;
|
39 |
}
|
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.
|
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.
|
100 |
wp_enqueue_style('slider');
|
101 |
|
102 |
}
|
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.3
|
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.3');
|
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.3');
|
100 |
wp_enqueue_style('slider');
|
101 |
|
102 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=matth
|
|
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 |
|
@@ -97,6 +97,12 @@ This (most likely) is due to one of two potential problems:
|
|
97 |
|
98 |
== Changelog ==
|
99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
= 1.1.1 =
|
101 |
* Added: Option to disable permalinks in 'slider settings'.
|
102 |
|
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.3
|
8 |
|
9 |
== Description ==
|
10 |
|
97 |
|
98 |
== Changelog ==
|
99 |
|
100 |
+
= 1.1.3 =
|
101 |
+
* Fixed: CSS glitch in admin area.
|
102 |
+
|
103 |
+
= 1.1.2 =
|
104 |
+
* Fixed: Bug with previous version.
|
105 |
+
|
106 |
= 1.1.1 =
|
107 |
* Added: Option to disable permalinks in 'slider settings'.
|
108 |
|