Child Theme Configurator - Version 2.2.7

Version Description

  • Disable Pagespeed in preview
Download this release

Release Info

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

Code changes from version 2.2.6 to 2.2.7

child-theme-configurator.php CHANGED
@@ -6,13 +6,13 @@ 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.2.6
10
  Author: Lilaea Media
11
  Author URI: http://www.lilaeamedia.com
12
  Text Domain: child-theme-configurator
13
  Domain Path: /lang
14
  License: GPLv2
15
- Copyright (C) 2014-2016 Lilaea Media
16
  */
17
  // define CTC constants
18
  defined( 'LF' ) or define( 'LF', "\n" );
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.2.7
10
  Author: Lilaea Media
11
  Author URI: http://www.lilaeamedia.com
12
  Text Domain: child-theme-configurator
13
  Domain Path: /lang
14
  License: GPLv2
15
+ Copyright (C) 2014-2017 Lilaea Media
16
  */
17
  // define CTC constants
18
  defined( 'LF' ) or define( 'LF', "\n" );
includes/classes/Admin.php CHANGED
@@ -6,13 +6,13 @@ if ( !defined( 'ABSPATH' ) ) exit;
6
  Class: ChildThemeConfiguratorAdmin
7
  Plugin URI: http://www.childthemeconfigurator.com/
8
  Description: Main Controller Class
9
- Version: 2.2.6
10
  Author: Lilaea Media
11
  Author URI: http://www.lilaeamedia.com/
12
  Text Domain: child-theme-configurator
13
  Domain Path: /lang
14
  License: GPLv2
15
- Copyright (C) 2014-2016 Lilaea Media
16
  */
17
  class ChildThemeConfiguratorAdmin {
18
 
6
  Class: ChildThemeConfiguratorAdmin
7
  Plugin URI: http://www.childthemeconfigurator.com/
8
  Description: Main Controller Class
9
+ Version: 2.2.7
10
  Author: Lilaea Media
11
  Author URI: http://www.lilaeamedia.com/
12
  Text Domain: child-theme-configurator
13
  Domain Path: /lang
14
  License: GPLv2
15
+ Copyright (C) 2014-2017 Lilaea Media
16
  */
17
  class ChildThemeConfiguratorAdmin {
18
 
includes/classes/Analysis.php CHANGED
@@ -12,7 +12,7 @@ if ( !defined( 'ABSPATH' ) ) exit;
12
  Text Domain: child-theme-configurator
13
  Domain Path: /lang
14
  License: GPLv2
15
- Copyright (C) 2014-2016 Lilaea Media
16
  */
17
  class ChildThemeConfiguratorAnalysis {
18
 
12
  Text Domain: child-theme-configurator
13
  Domain Path: /lang
14
  License: GPLv2
15
+ Copyright (C) 2014-2017 Lilaea Media
16
  */
17
  class ChildThemeConfiguratorAnalysis {
18
 
includes/classes/CSS.php CHANGED
@@ -6,13 +6,13 @@ 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.2.6
10
  Author: Lilaea Media
11
  Author URI: http://www.lilaeamedia.com/
12
  Text Domain: chld_thm_cfg
13
  Domain Path: /lang
14
  License: GPLv2
15
- Copyright (C) 2014-2016 Lilaea Media
16
  */
17
 
18
  class ChildThemeConfiguratorCSS {
@@ -167,7 +167,7 @@ class ChildThemeConfiguratorCSS {
167
  $this->parnt = '';
168
  $this->ignoreparnt = 0;
169
  $this->qpriority = 10;
170
- $this->version = '2.2.6';
171
 
172
  // do not set enqueue, not being set is used to flag old versions
173
 
6
  Class: ChildThemeConfiguratorCSS
7
  Plugin URI: http://www.childthemeconfigurator.com/
8
  Description: Handles all CSS input, output, parsing, normalization and storage
9
+ Version: 2.2.7
10
  Author: Lilaea Media
11
  Author URI: http://www.lilaeamedia.com/
12
  Text Domain: chld_thm_cfg
13
  Domain Path: /lang
14
  License: GPLv2
15
+ Copyright (C) 2014-2017 Lilaea Media
16
  */
17
 
18
  class ChildThemeConfiguratorCSS {
167
  $this->parnt = '';
168
  $this->ignoreparnt = 0;
169
  $this->qpriority = 10;
170
+ $this->version = '2.2.7';
171
 
172
  // do not set enqueue, not being set is used to flag old versions
173
 
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.2.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.2.7' );
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/classes/Packer.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /**
4
  Some portions based on msgpack.php
5
- Copyright (c) 2015-2016 Eugene Leonovich
6
  The MIT License (MIT)
7
  Some portions based on base91.php
8
  Copyright (c) 2005-2006 Joachim Henke
2
 
3
  /**
4
  Some portions based on msgpack.php
5
+ Copyright (c) 2015-2017 Eugene Leonovich
6
  The MIT License (MIT)
7
  Some portions based on base91.php
8
  Copyright (c) 2005-2006 Joachim Henke
includes/classes/UI.php CHANGED
@@ -5,13 +5,13 @@ if ( !defined( 'ABSPATH' ) ) exit;
5
  Class: ChildThemeConfiguratorUI
6
  Plugin URI: http://www.childthemeconfigurator.com/
7
  Description: Handles the plugin User Interface
8
- Version: 2.2.6
9
  Author: Lilaea Media
10
  Author URI: http://www.lilaeamedia.com/
11
  Text Domain: chld_thm_cfg
12
  Domain Path: /lang
13
  License: GPLv2
14
- Copyright (C) 2014-2016 Lilaea Media
15
  */
16
  class ChildThemeConfiguratorUI {
17
 
@@ -267,7 +267,7 @@ class ChildThemeConfiguratorUI {
267
  $localize_array = apply_filters( 'chld_thm_cfg_localize_script', array(
268
  'converted' => $this->css()->get_prop( 'converted' ),
269
  'ssl' => is_ssl(),
270
- 'homeurl' => home_url( '/' ) . '?preview_ctc=1',
271
  'ajaxurl' => admin_url( 'admin-ajax.php' ),
272
  'theme_uri' => get_theme_root_uri(),
273
  'page' => CHLD_THM_CFG_MENU,
5
  Class: ChildThemeConfiguratorUI
6
  Plugin URI: http://www.childthemeconfigurator.com/
7
  Description: Handles the plugin User Interface
8
+ Version: 2.2.7
9
  Author: Lilaea Media
10
  Author URI: http://www.lilaeamedia.com/
11
  Text Domain: chld_thm_cfg
12
  Domain Path: /lang
13
  License: GPLv2
14
+ Copyright (C) 2014-2017 Lilaea Media
15
  */
16
  class ChildThemeConfiguratorUI {
17
 
267
  $localize_array = apply_filters( 'chld_thm_cfg_localize_script', array(
268
  'converted' => $this->css()->get_prop( 'converted' ),
269
  'ssl' => is_ssl(),
270
+ 'homeurl' => home_url( '/' ) . '?ModPagespeed=off&preview_ctc=1',
271
  'ajaxurl' => admin_url( 'admin-ajax.php' ),
272
  'theme_uri' => get_theme_root_uri(),
273
  'page' => CHLD_THM_CFG_MENU,
js/chldthmcfg.js CHANGED
@@ -2,11 +2,11 @@
2
  * Script: chldthmcfg.js
3
  * Plugin URI: http://www.childthemeconfigurator.com/
4
  * Description: Handles jQuery, AJAX and other UI
5
- * Version: 2.2.6
6
  * Author: Lilaea Media
7
  * Author URI: http://www.lilaeamedia.com/
8
  * License: GPLv2
9
- * Copyright (C) 2014-2016 Lilaea Media
10
  */
11
 
12
  // ** for muliple property values: **
2
  * Script: chldthmcfg.js
3
  * Plugin URI: http://www.childthemeconfigurator.com/
4
  * Description: Handles jQuery, AJAX and other UI
5
+ * Version: 2.2.7
6
  * Author: Lilaea Media
7
  * Author URI: http://www.lilaeamedia.com/
8
  * License: GPLv2
9
+ * Copyright (C) 2014-2017 Lilaea Media
10
  */
11
 
12
  // ** for muliple property values: **
js/spectrum.js CHANGED
@@ -2,7 +2,7 @@
2
  // https://github.com/bgrins/spectrum
3
  // Author: Brian Grinstead
4
  // License: MIT
5
- // Modifications for CTC (c) 2016 Lilaea Media LLC
6
 
7
  (function (factory) {
8
  "use strict";
2
  // https://github.com/bgrins/spectrum
3
  // Author: Brian Grinstead
4
  // License: MIT
5
+ // Modifications for CTC (c) 2017 Lilaea Media LLC
6
 
7
  (function (factory) {
8
  "use strict";
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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
  Tested up to: 4.8
7
- Stable tag: 2.2.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -287,6 +287,8 @@ https://www.youtube.com/watch?v=iBiiAgsK4G4
287
  7. Files tab
288
 
289
  == Changelog ==
 
 
290
  = 2.2.6 =
291
  * Fixed Preview and Analyzer for some child theme configurations by removing nonce requirement
292
  * Fixed header not being repaired on first pass with "Repair Header" selected
@@ -647,7 +649,7 @@ https://www.youtube.com/watch?v=iBiiAgsK4G4
647
  * Initial release.
648
 
649
  == Upgrade Notice ==
650
- 2.2.6 Fixes issues with preview and analyzer.
651
 
652
  == Query/Selector Tab ==
653
 
@@ -738,4 +740,4 @@ Go to http://www.childthemeconfigurator.com/
738
 
739
  Serbo-Croatian translation courtesy of Borisa Djuraskovic borisad@webhostinghub.com http://www.webhostinghub.com
740
 
741
- Copyright: (C) 2014-2016 Lilaea Media
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
  Tested up to: 4.8
7
+ Stable tag: 2.2.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
287
  7. Files tab
288
 
289
  == Changelog ==
290
+ = 2.2.7 =
291
+ * Disable Pagespeed in preview
292
  = 2.2.6 =
293
  * Fixed Preview and Analyzer for some child theme configurations by removing nonce requirement
294
  * Fixed header not being repaired on first pass with "Repair Header" selected
649
  * Initial release.
650
 
651
  == Upgrade Notice ==
652
+ 2.2.7 Fixes issues with Google Pageseed in preview and analyzer.
653
 
654
  == Query/Selector Tab ==
655
 
740
 
741
  Serbo-Croatian translation courtesy of Borisa Djuraskovic borisad@webhostinghub.com http://www.webhostinghub.com
742
 
743
+ Copyright: (C) 2014-2017 Lilaea Media