Meteor Slides - Version 1.0.1

Version Description

  • Removed "menu_position" to prevent conflicts with other plugins.
Download this release

Release Info

Developer jleuze
Plugin Icon 128x128 Meteor Slides
Version 1.0.1
Comparing to
See all releases

Code changes from version 1.0 to 1.0.1

Files changed (2) hide show
  1. meteor-slides-plugin.php +1 -2
  2. readme.txt +4 -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.0
10
  */
11
 
12
  /* Copyright 2010 Josh Leuze (email : mail@jleuze.com)
@@ -73,7 +73,6 @@
73
  'rewrite' => true,
74
  'capability_type' => 'page',
75
  'hierarchical' => false,
76
- 'menu_position' => 25,
77
  'supports' => array('title', 'thumbnail'),
78
  'menu_icon' => ''. plugins_url('/images/slides-icon-20x20.png', __FILE__)
79
 
6
  Author: Josh Leuze
7
  Author URI: http://www.jleuze.com/
8
  License: GPL2
9
+ Version: 1.0.1
10
  */
11
 
12
  /* Copyright 2010 Josh Leuze (email : mail@jleuze.com)
73
  'rewrite' => true,
74
  'capability_type' => 'page',
75
  'hierarchical' => false,
 
76
  'supports' => array('title', 'thumbnail'),
77
  'menu_icon' => ''. plugins_url('/images/slides-icon-20x20.png', __FILE__)
78
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: JLeuze
3
  Tags: slide, slider, slideshow, custom post types, jquery
4
  Requires at least: 3.0
5
  Tested up to: 3.0
6
- Stable tag: 1.0
7
 
8
  Adds a custom post type for slides to WordPress. Use Meteor Slides to create a quick little slideshow for your site.
9
 
@@ -45,5 +45,8 @@ Before adding any slides, go to the Meteor Slides Settings page and set the slid
45
 
46
  == Changelog ==
47
 
 
 
 
48
  = 1.0 =
49
  * Initial release of Meteor Slides.
3
  Tags: slide, slider, slideshow, custom post types, jquery
4
  Requires at least: 3.0
5
  Tested up to: 3.0
6
+ Stable tag: 1.0.1
7
 
8
  Adds a custom post type for slides to WordPress. Use Meteor Slides to create a quick little slideshow for your site.
9
 
45
 
46
  == Changelog ==
47
 
48
+ = 1.0.1 =
49
+ * Removed "menu_position" to prevent conflicts with other plugins.
50
+
51
  = 1.0 =
52
  * Initial release of Meteor Slides.