| @@ -1,10 +1,10 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /* |
| 3 | 3 | * Plugin Name: Blockspare |
| 4 | 4 | * Plugin URI: https://blockspare.com |
| 5 | - * Description: News, Magazine and Business Blocks for Gutenberg (Free Patterns, Templates and Page Builder) | |
| 6 | - * Version: 2.6.1 | |
| 5 | + * Description: Free Gutenberg Blocks for News, Magazine, and Business Websites (Templates, Patterns, and Page Builder) | |
| 6 | + * Version: 2.7.0 | |
| 7 | 7 | * Author: Blockspare |
| 8 | 8 | * Author URI: https://blockspare.com |
| 9 | 9 | * Text Domain: blockspare |
| 10 | 10 | * License: GPL-2.0+ |
| @@ -20,10 +20,10 @@ | ||
| 20 | 20 | defined('BLOCKSPARE_BASE_DIR') or define('BLOCKSPARE_BASE_DIR', dirname(BLOCKSPARE_BASE_FILE)); |
| 21 | 21 | defined('BLOCKSPARE_PLUGIN_URL') or define('BLOCKSPARE_PLUGIN_URL', plugin_dir_url(__FILE__)); |
| 22 | 22 | defined('BLOCKSPARE_PLUGIN_DIR') or define('BLOCKSPARE_PLUGIN_DIR', plugin_dir_path(__FILE__)); |
| 23 | 23 | defined('BLOCKSPARE_PRO_PATH') || define('BLOCKSPARE_PRO_PATH','https://www.blockspare.com/'); |
| 24 | - defined( 'BLOCKSPARE_SHOW_PRO_NOTICES' ) || define( 'BLOCKSPARE_SHOW_PRO_NOTICES', true ); | |
| 25 | - defined( 'BLOCKSPARE_VERSION' ) || define( 'BLOCKSPARE_VERSION', '2.6.1' ); | |
| 24 | + defined('BLOCKSPARE_SHOW_PRO_NOTICES' ) || define('BLOCKSPARE_SHOW_PRO_NOTICES', true ); | |
| 25 | + defined('BLOCKSPARE_VERSION' ) || define('BLOCKSPARE_VERSION', '2.6.4' ); | |
| 26 | 26 | |
| 27 | 27 | |
| 28 | 28 | if ( ! version_compare( PHP_VERSION, '5.6', '>=' ) ) { |
| 29 | 29 | add_action( 'admin_notices', 'blockspare_fail_php_version' ); |