PluginProbe
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs / 5.0.1
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs v5.0.1
5.0.1 4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 All 39 releases
← All changes | blockspare.php +6 -5 4.1.0 → 5.0.1 View file →
@@ -1,11 +1,11 @@
1 1 <?php
2 2
3 3 /**
4 - * Plugin Name: BlockSpare - Gutenberg Site Builder Blocks & Starter Sites
4 + * Plugin Name: BlockSpare
5 5 * Plugin URI: https://blockspare.com/
6 - * Description: Gutenberg Blocks & Patterns for Blogs, Magazines, Business Sites – Post Grids, Sliders, Carousels, Counters, Page Builder & Starter Site Imports, No Coding Needed
7 - * Version: 4.1.0
6 + * Description: Build news, magazine, blog, editorial and business websites with powerful Gutenberg blocks, AI tools, Site Builder, starter sites, post layouts and more.
7 + * Version: 5.0.1
8 8 * Author: BlockSpare
9 9 * Author URI: https://blockspare.com/
10 10 * Text Domain: blockspare
11 11 * License: GPL-2.0+
@@ -23,9 +23,9 @@
23 23 defined('BLOCKSPARE_PLUGIN_URL') or define('BLOCKSPARE_PLUGIN_URL', plugin_dir_url(__FILE__));
24 24 defined('BLOCKSPARE_PLUGIN_DIR') or define('BLOCKSPARE_PLUGIN_DIR', plugin_dir_path(__FILE__));
25 25 defined('BLOCKSPARE_PRO_PATH') || define('BLOCKSPARE_PRO_PATH', 'https://www.blockspare.com/');
26 26 defined('BLOCKSPARE_SHOW_PRO_NOTICES') || define('BLOCKSPARE_SHOW_PRO_NOTICES', true);
27 -defined('BLOCKSPARE_VERSION') || define('BLOCKSPARE_VERSION', '4.1.0');
27 +defined('BLOCKSPARE_VERSION') || define('BLOCKSPARE_VERSION', '5.0.0');
28 28
29 29
30 30 if (!version_compare(PHP_VERSION, '5.6', '>=')) {
31 31 add_action('admin_notices', 'blockspare_fail_php_free_version');
@@ -43,9 +43,10 @@
43 43
44 44 include_once BLOCKSPARE_PLUGIN_DIR . 'inc/init.php';
45 45 include_once BLOCKSPARE_PLUGIN_DIR . 'inc/welcome.php';
46 46 include_once BLOCKSPARE_PLUGIN_DIR . 'inc/fonts.php';
47 -
47 + include_once BLOCKSPARE_PLUGIN_DIR . 'inc/theme-builder/theme-builder-loader.php';
48 + include_once BLOCKSPARE_PLUGIN_DIR . 'inc/ai/class-ai.php';
48 49 }
49 50
50 51 function blockspare_fail_php_free_version()
51 52 {