Kirki 3.1.9

This commit is contained in:
Alexander Agnarson 2021-07-19 18:33:29 +02:00
parent f73363cee2
commit cf9a7a78d3
4 changed files with 31 additions and 8 deletions

View file

@ -5,7 +5,7 @@
* Description: The Ultimate WordPress Customizer Framework
* Author: David Vongries
* Author URI: https://wp-pagebuilderframework.com/
* Version: 3.1.8
* Version: 3.1.9
* Text Domain: kirki
* Requires WP: 4.9
* Requires PHP: 5.3
@ -40,7 +40,7 @@ if ( ! defined( 'KIRKI_PLUGIN_FILE' ) ) {
// Define the KIRKI_VERSION constant.
if ( ! defined( 'KIRKI_VERSION' ) ) {
define( 'KIRKI_VERSION', '3.1.8' );
define( 'KIRKI_VERSION', '3.1.9' );
}
// Make sure the path is properly set.