Custom CSS and Javascript - Version 2.0.2

Version Description

Download this release

Release Info

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

Code changes from version 2.0.1 to 2.0.2

Files changed (3) hide show
  1. images/hm-logo.png +0 -0
  2. plugin-credit.php +2 -1
  3. readme.txt +4 -1
images/hm-logo.png DELETED
Binary file
plugin-credit.php CHANGED
@@ -1,5 +1,5 @@
1
  <div style="background-color: #ff6600; max-width: 500px; text-align: center; padding: 20px; color: #fff;">
2
- <a href="http://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;">
@@ -7,6 +7,7 @@
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
  <div class="fb-page" data-href="http://facebook.com/potentplugins" data-width="250" data-height="70" data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="http://facebook.com/potentplugins"><a href="http://facebook.com/potentplugins">Potent Plugins</a></blockquote></div></div>
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;">
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
  <div class="fb-page" data-href="http://facebook.com/potentplugins" data-width="250" data-height="70" data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="http://facebook.com/potentplugins"><a href="http://facebook.com/potentplugins">Potent Plugins</a></blockquote></div></div>
readme.txt CHANGED
@@ -1,9 +1,10 @@
1
  === Custom CSS and Javascript ===
2
  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.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -21,6 +22,8 @@ Features:
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
  == Installation ==
25
 
26
  1. Click "Plugins" > "Add New" in the WordPress admin menu.
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: 4.5
7
+ Stable tag: 2.0.2
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
+ 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).
26
+
27
  == Installation ==
28
 
29
  1. Click "Plugins" > "Add New" in the WordPress admin menu.