Skip to content

Commit

Permalink
bump version to 4.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
contactjavas committed Jan 14, 2022
1 parent 3d399b0 commit a22a0d6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 4.0.14 - January 14, 2022 ###
* Fix issue where the description in some controls can't contain HTML.

### 4.0.13 - January 12, 2022 ###
* Fix CSS output bug when Kirki fields are registered through `kirki_fields` (or `kirki/fields`) filter hook.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Tags:** customizer, options framework, theme, mods, toolkit, gutenberg
**Requires at least:** 5.2
**Tested up to:** 5.8
**Stable tag:** 4.0.13
**Stable tag:** 4.0.14
**License:** MIT
**License URI:** https://opensource.org/licenses/MIT

Expand Down
4 changes: 2 additions & 2 deletions kirki.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: The Ultimate WordPress Customizer Framework
* Author: David Vongries
* Author URI: https://davidvongries.com/
* Version: 4.0.13
* Version: 4.0.14
* Text Domain: kirki
* Requires at least: 5.2
* Requires PHP: 7.0
Expand Down Expand Up @@ -44,7 +44,7 @@

// Define the KIRKI_VERSION constant.
if ( ! defined( 'KIRKI_VERSION' ) ) {
define( 'KIRKI_VERSION', '4.0.13' );
define( 'KIRKI_VERSION', '4.0.14' );
}

if ( ! function_exists( 'Kirki' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kirki-toolkit",
"version": "4.0.13",
"version": "4.0.14",
"description": "Dev toolkit for Kirki Customizer Framework",
"author": "Kirki Framework",
"homepage": "https://kirki.org",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: davidvongries, aristath, dannycooper, wplemon, igmoweb
Tags: customizer, options framework, theme, mods, toolkit, gutenberg
Requires at least: 5.2
Tested up to: 5.8
Stable tag: 4.0.13
Stable tag: 4.0.14
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down

0 comments on commit a22a0d6

Please sign in to comment.