Post Thumbnail Editor - Version 0.2.2

Version Description

Download this release

Release Info

Developer sewpafly
Plugin Icon Post Thumbnail Editor
Version 0.2.2
Comparing to
See all releases

Code changes from version 0.2.1 to 0.2.2

Files changed (1) hide show
  1. post-thumbnail-editor.php +5 -5
post-thumbnail-editor.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin URI: http://wordpress.org/extend/plugins/post-thumbnail-editor/
4
  Author: sewpafly
5
  Author URI: http://sewpafly.github.com/post-thumbnail-editor
6
- Version: 0.3pre
7
  Description: Individually manage your post thumbnails
8
 
9
  LICENSE
@@ -29,10 +29,10 @@
29
  /*
30
  * Useful constants
31
  */
32
- define( PTE_PLUGINURL, plugins_url(basename( dirname(__FILE__))) . "/");
33
- define( PTE_PLUGINPATH, dirname(__FILE__) . "/");
34
- define( PTE_VERSION, "0.2.1");
35
- define( PTE_POST_DATA, "pte-data");
36
 
37
  /*
38
  * Put Hooks and immediate hook functions in this file
3
  Plugin URI: http://wordpress.org/extend/plugins/post-thumbnail-editor/
4
  Author: sewpafly
5
  Author URI: http://sewpafly.github.com/post-thumbnail-editor
6
+ Version: 0.2.2
7
  Description: Individually manage your post thumbnails
8
 
9
  LICENSE
29
  /*
30
  * Useful constants
31
  */
32
+ define( 'PTE_PLUGINURL', plugins_url(basename( dirname(__FILE__))) . "/");
33
+ define( 'PTE_PLUGINPATH', dirname(__FILE__) . "/");
34
+ define( 'PTE_VERSION', "0.2.2");
35
+ define( 'PTE_POST_DATA', "pte-data");
36
 
37
  /*
38
  * Put Hooks and immediate hook functions in this file