Custom CSS and Javascript - Version 2.0.12

Version Description

  • Updated links, author, changed branding to AGS,
  • Updated tested up to,
  • Removed donation links,
  • Added aspengrovestudios as contributor
Download this release

Release Info

Developer aspengrovestudios
Plugin Icon 128x128 Custom CSS and Javascript
Version 2.0.12
Comparing to
See all releases

Code changes from version 2.0.11 to 2.0.12

css/custom-css-and-javascript.css CHANGED
@@ -1,6 +1,6 @@
1
  /**
2
- * Author: Potent Plugins
3
- * Author URI: http://potentplugins.com/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-plugin-author-uri
4
  * License: GNU General Public License version 3 or later
5
  * License URI: https://www.gnu.org/licenses/gpl-3.0.html
6
  */
1
  /**
2
+ * Author: Aspen Grove Studios
3
+ * Author URI: http://aspengrovestudios.com/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-plugin-author-uri
4
  * License: GNU General Public License version 3 or later
5
  * License URI: https://www.gnu.org/licenses/gpl-3.0.html
6
  */
custom-css-and-javascript.php CHANGED
@@ -3,15 +3,15 @@
3
  * Plugin Name: Custom CSS and JavaScript
4
  * Description: Easily add custom CSS and JavaScript code to your WordPress site.
5
  * Version: 2.0.11
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 3 or later
9
  * License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
  */
11
 
12
  /*
13
  Custom CSS and JavaScript plugin
14
- Copyright (C) 2020 Aspen Grove Studios
15
 
16
  This program is free software: you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License as published by
@@ -314,7 +314,7 @@ function hm_custom_css_js_page($mode) {
314
  <div id="hm_custom_code_editor" style="margin-top: 15px;">
315
  <div style="width: 200px; height: 100%; overflow: auto; float: right; padding: 0 20px;">
316
  <div id="pp_custom_css_js_dev_info">
317
- <a href="https://potentplugins.com/downloads/custom-css-javascript-developer-edition/?utm_source=custom-css-and-javascript&amp;utm_medium=link&amp;utm_campaign=wp-plugin-upgrade-link" target="_blank"><strong>Custom CSS and JavaScript<br />Developer Edition</strong></a>
318
  <ul>
319
  <li>Divide your CSS and JavaScript into multiple virtual files</li>
320
  <li>Supports <strong>Sassy CSS (SCSS)</strong>!</li>
@@ -322,7 +322,7 @@ function hm_custom_css_js_page($mode) {
322
  <li>Upload and download CSS and JS files</li>
323
  <li>No developer logo or review/donate links on the editor page</li>
324
  </ul>
325
- <a href="https://potentplugins.com/downloads/custom-css-javascript-developer-edition/?utm_source=custom-css-and-javascript&amp;utm_medium=link&amp;utm_campaign=wp-plugin-upgrade-link" target="_blank">Learn More &gt;</a>
326
  </div>
327
  <h4 style="margin: 0; margin-bottom: 5px;">Revisions:</h4>
328
  <button class="button-secondary hm-custom-css-js-delete-revisions-btn">Delete All</button>
@@ -367,7 +367,7 @@ function hm_custom_css_js_rd_notice() {
367
  $slug = 'custom-css-and-javascript';
368
  echo('
369
  <div id="'.$pre.'_rd_notice" class="updated notice is-dismissible"><p>Does the <strong>Custom CSS and JavaScript</strong> plugin make your life easier?
370
- Please support our free plugin by <a href="https://wordpress.org/support/view/plugin-reviews/'.$slug.'" target="_blank">writing a review</a> and/or <a href="https://potentplugins.com/donate/?utm_source='.$slug.'&amp;utm_medium=link&amp;utm_campaign=wp-plugin-notice-donate-link" target="_blank">making a donation</a>!
371
  Thanks!</p></div>
372
  <script>jQuery(document).ready(function($){$(\'#'.$pre.'_rd_notice\').on(\'click\', \'.notice-dismiss\', function(){jQuery.post(ajaxurl, {action:\'hm_custom_css_js_rd_notice_hide\'})});});</script>
373
  ');
3
  * Plugin Name: Custom CSS and JavaScript
4
  * Description: Easily add custom CSS and JavaScript code to your WordPress site.
5
  * Version: 2.0.11
6
+ * Author: Aspen Grove Studios
7
+ * Author URI: https://aspengrovestudios.com/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-plugin-author-uri
8
  * License: GNU General Public License version 3 or later
9
  * License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
  */
11
 
12
  /*
13
  Custom CSS and JavaScript plugin
14
+ Copyright (C) 2021 Aspen Grove Studios
15
 
16
  This program is free software: you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License as published by
314
  <div id="hm_custom_code_editor" style="margin-top: 15px;">
315
  <div style="width: 200px; height: 100%; overflow: auto; float: right; padding: 0 20px;">
316
  <div id="pp_custom_css_js_dev_info">
317
+ <a href="https://aspengrovestudios.com/product/custom-css-and-javascript-developer-edition/?utm_source=custom-css-and-javascript&amp;utm_medium=link&amp;utm_campaign=wp-plugin-upgrade-link" target="_blank"><strong>Custom CSS and JavaScript<br />Developer Edition</strong></a>
318
  <ul>
319
  <li>Divide your CSS and JavaScript into multiple virtual files</li>
320
  <li>Supports <strong>Sassy CSS (SCSS)</strong>!</li>
322
  <li>Upload and download CSS and JS files</li>
323
  <li>No developer logo or review/donate links on the editor page</li>
324
  </ul>
325
+ <a href="https://aspengrovestudios.com/product/custom-css-and-javascript-developer-edition/?utm_source=custom-css-and-javascript&amp;utm_medium=link&amp;utm_campaign=wp-plugin-upgrade-link" target="_blank">Learn More &gt;</a>
326
  </div>
327
  <h4 style="margin: 0; margin-bottom: 5px;">Revisions:</h4>
328
  <button class="button-secondary hm-custom-css-js-delete-revisions-btn">Delete All</button>
367
  $slug = 'custom-css-and-javascript';
368
  echo('
369
  <div id="'.$pre.'_rd_notice" class="updated notice is-dismissible"><p>Does the <strong>Custom CSS and JavaScript</strong> plugin make your life easier?
370
+ Please support our free plugin by <a href="https://wordpress.org/support/view/plugin-reviews/'.$slug.'" target="_blank">writing a review</a>
371
  Thanks!</p></div>
372
  <script>jQuery(document).ready(function($){$(\'#'.$pre.'_rd_notice\').on(\'click\', \'.notice-dismiss\', function(){jQuery.post(ajaxurl, {action:\'hm_custom_css_js_rd_notice_hide\'})});});</script>
373
  ');
images/ags-logo.png ADDED
Binary file
images/potent-logo.png DELETED
Binary file
js/custom-css-and-javascript.js CHANGED
@@ -1,6 +1,6 @@
1
  /**
2
- * Author: Potent Plugins
3
- * Author URI: http://potentplugins.com/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-plugin-author-uri
4
  * License: GNU General Public License version 3 or later
5
  * License URI: https://www.gnu.org/licenses/gpl-3.0.html
6
  */
1
  /**
2
+ * Author: Aspen Grove Studios
3
+ * Author URI: http://aspengrovestudios.com/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-plugin-author-uri
4
  * License: GNU General Public License version 3 or later
5
  * License URI: https://www.gnu.org/licenses/gpl-3.0.html
6
  */
plugin-credit.php CHANGED
@@ -1,16 +1,15 @@
1
- <div style="background-color: #ff6600; max-width: 500px; text-align: center; padding: 20px; color: #fff;">
2
- <a href="https://potentplugins.com/?utm_source=<?php echo($potent_slug); ?>&amp;utm_medium=link&amp;utm_campaign=wp-plugin-credit-link" target="_blank">
3
- <img src="<?php echo(plugins_url('images/potent-logo.png', __FILE__)); ?>" alt="Potent Plugins" style="max-width: 100%;" />
4
  </a>
5
  <div style="margin-bottom: 10px; font-size: 1.2em;">
6
  <strong>If you like our free plugin, please:</strong>
7
  </div>
8
  <div style="margin-bottom: 10px;">
9
  <a href="https://wordpress.org/support/view/plugin-reviews/<?php echo($potent_slug); ?>" target="_blank" class="button-secondary">Write a Review</a>
10
- <a href="https://potentplugins.com/donate/?utm_source=<?php echo($potent_slug); ?>&amp;utm_medium=link&amp;utm_campaign=wp-plugin-credit-donate-link" target="_blank" class="button-secondary">Make a Donation</a>
11
  </div>
12
  <div style="margin-bottom: 10px;">
13
- <a href="https://www.facebook.com/potentplugins" target="_blank" class="button-secondary">Like us on Facebook</a>
14
- <a href="https://twitter.com/potentplugins" target="_blank" class="button-secondary">Follow us on Twitter</a>
15
  </div>
16
  </div>
1
+ <div style="background-color: #adb67e; max-width: 500px; text-align: center; padding: 20px; color: #fff;">
2
+ <a href="https://aspengrovestudios.com/?utm_source=<?php echo($potent_slug); ?>&amp;utm_medium=link&amp;utm_campaign=wp-plugin-credit-link" target="_blank">
3
+ <img src="<?php echo(plugins_url('images/ags-logo.png', __FILE__)); ?>" alt="Aspen Grove Studios" style="max-width: 100%; margin-bottom: 20px;" />
4
  </a>
5
  <div style="margin-bottom: 10px; font-size: 1.2em;">
6
  <strong>If you like our free plugin, please:</strong>
7
  </div>
8
  <div style="margin-bottom: 10px;">
9
  <a href="https://wordpress.org/support/view/plugin-reviews/<?php echo($potent_slug); ?>" target="_blank" class="button-secondary">Write a Review</a>
 
10
  </div>
11
  <div style="margin-bottom: 10px;">
12
+ <a href="https://www.facebook.com/aspengrovestudios" target="_blank" class="button-secondary">Like us on Facebook</a>
13
+ <a href="https://www.youtube.com/channel/UCdlXMjnBCYOTcd4XZ-LbihQ" target="_blank" class="button-secondary">Subscribe our YouTube Channel</a>
14
  </div>
15
  </div>
readme.txt CHANGED
@@ -1,10 +1,9 @@
1
  === Custom CSS and JavaScript ===
2
- 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: 5.3.2
7
- Stable tag: 2.0.11
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -22,7 +21,7 @@ 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
- Now available! [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)!
@@ -30,9 +29,7 @@ Now available! [Custom CSS and JavaScript Developer Edition](https://potentplugi
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 purchase!
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
 
37
  == Installation ==
38
 
@@ -52,6 +49,12 @@ Alternatively, you can manually upload the plugin to your wp-content/plugins dir
52
 
53
  == Changelog ==
54
 
 
 
 
 
 
 
55
  = 2.0.11 =
56
  * Fix: Issue with previous update if the admin JavaScript file was already in the browser cache
57
 
1
  === Custom CSS and JavaScript ===
2
+ Contributors: hearken, aspengrovestudios
 
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: 5.6.2
6
+ Stable tag: 2.0.12
7
  License: GPLv3 or later
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
21
  * Automatically minify your custom CSS and Jasascript code to reduce file size.
22
  * For the public, custom CSS and JavaScript code is served from the filesystem instead of the database for optimal performance.
23
 
24
+ Now available! [Custom CSS and JavaScript Developer Edition](https://aspengrovestudios.com/product/custom-css-and-javascript-developer-edition/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-repo-upgrade-link):
25
 
26
  * 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).
27
  * 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://aspengrovestudios.com/product/custom-css-and-javascript-developer-edition/?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-repo-upgrade-link) to purchase!
 
 
33
 
34
  == Installation ==
35
 
49
 
50
  == Changelog ==
51
 
52
+ = 2.0.12 =
53
+ * Updated links, author, changed branding to AGS,
54
+ * Updated tested up to,
55
+ * Removed donation links,
56
+ * Added aspengrovestudios as contributor
57
+
58
  = 2.0.11 =
59
  * Fix: Issue with previous update if the admin JavaScript file was already in the browser cache
60