PluginProbe
Kubio AI Page Builder / 2.8.4
Kubio AI Page Builder v2.8.4
2.9.1 2.9.0 2.8.6 2.8.5 2.8.4 2.8.3 2.8.2 2.8.1 trunk 1.0.0 1.0.1 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.6.0 All 70 releases
← All changes | plugin.php +3 -3 2.8.32.8.4 View file →
@@ -5,9 +5,9 @@
5 5 * Plugin URI: https://kubiobuilder.com
6 6 * Description: Using the power of AI, Kubio gives you a head start by generating a first draft of your website, which you can further customize to your liking.
7 7 * Author: ExtendThemes
8 8 * Author URI: https://extendthemes.com
9 - * Version: 2.8.3
9 + * Version: 2.8.4
10 10 * License: GPL3+
11 11 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
12 12 * Text Domain: kubio
13 13 * Domain Path: /languages
@@ -49,10 +49,10 @@
49 49 if ( defined( 'KUBIO_VERSION' ) ) {
50 50 return;
51 51 }
52 52
53 -define( 'KUBIO_VERSION', '2.8.3' );
54 -define( 'KUBIO_BUILD_NUMBER', '504' );
53 +define( 'KUBIO_VERSION', '2.8.4' );
54 +define( 'KUBIO_BUILD_NUMBER', '506' );
55 55
56 56 define( 'KUBIO_ENTRY_FILE', __FILE__ );
57 57 define( 'KUBIO_ROOT_DIR', plugin_dir_path( __FILE__ ) );
58 58 define( 'KUBIO_ROOT_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );