Child Theme Configurator - Version 2.5.8

Version Description

  • Fixed some stylesheet issues
Download this release

Release Info

Developer lilaeamedia
Plugin Icon 128x128 Child Theme Configurator
Version 2.5.8
Comparing to
See all releases

Code changes from version 2.5.6 to 2.5.8

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.6
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.8
10
  Author: Lilaea Media
11
  Author URI: http://www.lilaeamedia.com
12
  Text Domain: child-theme-configurator
css/chldthmcfg.css CHANGED
@@ -160,6 +160,7 @@ a.ctc-recent-tab {
160
  display: block;
161
  margin-right: 8px;
162
  margin-bottom: 2em;
 
163
  }
164
  .ctc-step-letter {
165
  color: #fff;
160
  display: block;
161
  margin-right: 8px;
162
  margin-bottom: 2em;
163
+ box-sizing: border-box;
164
  }
165
  .ctc-step-letter {
166
  color: #fff;
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.6
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.6';
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.8
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.8';
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.6' );
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.8' );
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/debug-toggle.php CHANGED
@@ -2,8 +2,8 @@
2
  // Exit if accessed directly
3
  if ( !defined( 'ABSPATH' ) ) exit;
4
  ?>
5
- <label for="ctc_is_debug" style="font-size:9px;float:right">
6
  <input class="ctc_checkbox" id="ctc_is_debug" name="ctc_is_debug" type="checkbox"
7
  value="1" <?php echo checked( $this->ctc()->is_debug, 1 ); ?> autocomplete="off" />
8
  <?php _e( 'Debug', 'child-theme-configurator' ); ?>
9
- </label>
2
  // Exit if accessed directly
3
  if ( !defined( 'ABSPATH' ) ) exit;
4
  ?>
5
+ <!-- label for="ctc_is_debug" style="font-size:9px;float:right">
6
  <input class="ctc_checkbox" id="ctc_is_debug" name="ctc_is_debug" type="checkbox"
7
  value="1" <?php echo checked( $this->ctc()->is_debug, 1 ); ?> autocomplete="off" />
8
  <?php _e( 'Debug', 'child-theme-configurator' ); ?>
9
+ </label -->
includes/forms/related.php CHANGED
@@ -3,10 +3,10 @@
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"
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:1rem;max-width:320px;line-height:1.2;padding:.5em;background:papayawhip;margin-top:-4px;border-radius:1rem">
7
  <strong><?php _e( 'Help us help you!', 'child-theme-configurator' ); ?></strong>
8
+ <?php printf( __( 'If you find this plugin useful, please support us by %supgrading%s or %sclick here to donate as little as $1.%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"><strong>', '</strong></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"
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: child, theme, child theme, child themes, custom styles, customize styles, customize theme, css, responsive, css editor, child theme editor, child theme generator, child theme creator, style, stylesheet, customizer, childtheme, childthemes
5
  Requires at least: 4.0
6
  Requires PHP: 5.6.36
7
- Tested up to: 5.5
8
- Stable tag: 2.5.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -299,6 +299,10 @@ https://www.youtube.com/watch?v=iBiiAgsK4G4
299
  7. Files tab
300
 
301
  == Changelog ==
 
 
 
 
302
  = 2.5.6 =
303
  * WP 5.5 update removed commonL10n - causing scripts to break - replaced with CTC getxt value.
304
  = 2.5.5 =
4
  Tags: child, theme, child theme, child themes, custom styles, customize styles, customize theme, css, responsive, css editor, child theme editor, child theme generator, child theme creator, style, stylesheet, customizer, childtheme, childthemes
5
  Requires at least: 4.0
6
  Requires PHP: 5.6.36
7
+ Tested up to: 5.7
8
+ Stable tag: 2.5.8
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.8 =
303
+ * Fixed some stylesheet issues
304
+ = 2.5.7 =
305
+ * Updated for WP 5.6
306
  = 2.5.6 =
307
  * WP 5.5 update removed commonL10n - causing scripts to break - replaced with CTC getxt value.
308
  = 2.5.5 =