Version Description
Download this release
Release Info
Developer | hearken |
Plugin | Custom CSS and Javascript |
Version | 2.0.7 |
Comparing to | |
See all releases |
Code changes from version 2.0.6 to 2.0.7
- css/custom-css-and-javascript.css +6 -0
- custom-css-and-javascript.php +6 -5
- readme.txt +5 -4
css/custom-css-and-javascript.css
CHANGED
@@ -11,4 +11,10 @@
|
|
11 |
}
|
12 |
#hm_custom_css_js_revisions .active a.view-rev {
|
13 |
font-weight: bold;
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
11 |
}
|
12 |
#hm_custom_css_js_revisions .active a.view-rev {
|
13 |
font-weight: bold;
|
14 |
+
}
|
15 |
+
#pp_custom_css_js_dev_info {
|
16 |
+
background-color: #fff; padding: 10px; margin-bottom: 20px;
|
17 |
+
}
|
18 |
+
#pp_custom_css_js_dev_info li strong {
|
19 |
+
color: #f00000;
|
20 |
}
|
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-author-uri
|
8 |
* License: GNU General Public License version 2 or later
|
@@ -280,15 +280,16 @@ function hm_custom_css_js_page($mode) {
|
|
280 |
<div>
|
281 |
<div id="hm_custom_code_editor" style="margin-top: 15px;">
|
282 |
<div style="width: 200px; height: 100%; overflow: auto; float: right; padding: 0 20px;">
|
283 |
-
<div
|
284 |
-
<a href="
|
285 |
<ul>
|
286 |
<li>Divide your CSS and Javascript into multiple virtual files</li>
|
287 |
-
<li>Supports Sassy CSS (SCSS)</li>
|
|
|
288 |
<li>Upload and download CSS and JS files</li>
|
289 |
<li>No developer logo or review/donate links on the editor page</li>
|
290 |
</ul>
|
291 |
-
<a href="
|
292 |
</div>
|
293 |
<h4 style="margin: 0; margin-bottom: 5px;">Revisions:</h4>
|
294 |
<button class="button-secondary hm-custom-css-js-delete-revisions-btn">Delete All</button>
|
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.7
|
6 |
* Author: Potent Plugins
|
7 |
* Author URI: http://potentplugins.com/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-plugin-author-uri
|
8 |
* License: GNU General Public License version 2 or later
|
280 |
<div>
|
281 |
<div id="hm_custom_code_editor" style="margin-top: 15px;">
|
282 |
<div style="width: 200px; height: 100%; overflow: auto; float: right; padding: 0 20px;">
|
283 |
+
<div id="pp_custom_css_js_dev_info">
|
284 |
+
<a href="https://potentplugins.com/downloads/custom-css-javascript-developer-edition/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-plugin-upgrade-link" target="_blank"><strong>Custom CSS and Javascript<br />Developer Edition</strong></a>
|
285 |
<ul>
|
286 |
<li>Divide your CSS and Javascript into multiple virtual files</li>
|
287 |
+
<li>Supports <strong>Sassy CSS (SCSS)</strong>!</li>
|
288 |
+
<li><strong>Live preview</strong> for CSS!</li>
|
289 |
<li>Upload and download CSS and JS files</li>
|
290 |
<li>No developer logo or review/donate links on the editor page</li>
|
291 |
</ul>
|
292 |
+
<a href="https://potentplugins.com/downloads/custom-css-javascript-developer-edition/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-plugin-upgrade-link" target="_blank">Learn More ></a>
|
293 |
</div>
|
294 |
<h4 style="margin: 0; margin-bottom: 5px;">Revisions:</h4>
|
295 |
<button class="button-secondary hm-custom-css-js-delete-revisions-btn">Delete All</button>
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: hearken
|
|
3 |
Donate link: https://potentplugins.com/donate/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-plugin-readme-donate-link
|
4 |
Tags: css, custom css, styles, custom styles, stylesheet, custom stylesheet, javascript, custom javascript, js, custom js
|
5 |
Requires at least: 3.5
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -22,14 +22,15 @@ Features:
|
|
22 |
* Automatically minify your custom CSS and Jasascript code to reduce file size.
|
23 |
* For the public, custom CSS and Javascript code is served from the filesystem instead of the database for optimal performance.
|
24 |
|
25 |
-
Coming soon! [Custom CSS and Javascript Developer
|
26 |
|
27 |
* Divide your CSS and Javascript into multiple virtual files to keep your code organized (the code is still served as one CSS and one JS file on the front-end for efficiency).
|
28 |
* Supports Sassy CSS (SCSS)!
|
|
|
29 |
* Upload and download CSS and Javascript files, individually or in ZIP files.
|
30 |
* The developer logo and review/donation links are removed from the editor page in the WordPress admin.
|
31 |
|
32 |
-
[Click here](https://potentplugins.com/downloads/custom-css-javascript-
|
33 |
|
34 |
If you like this plugin, please consider [making a donation](https://potentplugins.com/donate/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-plugin-repo-donate-link).
|
35 |
|
3 |
Donate link: https://potentplugins.com/donate/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-plugin-readme-donate-link
|
4 |
Tags: css, custom css, styles, custom styles, stylesheet, custom stylesheet, javascript, custom javascript, js, custom js
|
5 |
Requires at least: 3.5
|
6 |
+
Tested up to: 4.6.1
|
7 |
+
Stable tag: 2.0.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
22 |
* Automatically minify your custom CSS and Jasascript code to reduce file size.
|
23 |
* For the public, custom CSS and Javascript code is served from the filesystem instead of the database for optimal performance.
|
24 |
|
25 |
+
Coming soon! [Custom CSS and Javascript Developer Edition](https://potentplugins.com/downloads/custom-css-javascript-developer-edition/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-repo-upgrade-link):
|
26 |
|
27 |
* Divide your CSS and Javascript into multiple virtual files to keep your code organized (the code is still served as one CSS and one JS file on the front-end for efficiency).
|
28 |
* Supports Sassy CSS (SCSS)!
|
29 |
+
* Live preview for CSS!
|
30 |
* Upload and download CSS and Javascript files, individually or in ZIP files.
|
31 |
* The developer logo and review/donation links are removed from the editor page in the WordPress admin.
|
32 |
|
33 |
+
[Click here](https://potentplugins.com/downloads/custom-css-javascript-developer-edition/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-repo-upgrade-link) to sign up for a launch notification and receive 25% off your first year's subscription!
|
34 |
|
35 |
If you like this plugin, please consider [making a donation](https://potentplugins.com/donate/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-plugin-repo-donate-link).
|
36 |
|