PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.3.5
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.3.5
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 2.6.1 All 38 releases
← All changes | blockspare.php +2 -2 1.3.21.3.5 View file →
@@ -2,9 +2,9 @@
2 2 /*
3 3 * Plugin Name: Blockspare
4 4 * Plugin URI: https://profiles.wordpress.org/blockspare
5 5 * Description: Beautiful Page Building Gutenberg Blocks for WordPress
6 - * Version: 1.3.2
6 + * Version: 1.3.5
7 7 * Author: Blockspare
8 8 * Author URI: https://blockspare.com
9 9 * Text Domain: blockspare
10 10 * License: GPL-2.0+
@@ -23,9 +23,9 @@
23 23 * Plugin version.
24 24 *
25 25 * @var string
26 26 */
27 - const VERSION = '1.3.2';
27 + const VERSION = '1.3.5';
28 28
29 29 /**
30 30 * Instance of this class.
31 31 *