Version Description
- Small change in meta load.
Download this release
Release Info
Developer | britner |
Plugin | Kadence Themes Toolkit |
Version | 4.8 |
Comparing to | |
See all releases |
Code changes from version 4.7 to 4.8
- metaboxes.php +1 -1
- readme.txt +6 -3
- virtue_toolkit.php +1 -1
metaboxes.php
CHANGED
@@ -11,7 +11,7 @@ function initialize_kadence_toolkit_meta_boxes() {
|
|
11 |
add_filter( 'cmb2_admin_init', 'kadence_toolkit_ascend_metabox');
|
12 |
}
|
13 |
if ( ! defined( 'CMB2_LOADED' ) ) {
|
14 |
-
require_once 'cmb/init.php';
|
15 |
}
|
16 |
|
17 |
}
|
11 |
add_filter( 'cmb2_admin_init', 'kadence_toolkit_ascend_metabox');
|
12 |
}
|
13 |
if ( ! defined( 'CMB2_LOADED' ) ) {
|
14 |
+
require_once( VIRTUE_TOOLKIT_PATH . 'cmb/init.php' );
|
15 |
}
|
16 |
|
17 |
}
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Kadence Themes Toolkit ===
|
2 |
Contributors: britner
|
3 |
Tags:
|
4 |
-
Requires at least: 4.
|
5 |
-
Tested up to: 4.9
|
6 |
-
Stable tag: 4.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -43,6 +43,9 @@ Install the plugin into the `/wp-content/plugins/` folder, and activate it.
|
|
43 |
|
44 |
== Changelog ==
|
45 |
|
|
|
|
|
|
|
46 |
= 4.7 =
|
47 |
* Fix issue with pagebuilder.
|
48 |
|
1 |
=== Kadence Themes Toolkit ===
|
2 |
Contributors: britner
|
3 |
Tags:
|
4 |
+
Requires at least: 4.2
|
5 |
+
Tested up to: 4.9.2
|
6 |
+
Stable tag: 4.8
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
43 |
|
44 |
== Changelog ==
|
45 |
|
46 |
+
= 4.8 =
|
47 |
+
* Small change in meta load.
|
48 |
+
|
49 |
= 4.7 =
|
50 |
* Fix issue with pagebuilder.
|
51 |
|
virtue_toolkit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: Kadence Toolkit
|
5 |
Description: Custom Portfolio and Shortcode functionality for free Kadence WordPress themes
|
6 |
-
Version: 4.
|
7 |
Author: Kadence Themes
|
8 |
Author URI: https://kadencethemes.com/
|
9 |
License: GPLv2 or later
|
3 |
/*
|
4 |
Plugin Name: Kadence Toolkit
|
5 |
Description: Custom Portfolio and Shortcode functionality for free Kadence WordPress themes
|
6 |
+
Version: 4.8
|
7 |
Author: Kadence Themes
|
8 |
Author URI: https://kadencethemes.com/
|
9 |
License: GPLv2 or later
|