Scripts n Styles - Version 1.0.1

Version Description

  • Some small plugin meta data updates.
Download this release

Release Info

Developer WraithKenny
Plugin Icon wp plugin Scripts n Styles
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. README.txt +8 -3
  2. scripts-n-styles.php +2 -2
README.txt CHANGED
@@ -1,10 +1,9 @@
1
- === Plugin Name ===
2
  Contributors: wraithkenny, touvan
3
- Donate link: http://www.unFocus.com/
4
  Tags: admin, per-page CSS styles, per-page JavaScript
5
  Requires at least: 3.0.1
6
  Tested up to: 3.0.1
7
- Stable tag: 1.0
8
 
9
  This plugin allows Admin users to individually add custom CSS and JavaScript directly to Post, Pages or any other registered custom post types.
10
 
@@ -54,10 +53,16 @@ Sure, if you are an Admin, just go to the plugin editor and wipe out the uninsta
54
 
55
  == Changelog ==
56
 
 
 
 
57
  = 1.0 =
58
  * Initial Release.
59
 
60
  == Upgrade Notice ==
61
 
 
 
 
62
  = 1.0 =
63
  Initial Release, there is nothing to upgrade from.
1
+ === Scripts n Styles ===
2
  Contributors: wraithkenny, touvan
 
3
  Tags: admin, per-page CSS styles, per-page JavaScript
4
  Requires at least: 3.0.1
5
  Tested up to: 3.0.1
6
+ Stable tag: 1.0.1
7
 
8
  This plugin allows Admin users to individually add custom CSS and JavaScript directly to Post, Pages or any other registered custom post types.
9
 
53
 
54
  == Changelog ==
55
 
56
+ = 1.0.1 =
57
+ * Some small plugin meta data updates.
58
+
59
  = 1.0 =
60
  * Initial Release.
61
 
62
  == Upgrade Notice ==
63
 
64
+ = 1.0.1 =
65
+ Some small plugin meta data updates.
66
+
67
  = 1.0 =
68
  Initial Release, there is nothing to upgrade from.
scripts-n-styles.php CHANGED
@@ -4,8 +4,8 @@ Plugin Name: Scripts n Styles
4
  Plugin URI: http://www.unfocus.com/projects/scripts-n-styles/
5
  Description: Allows WordPress admin users the ability to add custom CSS and JavaScript directly to individual Post, Pages or custom post types.
6
  Author: unFocus Projects
7
- Author URI: http://twitter.com/wraithkenny
8
- Version: 1.0
9
  License: GPL2
10
  */
11
 
4
  Plugin URI: http://www.unfocus.com/projects/scripts-n-styles/
5
  Description: Allows WordPress admin users the ability to add custom CSS and JavaScript directly to individual Post, Pages or custom post types.
6
  Author: unFocus Projects
7
+ Author URI: http://www.unfocus.com/
8
+ Version: 1.0.1
9
  License: GPL2
10
  */
11