Version Description
- Fixed a serious regression bug created by version 2.4.2.
Download this release
Release Info
Developer | lilaeamedia |
Plugin | Child Theme Configurator |
Version | 2.4.3 |
Comparing to | |
See all releases |
Code changes from version 2.4.2 to 2.4.3
- child-theme-configurator.php +1 -1
- includes/classes/Admin.php +1 -2
- includes/classes/CSS.php +1 -1
- includes/classes/Core.php +1 -1
- js/chldthmcfg.js +2 -1
- readme.txt +14 -9
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.4.
|
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.4.3
|
10 |
Author: Lilaea Media
|
11 |
Author URI: http://www.lilaeamedia.com
|
12 |
Text Domain: child-theme-configurator
|
includes/classes/Admin.php
CHANGED
@@ -288,9 +288,8 @@ class ChildThemeConfiguratorAdmin {
|
|
288 |
endif;
|
289 |
|
290 |
$this->evaluate_signals();
|
291 |
-
else: // process EDITOR inputs
|
292 |
-
$this->css->parse_post_data(); // parse any passed values
|
293 |
endif;
|
|
|
294 |
// if child theme config has been set up, save new data
|
295 |
// return recent edits and selected stylesheets as cache updates
|
296 |
if ( $this->get( 'child' ) ):
|
288 |
endif;
|
289 |
|
290 |
$this->evaluate_signals();
|
|
|
|
|
291 |
endif;
|
292 |
+
$this->css->parse_post_data(); // parse any passed values
|
293 |
// if child theme config has been set up, save new data
|
294 |
// return recent edits and selected stylesheets as cache updates
|
295 |
if ( $this->get( 'child' ) ):
|
includes/classes/CSS.php
CHANGED
@@ -172,7 +172,7 @@ class ChildThemeConfiguratorCSS {
|
|
172 |
$this->ignoreparnt = 0;
|
173 |
$this->qpriority = 10;
|
174 |
$this->mpriority = 10;
|
175 |
-
$this->version = '2.4.
|
176 |
|
177 |
// do not set enqueue, not being set is used to flag old versions
|
178 |
|
172 |
$this->ignoreparnt = 0;
|
173 |
$this->qpriority = 10;
|
174 |
$this->mpriority = 10;
|
175 |
+
$this->version = '2.4.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.4.
|
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.4.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' );
|
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.4.
|
6 |
* Author: Lilaea Media
|
7 |
* Author URI: http://www.lilaeamedia.com/
|
8 |
* License: GPLv2
|
@@ -2377,6 +2377,7 @@
|
|
2377 |
self.resubmit( resubmitdata );
|
2378 |
return;
|
2379 |
} else {
|
|
|
2380 |
self.resubmitting = 0;
|
2381 |
self.hide_loading();
|
2382 |
$.each( notice.notices, function( ndx, notice ){
|
2 |
* Script: chldthmcfg.js
|
3 |
* Plugin URI: http://www.childthemeconfigurator.com/
|
4 |
* Description: Handles jQuery, AJAX and other UI
|
5 |
+
* Version: 2.4.3
|
6 |
* Author: Lilaea Media
|
7 |
* Author URI: http://www.lilaeamedia.com/
|
8 |
* License: GPLv2
|
2377 |
self.resubmit( resubmitdata );
|
2378 |
return;
|
2379 |
} else {
|
2380 |
+
|
2381 |
self.resubmitting = 0;
|
2382 |
self.hide_loading();
|
2383 |
$.each( notice.notices, function( ndx, notice ){
|
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.
|
8 |
-
Stable tag: 2.4.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -72,15 +72,17 @@ IntelliWidget is a versatile widget manager that does the work of multiple plugi
|
|
72 |
|
73 |
https://www.youtube.com/watch?v=Ttw1xIZ2b-g
|
74 |
|
75 |
-
Learn more at
|
76 |
|
77 |
-
=
|
78 |
|
79 |
-
|
80 |
|
81 |
-
|
82 |
|
83 |
-
|
|
|
|
|
84 |
|
85 |
== Installation ==
|
86 |
|
@@ -296,6 +298,8 @@ https://www.youtube.com/watch?v=iBiiAgsK4G4
|
|
296 |
7. Files tab
|
297 |
|
298 |
== Changelog ==
|
|
|
|
|
299 |
= 2.4.2 =
|
300 |
* Added call to customizer.php to initialize theme mods prior to analyzing child theme
|
301 |
* Deferred copy_theme_mods until after child theme analysis. This allows hooks in Preview to initialize custom theme mods
|
@@ -568,8 +572,9 @@ https://www.youtube.com/watch?v=iBiiAgsK4G4
|
|
568 |
* Initial release.
|
569 |
|
570 |
== Upgrade Notice ==
|
571 |
-
|
572 |
-
|
|
|
573 |
== Query/Selector Tab ==
|
574 |
|
575 |
There are two ways to identify and customize baseline (parent) styles. Child Theme Configurator lets you search styles by CSS selector and by property. If you wish to customize a specific CSS selector (e.g., h1), use the "Query/Selector" tab. If you have a specific CSS value you wish to customize site-wide (e.g., the color of the type), use the "Property/Value" tab.
|
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.1
|
8 |
+
Stable tag: 2.4.3
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
72 |
|
73 |
https://www.youtube.com/watch?v=Ttw1xIZ2b-g
|
74 |
|
75 |
+
Learn more at https://www.lilaeamedia.com/plugins/intelliwidget
|
76 |
|
77 |
+
= Hook Highlighter =
|
78 |
|
79 |
+
Hook Highlighter provides Administrators insight into the internal program flow of WordPress when activated on any front-facing page of a website.
|
80 |
|
81 |
+
Display action and filter hooks, program files and backtrace information inline for the current page.
|
82 |
|
83 |
+
https://www.youtube.com/watch?v=fyeroaJK_xw
|
84 |
+
|
85 |
+
Learn more at https://www.lilaeamedia.com/product/hook-highlighter
|
86 |
|
87 |
== Installation ==
|
88 |
|
298 |
7. Files tab
|
299 |
|
300 |
== Changelog ==
|
301 |
+
= 2.4.3 =
|
302 |
+
* Fixed a serious regression bug created by version 2.4.2.
|
303 |
= 2.4.2 =
|
304 |
* Added call to customizer.php to initialize theme mods prior to analyzing child theme
|
305 |
* Deferred copy_theme_mods until after child theme analysis. This allows hooks in Preview to initialize custom theme mods
|
572 |
* Initial release.
|
573 |
|
574 |
== Upgrade Notice ==
|
575 |
+
|
576 |
+
2.4.3 Fixed a serious regression bug created by version 2.4.2. Please update immediately.
|
577 |
+
|
578 |
== Query/Selector Tab ==
|
579 |
|
580 |
There are two ways to identify and customize baseline (parent) styles. Child Theme Configurator lets you search styles by CSS selector and by property. If you wish to customize a specific CSS selector (e.g., h1), use the "Query/Selector" tab. If you have a specific CSS value you wish to customize site-wide (e.g., the color of the type), use the "Property/Value" tab.
|