Custom CSS and Javascript - Version 2.0.1

Version Description

Download this release

Release Info

Developer hearken
Plugin Icon 128x128 Custom CSS and Javascript
Version 2.0.1
Comparing to
See all releases

Code changes from version 2.0 to 2.0.1

Files changed (2) hide show
  1. custom-css-and-javascript.php +1 -1
  2. readme.txt +2 -1
custom-css-and-javascript.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Custom CSS and Javascript
4
  * Description: Easily add custom CSS and Javascript code to your WordPress site.
5
- * Version: 2.0
6
  * Author: Potent Plugins
7
  * Author URI: http://potentplugins.com/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-plugin-credit-link
8
  * License: GNU General Public License version 2 or later
2
  /**
3
  * Plugin Name: Custom CSS and Javascript
4
  * Description: Easily add custom CSS and Javascript code to your WordPress site.
5
+ * Version: 2.0.1
6
  * Author: Potent Plugins
7
  * Author URI: http://potentplugins.com/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-plugin-credit-link
8
  * License: GNU General Public License version 2 or later
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: hearken
3
  Tags: css, custom css, styles, custom styles, stylesheet, custom stylesheet, javascript, custom javascript, js, custom js
4
  Requires at least: 3.5
5
  Tested up to: 4.5
6
- Stable tag: 2.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -14,6 +14,7 @@ Easily add custom CSS and Javascript code to your WordPress site, with draft pre
14
  This plugin allows you to add custom site-wide CSS styles and Javascript code to your WordPress site. Useful for overriding your theme's styles and adding client-side functionality.
15
 
16
  Features:
 
17
  * Code editor with syntax highlighting and AJAX saving to avoid reloading the editor at each save.
18
  * Save and preview your CSS and Javascript as a draft that is only applied to logged-in users with the necessary permissions until you are ready to publish your changes to the public.
19
  * View and restore past revisions of your CSS and Javascript.
3
  Tags: css, custom css, styles, custom styles, stylesheet, custom stylesheet, javascript, custom javascript, js, custom js
4
  Requires at least: 3.5
5
  Tested up to: 4.5
6
+ Stable tag: 2.0.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
14
  This plugin allows you to add custom site-wide CSS styles and Javascript code to your WordPress site. Useful for overriding your theme's styles and adding client-side functionality.
15
 
16
  Features:
17
+
18
  * Code editor with syntax highlighting and AJAX saving to avoid reloading the editor at each save.
19
  * Save and preview your CSS and Javascript as a draft that is only applied to logged-in users with the necessary permissions until you are ready to publish your changes to the public.
20
  * View and restore past revisions of your CSS and Javascript.