Version Description
- 9/04/2014 =
- Tested for WordPress 4.0
Download this release
Release Info
Developer | themejunkie |
Plugin | TJ Custom CSS |
Version | 0.1.3 |
Comparing to | |
See all releases |
Code changes from version 0.1.2 to 0.1.3
- readme.txt +7 -4
- tj-custom-css.php +1 -1
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Theme Junkie Custom CSS ===
|
2 |
-
Contributors: themejunkie
|
3 |
Tags: custom css, customizer, css, style, theme, child theme
|
4 |
Requires at least: 3.6
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 0.1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -54,7 +54,7 @@ If you want to see the live preview while you adding the custom css code, then y
|
|
54 |
|
55 |
== Frequently Asked Questions ==
|
56 |
|
57 |
-
= Can I use this plugin without
|
58 |
Yes, this plugin was developed to support all themes.
|
59 |
|
60 |
== Screenshots ==
|
@@ -64,6 +64,9 @@ Yes, this plugin was developed to support all themes.
|
|
64 |
|
65 |
== Changelog ==
|
66 |
|
|
|
|
|
|
|
67 |
= 0.1.2 - 8/26/2014 =
|
68 |
* Fixed: `stripslashes` error when using customizer.
|
69 |
|
1 |
=== Theme Junkie Custom CSS ===
|
2 |
+
Contributors: themejunkie
|
3 |
Tags: custom css, customizer, css, style, theme, child theme
|
4 |
Requires at least: 3.6
|
5 |
+
Tested up to: 4.0
|
6 |
+
Stable tag: 0.1.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
54 |
|
55 |
== Frequently Asked Questions ==
|
56 |
|
57 |
+
= Can I use this plugin without being Theme Junkie customer? =
|
58 |
Yes, this plugin was developed to support all themes.
|
59 |
|
60 |
== Screenshots ==
|
64 |
|
65 |
== Changelog ==
|
66 |
|
67 |
+
= 0.1.3 - 9/04/2014 =
|
68 |
+
* Tested for WordPress 4.0
|
69 |
+
|
70 |
= 0.1.2 - 8/26/2014 =
|
71 |
* Fixed: `stripslashes` error when using customizer.
|
72 |
|
tj-custom-css.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Theme Junkie Custom CSS
|
4 |
* Plugin URI: http://www.theme-junkie.com/
|
5 |
* Description: Easily to add custom css code to your site.
|
6 |
-
* Version: 0.1.
|
7 |
* Author: Theme Junkie
|
8 |
* Author URI: http://www.theme-junkie.com/
|
9 |
* Author Email: satrya@theme-junkie.com
|
3 |
* Plugin Name: Theme Junkie Custom CSS
|
4 |
* Plugin URI: http://www.theme-junkie.com/
|
5 |
* Description: Easily to add custom css code to your site.
|
6 |
+
* Version: 0.1.3
|
7 |
* Author: Theme Junkie
|
8 |
* Author URI: http://www.theme-junkie.com/
|
9 |
* Author Email: satrya@theme-junkie.com
|