This commit is contained in:
Alexander Agnarson 2021-07-03 12:45:54 +02:00
parent f03228a6b4
commit f73363cee2
14 changed files with 59 additions and 33 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.