You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,18 +125,18 @@ Bugfixes:
125
125
### 4.0.6 - January 03, 2022 ###
126
126
* Fix `active_callback` issue when using nested condition
127
127
128
-
### 4.0.5 - Dezember 31, 2021 ###
128
+
### 4.0.5 - December 31, 2021 ###
129
129
* Fix `toggleClass` usage when using `js_vars`
130
130
131
-
### 4.0.4 - Dezember 31, 2021 ###
131
+
### 4.0.4 - December 31, 2021 ###
132
132
* Allow string (numeric) as the choices value in slider control
133
133
* Fix the compatibility issue when using Kirki::get_option to get the value of fields registered using new API.
134
134
135
-
### 4.0.3 - Dezember 30, 2021 ###
135
+
### 4.0.3 - December 30, 2021 ###
136
136
137
137
* Fixed: Fatal error caused by wrong folder name
138
138
139
-
### 4.0 - Dezember 29, 2021 ###
139
+
### 4.0 - December 29, 2021 ###
140
140
141
141
* Kirki 4.0 Release
142
142
@@ -451,7 +451,7 @@ January 23 2018, dev time: 1 hour.
451
451
452
452
Please note that the typography controls since v3.0.23 no longer require subsets. This is not a bug or omission, subsets are simply no longer necessary because there's an implementation now that loads them properly without requiring the user to define it.
453
453
454
-
* Fix: partial reversion of webfontloader improvements in order to resolve an issue with incorect font-weights loading.
454
+
* Fix: partial reversion of webfontloader improvements in order to resolve an issue with incorrect font-weights loading.
455
455
456
456
## 3.0.24
457
457
@@ -508,7 +508,7 @@ December 18 2017, dev time: 3 hours
508
508
December 13 2017, dev time: 1.5 hours
509
509
510
510
* Fix: Use `repeat` instead of `repeat-all` in background controls [#1701](https://github.com/aristath/kirki/issues/1701)
511
-
* Fix: Use `set_url_scheme()` when outputing images [#1697](https://github.com/aristath/kirki/issues/1697)
511
+
* Fix: Use `set_url_scheme()` when outputting images [#1697](https://github.com/aristath/kirki/issues/1697)
512
512
* Fix: `textarea` control is broken with HTML content [#1694](https://github.com/aristath/kirki/issues/1694) props @tutv95
513
513
* Fix: Typo in `radio` controls [#1699](https://github.com/aristath/kirki/issues/1699)
514
514
* Fix: variants selection for standard font-families.
@@ -560,7 +560,7 @@ November 19 2017, dev time: 8 hours
560
560
* Fix: `slider` controls were not updating the numeric value visually in their textfield when the control was not using `postMessage`[#1633](https://github.com/aristath/kirki/issues/1627)
561
561
* Fix: Deprecated call to non-existing `Kirki_Styles_Frontend`, props @FrankM1[#1644](https://github.com/aristath/kirki/issues/1644)
562
562
* Fix: Updated the customizer-styling module for compatibility with WP 4.9 [#1639](https://github.com/aristath/kirki/issues/1639)
563
-
* Fix: `code` controls were not using the corect`priority`[#1622](https://github.com/aristath/kirki/issues/1622)
563
+
* Fix: `code` controls were not using the correct`priority`[#1622](https://github.com/aristath/kirki/issues/1622)
564
564
* Fix: Multiple reports of errors in the console.
565
565
* New: Refactored the `number` controls [#1631](https://github.com/aristath/kirki/issues/1627)
566
566
* New: Refactored the `color` controls. [#1646](https://github.com/aristath/kirki/issues/1646)
@@ -599,8 +599,8 @@ It also changes the file structure and paves the way for a 3.1 rewrite which wil
599
599
600
600
* Fix: WordPress 4.9 compatibility for colorpickers.
601
601
* Fix: WordPress 4.9 compatibility for typography controls.
602
-
* Fix: WordPress 4.9 compatibility for multicolor contols.
603
-
* Fix: WordPress 4.9 compatibility for background contols.
602
+
* Fix: WordPress 4.9 compatibility for multicolor controls.
603
+
* Fix: WordPress 4.9 compatibility for background controls.
604
604
* Fix: Refactored `editor` controls to make them compatible with WP 4.9
605
605
* Fix: Remove CodeMirror and use the code control from WordPress Core. Code controls will be displayed as textareas in WP older than 4.9.
606
606
* Fix: Use new `DateTimeControl` if in WP 4.9+ for date control.
@@ -919,7 +919,7 @@ May 2, 2016, dev time: 52 hours.
919
919
* FIX: Name attribute in repeaters (props @guillaumemolter).
0 commit comments