Skip to content

Commit

Permalink
mark 3.3.1 and tested up to 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
WraithKenny committed Dec 7, 2016
1 parent cedd61d commit b6c5e39
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
90 changes: 45 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Scripts n Styles
Contributors: WraithKenny, CaptainN
Tags: admin, CSS, javascript, code, custom, Style
Requires at least: 3.6
Tested up to: 3.6
Stable tag: 3.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
# Scripts n Styles
Contributors: WraithKenny, CaptainN
Tags: admin, CSS, javascript, code, custom, Style
Requires at least: 4.2.2
Tested up to: 4.7
Stable tag: 3.3.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

This plugin allows Admin users to individually add custom CSS, Classes and JavaScript directly to Post, Pages or any other custom post types.

## Description
## Description

This plugin allows Admin users the ability to add custom CSS and JavaScript directly into individual Post, Pages or any other registered custom post types. You can also add classes to the body tag and the post container. There is a Global settings page for which you can write Scripts n Styles for the entire blog.

Expand All @@ -29,25 +29,25 @@ Because only well trusted users should ever be allowed to insert JavaScript dire

You'll have better luck contacting the other if you try me on [Twitter](http://twitter.com/WraithKenny) and [Github](https://github.com/unFocus/Scripts-n-Styles/issues). If that fails, I have an [open thread](http://wordpress.org/support/topic/contacting-scripts-n-styles-author "Contacting Scripts n Styles' author") on the support forums that will trigger an email.

## Installation
## Installation

This plugin does not require any special activation or template tags. Just get it from wordpress.org/extend, install and activate like normal.

## Frequently Asked Questions
## Frequently Asked Questions

### Will I lose all of my custom Styles and Scripts if I uninstall the plugin?
### Will I lose all of my custom Styles and Scripts if I uninstall the plugin?

Yes, absolutely. **YOU WLL LOSE ALL CUSTOMIZATIONS.** Be sure that you do not want these customizations before you uninstall.

### Why would you do that to me?
### Why would you do that to me?

Well, because plugins are supposed to, and should be expected to clean up after themselves. If you disable and uninstall the plugin, as a developer, I am supposed to assume that you no longer want me to store all of that now useless data in your database.

### Can I get around that somehow?
### Can I get around that somehow?

Sure, if you are an Admin, just go to the plugin editor and wipe out the uninstall.php and then WordPress will not delete the meta data on uninstall.

## Screenshots
## Screenshots

1. Settings Page for Writing Scripts n Styles that apply to the whole blog.
2. The Scripts panel of the Meta Box.
Expand All @@ -56,15 +56,15 @@ Sure, if you are an Admin, just go to the plugin editor and wipe out the uninsta
5. Enqueue panel. You can enqueue jQuery from here if you need!
6. Your styles are reflected in the Editor.

## Changelog
## Changelog

### 3.3
### 3.3
* See the github repo commits

### 3.2.1
### 3.2.1
* metabox add shortcode bugfix

### 3.2
### 3.2
* Add AJAX to Shortcode Tab
* Add "Chosen" for selects
* General UI Improvements
Expand All @@ -75,39 +75,39 @@ Sure, if you are an Admin, just go to the plugin editor and wipe out the uninsta
* Add (fix) code editor themes
* Theme Support (Beta Feature)

### 3.1.1
### 3.1.1
* Add (fix) CodeMirror Themes

### 3.1
### 3.1
* Feature: Dynamic Shortcodes.
* Feature: LESS.js support.
* Bug Fix: Proper output escaping.

### 3.0.3
### 3.0.3
* Bug Fix: wpautop formatting.

### 3.0.2
### 3.0.2
* Bug Fix: Fatal Error on post save

### 3.0.1
### 3.0.1
* Option to show Metabox by default
* Check upgrade in more places
* Fix double Settings Message on general-options
* Fix empty post showing on usage
* Cleaned up constants (internal)

### 3
### 3
* AJAX Saving of Meta-box
* Dynamically populate the Styles Dropdown for TinyMCE
* Styles preview in Post Editor
* Enqueue dependant scripts if you need (like jQuery)
* Adjustable menu placement
* CodeMirror Themes

### 2.0.3
### 2.0.3
* fixed some bugs

### 2.0.1
### 2.0.1
* Better selection of `post_types` to add Scripts-n-Styles
* micro-optimization for storage of class names.
* Adds option page for globally adding Scripts and Styles.
Expand All @@ -118,59 +118,59 @@ Sure, if you are an Admin, just go to the plugin editor and wipe out the uninsta
* added CodeMirror
* began contextual help

### 1.0.2
### 1.0.2
* Added fields for `body_clas`s and `post_class`
* Merged meta boxes
* Cleaned up code
* Improved compatibility
* Added Screenshot

### 1.0.1
### 1.0.1
* Some small plugin meta data updates.

### 1.0
### 1.0
* Initial Release.

## Upgrade Notice
## Upgrade Notice

### 3.3
### 3.3
Bug fixes and lib upgrades

### 3.2.1
### 3.2.1
Bug fix (add shortcode)

### 3.2
### 3.2
New Major Features

### 3.1.1
### 3.1.1
Add (fix) CodeMirror Themes

### 3.1
### 3.1
New Features and Bug fixes

### 3.0.3
### 3.0.3
Bug fix (wpauto issue)

### 3.0.2
### 3.0.2
Bug fix

### 3.0.1
### 3.0.1
Bug fixes

### 3
### 3
Adds new features.

### 2
### 2
Adds new features.

### 1.0.3
### 1.0.3
Adds a few new features.

### 1.0.2
### 1.0.2
Minor update. Adds a few new features.

### 1.0.1
### 1.0.1
Some small plugin meta data updates.

### 1.0
### 1.0
Initial Release, there is nothing to upgrade from.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: WraithKenny, CaptainN
Tags: admin, CSS, javascript, code, custom, Style
Requires at least: 4.2.2
Tested up to: 4.2.2
Tested up to: 4.7
Stable tag: 3.3.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down
4 changes: 2 additions & 2 deletions scripts-n-styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: Allows WordPress admin users the ability to add custom CSS and JavaScript directly to individual Post, Pages or custom post types.
Author: unFocus Projects
Author URI: http://www.unfocus.com/
Version: 3.3
Version: 3.3.1
License: GPLv3 or later
Text Domain: scripts-n-styles
*/
Expand Down Expand Up @@ -50,7 +50,7 @@
* @link http://www.unfocus.com/projects/scripts-n-styles/ Plugin URI
* @author unFocus Projects
* @link http://www.unfocus.com/ Author URI
* @version 3.3
* @version 3.3.1
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @copyright Copyright (c) 2010 - 2013, Kenneth Newman
* @copyright Copyright (c) 2012, Kevin Newman
Expand Down

0 comments on commit b6c5e39

Please sign in to comment.