Skip to content

Commit

Permalink
bump version to 4.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
contactjavas committed Jan 24, 2022
1 parent a449178 commit f42f018
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 4.0.18 - January 25, 2022 ###
Bugfix:
- `module-tooltips`: Tooltip was displayed repeatedly inside repeater field

### 4.0.17 - January 25, 2022 ###
Bugfixes:
- `control-checkbox`: There was notice messages where `$args['default']` can be undefined
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.17
**Stable tag:** 4.0.18
**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.17
* Version: 4.0.18
* 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.17' );
define( 'KIRKI_VERSION', '4.0.18' );
}

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

Expand Down

0 comments on commit f42f018

Please sign in to comment.