Skip to content

Commit

Permalink
bump version to 4.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
contactjavas committed Jan 24, 2022
1 parent 9fad902 commit 8613c80
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.16 - January 24, 2022 ###
* Fix issue where switch control didn't handle the default value correctly.

### 4.0.15 - January 18, 2022 ###
* Fix issue where _html entities_ are not rendered in some control's label and description.

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.15
**Stable tag:** 4.0.16
**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.15
* Version: 4.0.16
* 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.15' );
define( 'KIRKI_VERSION', '4.0.16' );
}

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.15",
"version": "4.0.16",
"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.15
Stable tag: 4.0.16
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down

0 comments on commit 8613c80

Please sign in to comment.