Version Description
Download this release
Release Info
Developer | hearken |
Plugin | Custom CSS and Javascript |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.0.1
- custom-css-and-javascript.php +3 -3
- readme.txt +1 -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: 1.0
|
6 |
* Author: Hearken Media
|
7 |
* Author URI: http://hearkenmedia.com/landing-wp-plugin.php?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-widget-link
|
8 |
* License: GNU General Public License version 2 or later
|
@@ -122,9 +122,9 @@ function hm_custom_css_js_page($mode) {
|
|
122 |
<div style="background-color: #fff; border: 1px solid #ccc; padding: 20px; display: inline-block; margin-top: 30px;">
|
123 |
<h3 style="margin: 0;">Plugin by:</h3>
|
124 |
<a href="http://hearkenmedia.com/landing-wp-plugin.php?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-widget-link" target="_blank"><img src="'.plugins_url('images/hm-logo.png', __FILE__).'" alt="Hearken Media" style="width: 250px;" /></a><br />
|
125 |
-
|
126 |
If you find this plugin useful, please write a brief review!
|
127 |
-
</strong></a
|
128 |
</div>
|
129 |
</div>
|
130 |
');
|
2 |
/**
|
3 |
* Plugin Name: Custom CSS and Javascript
|
4 |
* Description: Easily add custom CSS and Javascript code to your WordPress site.
|
5 |
+
* Version: 1.0.1
|
6 |
* Author: Hearken Media
|
7 |
* Author URI: http://hearkenmedia.com/landing-wp-plugin.php?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-widget-link
|
8 |
* License: GNU General Public License version 2 or later
|
122 |
<div style="background-color: #fff; border: 1px solid #ccc; padding: 20px; display: inline-block; margin-top: 30px;">
|
123 |
<h3 style="margin: 0;">Plugin by:</h3>
|
124 |
<a href="http://hearkenmedia.com/landing-wp-plugin.php?utm_source=custom-css-and-javascript&utm_medium=link&utm_campaign=wp-widget-link" target="_blank"><img src="'.plugins_url('images/hm-logo.png', __FILE__).'" alt="Hearken Media" style="width: 250px;" /></a><br />
|
125 |
+
<a href="https://wordpress.org/support/view/plugin-reviews/custom-css-and-javascript" target="_blank"><strong>
|
126 |
If you find this plugin useful, please write a brief review!
|
127 |
+
</strong></a>
|
128 |
</div>
|
129 |
</div>
|
130 |
');
|
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.4
|
6 |
-
Stable tag: 1.0
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
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.4
|
6 |
+
Stable tag: 1.0.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|