Version Description
Download this release
Release Info
| Developer | davidvongries |
| Plugin | |
| Version | 4.0.20 |
| Comparing to | |
| See all releases | |
Code changes from version 4.0.19 to 4.0.20
- composer.json +0 -72
- composer.lock +8 -8
- kirki.php +2 -2
- packages/composer/installed.json +9 -9
- packages/composer/installed.php +3 -3
- packages/kirki-framework/control-react-colorful/src/Field/ReactColorful.php +4 -1
- readme.txt +1 -1
composer.json
DELETED
|
@@ -1,72 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "kirki-framework/kirki",
|
| 3 |
-
"type": "library",
|
| 4 |
-
"keywords": ["WordPress", "Customizer"],
|
| 5 |
-
"description": "Extending the WordPress customizer",
|
| 6 |
-
"homepage": "https://kirki.org",
|
| 7 |
-
"license": "MIT",
|
| 8 |
-
"authors": [
|
| 9 |
-
{
|
| 10 |
-
"name": "Kirki Framework",
|
| 11 |
-
"email": "connect@mapsteps.com"
|
| 12 |
-
}
|
| 13 |
-
],
|
| 14 |
-
"config": {
|
| 15 |
-
"vendor-dir": "packages",
|
| 16 |
-
"allow-plugins": {
|
| 17 |
-
"dealerdirect/phpcodesniffer-composer-installer": true,
|
| 18 |
-
"composer/installers": true
|
| 19 |
-
}
|
| 20 |
-
},
|
| 21 |
-
"include-path": [".", "core"],
|
| 22 |
-
"require": {
|
| 23 |
-
"php": ">=7.0",
|
| 24 |
-
"kirki-framework/util": "*",
|
| 25 |
-
"kirki-framework/l10n": "*",
|
| 26 |
-
"kirki-framework/field": "*",
|
| 27 |
-
"kirki-framework/url-getter": "*",
|
| 28 |
-
"kirki-framework/control-base": "*",
|
| 29 |
-
"kirki-framework/control-checkbox": "*",
|
| 30 |
-
"kirki-framework/control-code": "*",
|
| 31 |
-
"kirki-framework/control-cropped-image": "*",
|
| 32 |
-
"kirki-framework/control-custom": "*",
|
| 33 |
-
"kirki-framework/control-dashicons": "*",
|
| 34 |
-
"kirki-framework/control-date": "*",
|
| 35 |
-
"kirki-framework/control-dimension": "*",
|
| 36 |
-
"kirki-framework/control-editor": "*",
|
| 37 |
-
"kirki-framework/control-generic": "*",
|
| 38 |
-
"kirki-framework/control-image": "*",
|
| 39 |
-
"kirki-framework/control-multicheck": "*",
|
| 40 |
-
"kirki-framework/control-palette": "*",
|
| 41 |
-
"kirki-framework/control-radio": "*",
|
| 42 |
-
"kirki-framework/control-repeater": "*",
|
| 43 |
-
"kirki-framework/control-select": "*",
|
| 44 |
-
"kirki-framework/control-react-select": "*",
|
| 45 |
-
"kirki-framework/control-slider": "*",
|
| 46 |
-
"kirki-framework/control-sortable": "*",
|
| 47 |
-
"kirki-framework/control-upload": "*",
|
| 48 |
-
"kirki-framework/field-dimensions": "*",
|
| 49 |
-
"kirki-framework/field-fontawesome": "*",
|
| 50 |
-
"kirki-framework/field-typography": "*",
|
| 51 |
-
"kirki-framework/module-css": "*",
|
| 52 |
-
"kirki-framework/module-editor-styles": "*",
|
| 53 |
-
"kirki-framework/module-field-dependencies": "*",
|
| 54 |
-
"kirki-framework/module-postmessage": "*",
|
| 55 |
-
"kirki-framework/module-preset": "*",
|
| 56 |
-
"kirki-framework/module-selective-refresh": "*",
|
| 57 |
-
"kirki-framework/module-tooltips": "*",
|
| 58 |
-
"kirki-framework/module-webfonts": "*",
|
| 59 |
-
"kirki-framework/compatibility": "*",
|
| 60 |
-
"kirki-framework/data-option": "*",
|
| 61 |
-
"kirki-framework/module-panels": "*",
|
| 62 |
-
"kirki-framework/module-sections": "*",
|
| 63 |
-
"kirki-framework/module-section-icons": "*",
|
| 64 |
-
"kirki-framework/control-react-colorful": "*",
|
| 65 |
-
"kirki-framework/control-color": "*",
|
| 66 |
-
"kirki-framework/control-color-palette": "*",
|
| 67 |
-
"kirki-framework/field-background": "*",
|
| 68 |
-
"kirki-framework/field-multicolor": "*"
|
| 69 |
-
},
|
| 70 |
-
"require-dev": {
|
| 71 |
-
}
|
| 72 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
composer.lock
CHANGED
|
@@ -823,16 +823,16 @@
|
|
| 823 |
},
|
| 824 |
{
|
| 825 |
"name": "kirki-framework/control-react-colorful",
|
| 826 |
-
"version": "v1.0.
|
| 827 |
"source": {
|
| 828 |
"type": "git",
|
| 829 |
"url": "https://github.com/kirki-framework/control-react-colorful.git",
|
| 830 |
-
"reference": "
|
| 831 |
},
|
| 832 |
"dist": {
|
| 833 |
"type": "zip",
|
| 834 |
-
"url": "https://api.github.com/repos/kirki-framework/control-react-colorful/zipball/
|
| 835 |
-
"reference": "
|
| 836 |
"shasum": ""
|
| 837 |
},
|
| 838 |
"require": {
|
|
@@ -844,8 +844,8 @@
|
|
| 844 |
"type": "library",
|
| 845 |
"autoload": {
|
| 846 |
"psr-4": {
|
| 847 |
-
"Kirki\\
|
| 848 |
-
"Kirki\\
|
| 849 |
}
|
| 850 |
},
|
| 851 |
"notification-url": "https://packagist.org/downloads/",
|
|
@@ -867,9 +867,9 @@
|
|
| 867 |
],
|
| 868 |
"support": {
|
| 869 |
"issues": "https://github.com/kirki-framework/control-react-colorful/issues",
|
| 870 |
-
"source": "https://github.com/kirki-framework/control-react-colorful/tree/v1.0.
|
| 871 |
},
|
| 872 |
-
"time": "2022-02-
|
| 873 |
},
|
| 874 |
{
|
| 875 |
"name": "kirki-framework/control-react-select",
|
| 823 |
},
|
| 824 |
{
|
| 825 |
"name": "kirki-framework/control-react-colorful",
|
| 826 |
+
"version": "v1.0.10",
|
| 827 |
"source": {
|
| 828 |
"type": "git",
|
| 829 |
"url": "https://github.com/kirki-framework/control-react-colorful.git",
|
| 830 |
+
"reference": "1dc70ed68623febf425ad5ed0ab295d58eadc550"
|
| 831 |
},
|
| 832 |
"dist": {
|
| 833 |
"type": "zip",
|
| 834 |
+
"url": "https://api.github.com/repos/kirki-framework/control-react-colorful/zipball/1dc70ed68623febf425ad5ed0ab295d58eadc550",
|
| 835 |
+
"reference": "1dc70ed68623febf425ad5ed0ab295d58eadc550",
|
| 836 |
"shasum": ""
|
| 837 |
},
|
| 838 |
"require": {
|
| 844 |
"type": "library",
|
| 845 |
"autoload": {
|
| 846 |
"psr-4": {
|
| 847 |
+
"Kirki\\Field\\": "src/Field",
|
| 848 |
+
"Kirki\\Control\\": "src/Control"
|
| 849 |
}
|
| 850 |
},
|
| 851 |
"notification-url": "https://packagist.org/downloads/",
|
| 867 |
],
|
| 868 |
"support": {
|
| 869 |
"issues": "https://github.com/kirki-framework/control-react-colorful/issues",
|
| 870 |
+
"source": "https://github.com/kirki-framework/control-react-colorful/tree/v1.0.10"
|
| 871 |
},
|
| 872 |
+
"time": "2022-02-07T19:13:39+00:00"
|
| 873 |
},
|
| 874 |
{
|
| 875 |
"name": "kirki-framework/control-react-select",
|
kirki.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* Description: The Ultimate WordPress Customizer Framework
|
| 6 |
* Author: David Vongries
|
| 7 |
* Author URI: https://davidvongries.com/
|
| 8 |
-
* Version: 4.0.
|
| 9 |
* Text Domain: kirki
|
| 10 |
* Requires at least: 5.2
|
| 11 |
* Requires PHP: 7.0
|
|
@@ -44,7 +44,7 @@ require_once __DIR__ . '/inc/bootstrap.php'; // phpcs:ignore WPThemeReview.CoreF
|
|
| 44 |
|
| 45 |
// Define the KIRKI_VERSION constant.
|
| 46 |
if ( ! defined( 'KIRKI_VERSION' ) ) {
|
| 47 |
-
define( 'KIRKI_VERSION', '4.0.
|
| 48 |
}
|
| 49 |
|
| 50 |
if ( ! function_exists( 'Kirki' ) ) {
|
| 5 |
* Description: The Ultimate WordPress Customizer Framework
|
| 6 |
* Author: David Vongries
|
| 7 |
* Author URI: https://davidvongries.com/
|
| 8 |
+
* Version: 4.0.20
|
| 9 |
* Text Domain: kirki
|
| 10 |
* Requires at least: 5.2
|
| 11 |
* Requires PHP: 7.0
|
| 44 |
|
| 45 |
// Define the KIRKI_VERSION constant.
|
| 46 |
if ( ! defined( 'KIRKI_VERSION' ) ) {
|
| 47 |
+
define( 'KIRKI_VERSION', '4.0.20' );
|
| 48 |
}
|
| 49 |
|
| 50 |
if ( ! function_exists( 'Kirki' ) ) {
|
packages/composer/installed.json
CHANGED
|
@@ -868,17 +868,17 @@
|
|
| 868 |
},
|
| 869 |
{
|
| 870 |
"name": "kirki-framework/control-react-colorful",
|
| 871 |
-
"version": "v1.0.
|
| 872 |
-
"version_normalized": "1.0.
|
| 873 |
"source": {
|
| 874 |
"type": "git",
|
| 875 |
"url": "https://github.com/kirki-framework/control-react-colorful.git",
|
| 876 |
-
"reference": "
|
| 877 |
},
|
| 878 |
"dist": {
|
| 879 |
"type": "zip",
|
| 880 |
-
"url": "https://api.github.com/repos/kirki-framework/control-react-colorful/zipball/
|
| 881 |
-
"reference": "
|
| 882 |
"shasum": ""
|
| 883 |
},
|
| 884 |
"require": {
|
|
@@ -887,13 +887,13 @@
|
|
| 887 |
"kirki-framework/url-getter": "*",
|
| 888 |
"php": ">=7.0"
|
| 889 |
},
|
| 890 |
-
"time": "2022-02-
|
| 891 |
"type": "library",
|
| 892 |
"installation-source": "dist",
|
| 893 |
"autoload": {
|
| 894 |
"psr-4": {
|
| 895 |
-
"Kirki\\
|
| 896 |
-
"Kirki\\
|
| 897 |
}
|
| 898 |
},
|
| 899 |
"notification-url": "https://packagist.org/downloads/",
|
|
@@ -915,7 +915,7 @@
|
|
| 915 |
],
|
| 916 |
"support": {
|
| 917 |
"issues": "https://github.com/kirki-framework/control-react-colorful/issues",
|
| 918 |
-
"source": "https://github.com/kirki-framework/control-react-colorful/tree/v1.0.
|
| 919 |
},
|
| 920 |
"install-path": "../kirki-framework/control-react-colorful"
|
| 921 |
},
|
| 868 |
},
|
| 869 |
{
|
| 870 |
"name": "kirki-framework/control-react-colorful",
|
| 871 |
+
"version": "v1.0.10",
|
| 872 |
+
"version_normalized": "1.0.10.0",
|
| 873 |
"source": {
|
| 874 |
"type": "git",
|
| 875 |
"url": "https://github.com/kirki-framework/control-react-colorful.git",
|
| 876 |
+
"reference": "1dc70ed68623febf425ad5ed0ab295d58eadc550"
|
| 877 |
},
|
| 878 |
"dist": {
|
| 879 |
"type": "zip",
|
| 880 |
+
"url": "https://api.github.com/repos/kirki-framework/control-react-colorful/zipball/1dc70ed68623febf425ad5ed0ab295d58eadc550",
|
| 881 |
+
"reference": "1dc70ed68623febf425ad5ed0ab295d58eadc550",
|
| 882 |
"shasum": ""
|
| 883 |
},
|
| 884 |
"require": {
|
| 887 |
"kirki-framework/url-getter": "*",
|
| 888 |
"php": ">=7.0"
|
| 889 |
},
|
| 890 |
+
"time": "2022-02-07T19:13:39+00:00",
|
| 891 |
"type": "library",
|
| 892 |
"installation-source": "dist",
|
| 893 |
"autoload": {
|
| 894 |
"psr-4": {
|
| 895 |
+
"Kirki\\Field\\": "src/Field",
|
| 896 |
+
"Kirki\\Control\\": "src/Control"
|
| 897 |
}
|
| 898 |
},
|
| 899 |
"notification-url": "https://packagist.org/downloads/",
|
| 915 |
],
|
| 916 |
"support": {
|
| 917 |
"issues": "https://github.com/kirki-framework/control-react-colorful/issues",
|
| 918 |
+
"source": "https://github.com/kirki-framework/control-react-colorful/tree/v1.0.10"
|
| 919 |
},
|
| 920 |
"install-path": "../kirki-framework/control-react-colorful"
|
| 921 |
},
|
packages/composer/installed.php
CHANGED
|
@@ -164,12 +164,12 @@
|
|
| 164 |
'dev_requirement' => false,
|
| 165 |
),
|
| 166 |
'kirki-framework/control-react-colorful' => array(
|
| 167 |
-
'pretty_version' => 'v1.0.
|
| 168 |
-
'version' => '1.0.
|
| 169 |
'type' => 'library',
|
| 170 |
'install_path' => __DIR__ . '/../kirki-framework/control-react-colorful',
|
| 171 |
'aliases' => array(),
|
| 172 |
-
'reference' => '
|
| 173 |
'dev_requirement' => false,
|
| 174 |
),
|
| 175 |
'kirki-framework/control-react-select' => array(
|
| 164 |
'dev_requirement' => false,
|
| 165 |
),
|
| 166 |
'kirki-framework/control-react-colorful' => array(
|
| 167 |
+
'pretty_version' => 'v1.0.10',
|
| 168 |
+
'version' => '1.0.10.0',
|
| 169 |
'type' => 'library',
|
| 170 |
'install_path' => __DIR__ . '/../kirki-framework/control-react-colorful',
|
| 171 |
'aliases' => array(),
|
| 172 |
+
'reference' => '1dc70ed68623febf425ad5ed0ab295d58eadc550',
|
| 173 |
'dev_requirement' => false,
|
| 174 |
),
|
| 175 |
'kirki-framework/control-react-select' => array(
|
packages/kirki-framework/control-react-colorful/src/Field/ReactColorful.php
CHANGED
|
@@ -87,13 +87,16 @@ class ReactColorful extends Field {
|
|
| 87 |
}
|
| 88 |
|
| 89 |
// For postMessage/preview purpose, if property is not set, then set it to 'color'.
|
| 90 |
-
|
|
|
|
|
|
|
| 91 |
foreach ( $args['output'] as $index => $output ) {
|
| 92 |
if ( ! isset( $output['property'] ) ) {
|
| 93 |
$args['output'][ $index ]['property'] = 'color';
|
| 94 |
}
|
| 95 |
}
|
| 96 |
}
|
|
|
|
| 97 |
}
|
| 98 |
|
| 99 |
return $args;
|
| 87 |
}
|
| 88 |
|
| 89 |
// For postMessage/preview purpose, if property is not set, then set it to 'color'.
|
| 90 |
+
/**
|
| 91 |
+
* Disabling this as this was causing issue when releasing v4.0.19
|
| 92 |
+
if ( isset( $args['output'] ) && ! empty( $args['output'] ) && is_array( $args['output'] ) ) {
|
| 93 |
foreach ( $args['output'] as $index => $output ) {
|
| 94 |
if ( ! isset( $output['property'] ) ) {
|
| 95 |
$args['output'][ $index ]['property'] = 'color';
|
| 96 |
}
|
| 97 |
}
|
| 98 |
}
|
| 99 |
+
*/
|
| 100 |
}
|
| 101 |
|
| 102 |
return $args;
|
readme.txt
CHANGED
|
@@ -3,7 +3,7 @@ Contributors: davidvongries, aristath, dannycooper, wplemon, igmoweb
|
|
| 3 |
Tags: customizer, options framework, theme, mods, toolkit, gutenberg
|
| 4 |
Requires at least: 5.2
|
| 5 |
Tested up to: 5.9
|
| 6 |
-
Stable tag: 4.0.
|
| 7 |
License: MIT
|
| 8 |
License URI: https://opensource.org/licenses/MIT
|
| 9 |
|
| 3 |
Tags: customizer, options framework, theme, mods, toolkit, gutenberg
|
| 4 |
Requires at least: 5.2
|
| 5 |
Tested up to: 5.9
|
| 6 |
+
Stable tag: 4.0.20
|
| 7 |
License: MIT
|
| 8 |
License URI: https://opensource.org/licenses/MIT
|
| 9 |
|
