This commit is contained in:
Alexander Agnarson 2021-07-03 13:23:02 +02:00
parent cf9998ad1b
commit 3896aa0cc0
15 changed files with 60 additions and 34 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.5
* Version: 3.1.8
* 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.3' );
define( 'KIRKI_VERSION', '3.1.8' );
}
// Make sure the path is properly set.