Version Description
- Fixes to stylesheet. Updates to help tabs.
Download this release
Release Info
Developer | lilaeamedia |
Plugin | Child Theme Configurator |
Version | 2.5.3 |
Comparing to | |
See all releases |
Code changes from version 2.5.2 to 2.5.3
- child-theme-configurator.php +1 -1
- css/chldthmcfg.css +4 -6
- includes/classes/CSS.php +2 -2
- includes/classes/Core.php +1 -1
- includes/forms/related.php +7 -2
- includes/help/en_US.php +4 -5
- js/chldthmcfg.js +1 -1
- readme.txt +3 -1
child-theme-configurator.php
CHANGED
@@ -6,7 +6,7 @@ if ( !defined( 'ABSPATH' ) ) exit;
|
|
6 |
Plugin Name: Child Theme Configurator
|
7 |
Plugin URI: http://www.childthemeconfigurator.com
|
8 |
Description: When using the Customizer is not enough - Create child themes and customize styles, templates, functions and more.
|
9 |
-
Version: 2.5.
|
10 |
Author: Lilaea Media
|
11 |
Author URI: http://www.lilaeamedia.com
|
12 |
Text Domain: child-theme-configurator
|
6 |
Plugin Name: Child Theme Configurator
|
7 |
Plugin URI: http://www.childthemeconfigurator.com
|
8 |
Description: When using the Customizer is not enough - Create child themes and customize styles, templates, functions and more.
|
9 |
+
Version: 2.5.3
|
10 |
Author: Lilaea Media
|
11 |
Author URI: http://www.lilaeamedia.com
|
12 |
Text Domain: child-theme-configurator
|
css/chldthmcfg.css
CHANGED
@@ -49,8 +49,6 @@ p {
|
|
49 |
padding: 6px 8px;
|
50 |
font-weight: 700;
|
51 |
line-height: 1.2;
|
52 |
-
height:32px;
|
53 |
-
max-width:75px;
|
54 |
white-space:normal;
|
55 |
word-wrap: break-word;
|
56 |
text-align:center;
|
@@ -153,10 +151,10 @@ a.ctc-recent-tab {
|
|
153 |
}
|
154 |
.ctc-step-number {
|
155 |
color: #fff;
|
156 |
-
font-size:
|
157 |
-
width:
|
158 |
-
height:
|
159 |
-
line-height: 1
|
160 |
padding: 8px;
|
161 |
float: left;
|
162 |
display: block;
|
49 |
padding: 6px 8px;
|
50 |
font-weight: 700;
|
51 |
line-height: 1.2;
|
|
|
|
|
52 |
white-space:normal;
|
53 |
word-wrap: break-word;
|
54 |
text-align:center;
|
151 |
}
|
152 |
.ctc-step-number {
|
153 |
color: #fff;
|
154 |
+
font-size: 1rem;
|
155 |
+
width: 2rem;
|
156 |
+
height: 2rem;
|
157 |
+
line-height: 1;
|
158 |
padding: 8px;
|
159 |
float: left;
|
160 |
display: block;
|
includes/classes/CSS.php
CHANGED
@@ -6,7 +6,7 @@ if ( !defined( 'ABSPATH' ) ) exit;
|
|
6 |
Class: ChildThemeConfiguratorCSS
|
7 |
Plugin URI: http://www.childthemeconfigurator.com/
|
8 |
Description: Handles all CSS input, output, parsing, normalization and storage
|
9 |
-
Version: 2.5.
|
10 |
Author: Lilaea Media
|
11 |
Author URI: http://www.lilaeamedia.com/
|
12 |
Text Domain: chld_thm_cfg
|
@@ -172,7 +172,7 @@ class ChildThemeConfiguratorCSS {
|
|
172 |
$this->ignoreparnt = 0;
|
173 |
$this->qpriority = 10;
|
174 |
$this->mpriority = 10;
|
175 |
-
$this->version = '2.5.
|
176 |
|
177 |
// do not set enqueue, not being set is used to flag old versions
|
178 |
|
6 |
Class: ChildThemeConfiguratorCSS
|
7 |
Plugin URI: http://www.childthemeconfigurator.com/
|
8 |
Description: Handles all CSS input, output, parsing, normalization and storage
|
9 |
+
Version: 2.5.3
|
10 |
Author: Lilaea Media
|
11 |
Author URI: http://www.lilaeamedia.com/
|
12 |
Text Domain: chld_thm_cfg
|
172 |
$this->ignoreparnt = 0;
|
173 |
$this->qpriority = 10;
|
174 |
$this->mpriority = 10;
|
175 |
+
$this->version = '2.5.3';
|
176 |
|
177 |
// do not set enqueue, not being set is used to flag old versions
|
178 |
|
includes/classes/Core.php
CHANGED
@@ -14,7 +14,7 @@ if ( !defined( 'ABSPATH' ) ) exit;
|
|
14 |
define( 'LILAEAMEDIA_URL', "http://www.lilaeamedia.com" );
|
15 |
defined( 'CHLD_THM_CFG_DOCS_URL' ) or
|
16 |
define( 'CHLD_THM_CFG_DOCS_URL', "http://www.childthemeconfigurator.com" );
|
17 |
-
define( 'CHLD_THM_CFG_VERSION', '2.5.
|
18 |
define( 'CHLD_THM_CFG_PREV_VERSION', '1.7.9.1' );
|
19 |
define( 'CHLD_THM_CFG_MIN_WP_VERSION', '3.7' );
|
20 |
define( 'CHLD_THM_CFG_PRO_MIN_VERSION', '2.2.0' );
|
14 |
define( 'LILAEAMEDIA_URL', "http://www.lilaeamedia.com" );
|
15 |
defined( 'CHLD_THM_CFG_DOCS_URL' ) or
|
16 |
define( 'CHLD_THM_CFG_DOCS_URL', "http://www.childthemeconfigurator.com" );
|
17 |
+
define( 'CHLD_THM_CFG_VERSION', '2.5.3' );
|
18 |
define( 'CHLD_THM_CFG_PREV_VERSION', '1.7.9.1' );
|
19 |
define( 'CHLD_THM_CFG_MIN_WP_VERSION', '3.7' );
|
20 |
define( 'CHLD_THM_CFG_PRO_MIN_VERSION', '2.2.0' );
|
includes/forms/related.php
CHANGED
@@ -3,9 +3,14 @@
|
|
3 |
<span style="color:#F1823B">
|
4 |
<?php _e( 'Click help', 'child-theme-configurator' ); ?>
|
5 |
</span></strong> <i class="dashicons dashicons-arrow-right-alt" style="color:#F1823B"></i></span>
|
6 |
-
<
|
|
|
|
|
|
|
|
|
7 |
title="<?php _e( 'Hook Highlighter - See It In Action', 'child-theme-configurator' ); ?>"
|
8 |
style="float:right"><img src="<?php echo CHLD_THM_CFG_URL; ?>css/hook-highlighter-button.jpg"
|
9 |
height="54" width="240" style="margin-top:-10px"
|
10 |
alt="<?php _e( 'Hook Highlighter - See Below The Surface', 'child-theme-configurator' ); ?>" />
|
11 |
-
</a
|
|
3 |
<span style="color:#F1823B">
|
4 |
<?php _e( 'Click help', 'child-theme-configurator' ); ?>
|
5 |
</span></strong> <i class="dashicons dashicons-arrow-right-alt" style="color:#F1823B"></i></span>
|
6 |
+
<div style="float:right;font-size:12px;max-width:320px;line-height:1.2;padding:.5em;background:lightyellow;margin-top:-4px">
|
7 |
+
<strong><?php _e( 'Help us help you!', 'child-theme-configurator' ); ?></strong>
|
8 |
+
<?php printf( __( 'If you find this plugin useful, please support development by %supgrading%s or %sdonating.%s', 'child-theme-configurator' ),
|
9 |
+
'<a href="https://www.lilaeamedia.com/product/child-theme-configurator-pro/" target="_blank" rel="noreferrer noopener">', '</a>', '<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8QE5YJ8WE96AJ" target="_blank" rel="noreferrer noopener">', '</a>' ); ?>
|
10 |
+
<!-- a href="<?php echo LILAEAMEDIA_URL; ?>/product/hook-highlighter/" target="_blank"
|
11 |
title="<?php _e( 'Hook Highlighter - See It In Action', 'child-theme-configurator' ); ?>"
|
12 |
style="float:right"><img src="<?php echo CHLD_THM_CFG_URL; ?>css/hook-highlighter-button.jpg"
|
13 |
height="54" width="240" style="margin-top:-10px"
|
14 |
alt="<?php _e( 'Hook Highlighter - See Below The Surface', 'child-theme-configurator' ); ?>" />
|
15 |
+
</a -->
|
16 |
+
</div>
|
includes/help/en_US.php
CHANGED
@@ -215,11 +215,10 @@ The plugin only loads the bulk of the code in the admin when you are using the t
|
|
215 |
</ul>
|
216 |
<!-- END tab -->
|
217 |
<!-- BEGIN sidebar -->
|
218 |
-
<h4>
|
219 |
-
<p style="font-size:smaller"
|
220 |
-
<
|
221 |
-
<
|
222 |
-
<a href="<?php echo CHLD_THM_CFG_DOCS_URL; ?>/child-theme-configurator-pro/" title="Learn more about CTC Pro"><img src="<?php echo CHLD_THM_CFG_URL . 'css/pro-banner.jpg'; ?>" width="150" height="48" /></a>
|
223 |
<p style="font-size:smaller">Designed by WordPress developers who use it every day, CTC Pro adds plugin stylesheets and other features to make design work quicker and easier. This is a free upgrade for users that purchased the Plugins Extension. <a href="<?php echo CHLD_THM_CFG_DOCS_URL; ?>/child-theme-configurator-pro/" title="Child Theme Configurator Pro">Learn more</a></p>
|
224 |
<h4 id="ctc_help_sidebar">Links</h4>
|
225 |
<ul>
|
215 |
</ul>
|
216 |
<!-- END tab -->
|
217 |
<!-- BEGIN sidebar -->
|
218 |
+
<h4>We LOVE referrals!</h4><a href="http://wordpress.org/support/view/plugin-reviews/child-theme-configurator?rate=5#postform">Give Us 5 Stars</a>
|
219 |
+
<p style="font-size:smaller">If you would like to support the production of useful tutorials and continued improvement of our software, please consider <a target="blank" rel="noreferrer noopener" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8QE5YJ8WE96AJ">making a donation</a>.</p>
|
220 |
+
<h4>Upgrade to CTC Pro</h4>
|
221 |
+
<a href="https://www.lilaeamedia.com/product/child-theme-configurator-pro/" title="Learn more about CTC Pro"><img src="<?php echo CHLD_THM_CFG_URL . 'css/pro-banner.jpg'; ?>" width="150" height="48" /></a>
|
|
|
222 |
<p style="font-size:smaller">Designed by WordPress developers who use it every day, CTC Pro adds plugin stylesheets and other features to make design work quicker and easier. This is a free upgrade for users that purchased the Plugins Extension. <a href="<?php echo CHLD_THM_CFG_DOCS_URL; ?>/child-theme-configurator-pro/" title="Child Theme Configurator Pro">Learn more</a></p>
|
223 |
<h4 id="ctc_help_sidebar">Links</h4>
|
224 |
<ul>
|
js/chldthmcfg.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
* Script: chldthmcfg.js
|
3 |
* Plugin URI: http://www.childthemeconfigurator.com/
|
4 |
* Description: Handles jQuery, AJAX and other UI
|
5 |
-
* Version: 2.5.
|
6 |
* Author: Lilaea Media
|
7 |
* Author URI: http://www.lilaeamedia.com/
|
8 |
* License: GPLv2
|
2 |
* Script: chldthmcfg.js
|
3 |
* Plugin URI: http://www.childthemeconfigurator.com/
|
4 |
* Description: Handles jQuery, AJAX and other UI
|
5 |
+
* Version: 2.5.3
|
6 |
* Author: Lilaea Media
|
7 |
* Author URI: http://www.lilaeamedia.com/
|
8 |
* License: GPLv2
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: child, theme, child theme, child themes, custom styles, customize styles,
|
|
5 |
Requires at least: 4.0
|
6 |
Requires PHP: 5.6.36
|
7 |
Tested up to: 5.4
|
8 |
-
Stable tag: 2.5.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -299,6 +299,8 @@ https://www.youtube.com/watch?v=iBiiAgsK4G4
|
|
299 |
7. Files tab
|
300 |
|
301 |
== Changelog ==
|
|
|
|
|
302 |
= 2.5.2 =
|
303 |
* Logic to prevent malformed style properties
|
304 |
* Minor cosmetic changes
|
5 |
Requires at least: 4.0
|
6 |
Requires PHP: 5.6.36
|
7 |
Tested up to: 5.4
|
8 |
+
Stable tag: 2.5.3
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
299 |
7. Files tab
|
300 |
|
301 |
== Changelog ==
|
302 |
+
= 2.5.3 =
|
303 |
+
* Fixes to stylesheet. Updates to help tabs.
|
304 |
= 2.5.2 =
|
305 |
* Logic to prevent malformed style properties
|
306 |
* Minor cosmetic changes
|