Version Description
- Update: WordPress 5.0 ready.
Download this release
Release Info
Developer | britner |
Plugin | Kadence Themes Toolkit |
Version | 4.9.2 |
Comparing to | |
See all releases |
Code changes from version 4.9.1 to 4.9.2
- class-virtue-toolkit-welcome.php +2 -2
- post-types.php +1 -0
- readme.txt +5 -2
- virtue_toolkit.php +1 -1
class-virtue-toolkit-welcome.php
CHANGED
@@ -558,8 +558,8 @@ if ( ! class_exists( 'Virtue_Toolkit_Welcome' ) ) {
|
|
558 |
'slug' => 'elementor',
|
559 |
'base' => 'elementor',
|
560 |
'plugin_check' => 'elementor/elementor.php',
|
561 |
-
'active_url' => admin_url( 'admin.php?page=
|
562 |
-
'redirect_url' => admin_url( 'admin.php?page=
|
563 |
'name' => 'Elementor Page Builder',
|
564 |
'desc' => 'A free front-end page builder with tons of ready-made content you can easily use. Elementor offers very powerful features and can create an incredible range of designs while giving great mobile specific editing. A <a href="https://elementor.com/pro/?ref=2435" target="_blank">pro extension</a> is available which adds even more features.',
|
565 |
'pros' => '<li>Fully functional as a free plugin</li><li>Good user base with lots of extensions</li><li>Tons of pre-built content</li><li>Mobile previews and responsive design controls.</li>',
|
558 |
'slug' => 'elementor',
|
559 |
'base' => 'elementor',
|
560 |
'plugin_check' => 'elementor/elementor.php',
|
561 |
+
'active_url' => admin_url( 'admin.php?page=elementor' ),
|
562 |
+
'redirect_url' => admin_url( 'admin.php?page=elementor' ),
|
563 |
'name' => 'Elementor Page Builder',
|
564 |
'desc' => 'A free front-end page builder with tons of ready-made content you can easily use. Elementor offers very powerful features and can create an incredible range of designs while giving great mobile specific editing. A <a href="https://elementor.com/pro/?ref=2435" target="_blank">pro extension</a> is available which adds even more features.',
|
565 |
'pros' => '<li>Fully functional as a free plugin</li><li>Good user base with lots of extensions</li><li>Tons of pre-built content</li><li>Mobile previews and responsive design controls.</li>',
|
post-types.php
CHANGED
@@ -65,6 +65,7 @@ function kadence_toolkit_portfolio_post_init() {
|
|
65 |
'labels' => $worklabels,
|
66 |
'show_ui' => true,
|
67 |
'query_var' => true,
|
|
|
68 |
'rewrite' => array( 'slug' => $portfolio_type_slug ),
|
69 |
) );
|
70 |
|
65 |
'labels' => $worklabels,
|
66 |
'show_ui' => true,
|
67 |
'query_var' => true,
|
68 |
+
'show_in_rest' => true,
|
69 |
'rewrite' => array( 'slug' => $portfolio_type_slug ),
|
70 |
) );
|
71 |
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: britner
|
3 |
Tags:
|
4 |
Requires at least: 4.2
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 4.9.
|
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.9.1 =
|
47 |
* Update maps with fall back to Iframe so API is not required.
|
48 |
* Fix: Contact head issue.
|
2 |
Contributors: britner
|
3 |
Tags:
|
4 |
Requires at least: 4.2
|
5 |
+
Tested up to: 5.0.0
|
6 |
+
Stable tag: 4.9.2
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
43 |
|
44 |
== Changelog ==
|
45 |
|
46 |
+
= 4.9.2 =
|
47 |
+
* Update: WordPress 5.0 ready.
|
48 |
+
|
49 |
= 4.9.1 =
|
50 |
* Update maps with fall back to Iframe so API is not required.
|
51 |
* Fix: Contact head issue.
|
virtue_toolkit.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Kadence Toolkit
|
4 |
* Description: Custom Portfolio and Shortcode functionality for free Kadence WordPress themes
|
5 |
-
* Version: 4.9.
|
6 |
* Author: Kadence Themes
|
7 |
* Author URI: https://kadencethemes.com/
|
8 |
* License: GPLv2 or later
|
2 |
/**
|
3 |
* Plugin Name: Kadence Toolkit
|
4 |
* Description: Custom Portfolio and Shortcode functionality for free Kadence WordPress themes
|
5 |
+
* Version: 4.9.2
|
6 |
* Author: Kadence Themes
|
7 |
* Author URI: https://kadencethemes.com/
|
8 |
* License: GPLv2 or later
|