Version Description
- Updated generic function with prefix.
Download this release
Release Info
Developer | jleuze |
Plugin | Meteor Slides |
Version | 1.3.3 |
Comparing to | |
See all releases |
Code changes from version 1.3.2 to 1.3.3
- meteor-slides-plugin.php +3 -3
- readme.txt +7 -1
meteor-slides-plugin.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
Author: Josh Leuze
|
7 |
Author URI: http://www.jleuze.com/
|
8 |
License: GPL2
|
9 |
-
Version: 1.3.
|
10 |
*/
|
11 |
|
12 |
/* Copyright 2011 Josh Leuze (email : mail@jleuze.com)
|
@@ -363,9 +363,9 @@
|
|
363 |
|
364 |
//display contextual help for slides
|
365 |
|
366 |
-
add_action( 'contextual_help', '
|
367 |
|
368 |
-
function
|
369 |
|
370 |
if ('slide' == $screen->id ) {
|
371 |
|
6 |
Author: Josh Leuze
|
7 |
Author URI: http://www.jleuze.com/
|
8 |
License: GPL2
|
9 |
+
Version: 1.3.3
|
10 |
*/
|
11 |
|
12 |
/* Copyright 2011 Josh Leuze (email : mail@jleuze.com)
|
363 |
|
364 |
//display contextual help for slides
|
365 |
|
366 |
+
add_action( 'contextual_help', 'meteorslides_add_help_text', 10, 3 );
|
367 |
|
368 |
+
function meteorslides_add_help_text($contextual_help, $screen_id, $screen) {
|
369 |
|
370 |
if ('slide' == $screen->id ) {
|
371 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mail%
|
|
4 |
Tags: slide, slides, slider, slideshow, image, custom post types, jquery
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.1
|
7 |
-
Stable tag: 1.3.
|
8 |
|
9 |
Meteor Slides makes it simple to create slideshows with WordPress by adding a custom post type for slides.
|
10 |
|
@@ -100,6 +100,9 @@ You can help right on this page by rating the plugin or voting for its compatibi
|
|
100 |
|
101 |
== Changelog ==
|
102 |
|
|
|
|
|
|
|
103 |
= 1.3.2 =
|
104 |
* Improved support for multiple slideshows of different sizes
|
105 |
* Fixed transparent PNG bug
|
@@ -157,6 +160,9 @@ You can help right on this page by rating the plugin or voting for its compatibi
|
|
157 |
|
158 |
== Upgrade Notice ==
|
159 |
|
|
|
|
|
|
|
160 |
= 1.3.2 =
|
161 |
Meteor Slides 1.3.2 improves support for multiple slideshows and adds updates for WordPress 3.1 compatability. Any custom stylesheets or templates will need to be updated for use with this release.
|
162 |
|
4 |
Tags: slide, slides, slider, slideshow, image, custom post types, jquery
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.1
|
7 |
+
Stable tag: 1.3.3
|
8 |
|
9 |
Meteor Slides makes it simple to create slideshows with WordPress by adding a custom post type for slides.
|
10 |
|
100 |
|
101 |
== Changelog ==
|
102 |
|
103 |
+
= 1.3.3 =
|
104 |
+
* Updated generic function with prefix.
|
105 |
+
|
106 |
= 1.3.2 =
|
107 |
* Improved support for multiple slideshows of different sizes
|
108 |
* Fixed transparent PNG bug
|
160 |
|
161 |
== Upgrade Notice ==
|
162 |
|
163 |
+
= 1.3.3 =
|
164 |
+
Meteor Slides 1.3.3 improves support for multiple slideshows and adds updates for WordPress 3.1 compatability. Any custom stylesheets or templates will need to be updated for use with this release.(Updated function)
|
165 |
+
|
166 |
= 1.3.2 =
|
167 |
Meteor Slides 1.3.2 improves support for multiple slideshows and adds updates for WordPress 3.1 compatability. Any custom stylesheets or templates will need to be updated for use with this release.
|
168 |
|