PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.13.1
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.13.1
2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 All 80 releases
← All changes | ablocks.php +2 -2 2.13.02.13.1 View file →
@@ -3,9 +3,9 @@
3 3 * Plugin Name: aBlocks
4 4 * Description: The WordPress plugin for creating beautiful and functional websites using the Gutenberg editor, with a variety of customizable blocks to design website pages.
5 5 * Requires at least: 6.8
6 6 * Requires PHP: 7.4
7 - * Version: 2.13.0
7 + * Version: 2.13.1
8 8 * Author: Kodezen LLC
9 9 * Author URI: https://ablocks.pro/
10 10 * License: GPL-3.0+
11 11 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -44,9 +44,9 @@
44 44 /**
45 45 * Define the plugin constants
46 46 */
47 47 private function define_constants() {
48 - define( 'ABLOCKS_VERSION', '2.13.0' );
48 + define( 'ABLOCKS_VERSION', '2.13.1' );
49 49 define( 'ABLOCKS_PLUGIN_SLUG', 'ablocks' );
50 50 define( 'ABLOCKS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
51 51 define( 'ABLOCKS_ROOT_URL', plugin_dir_url( __FILE__ ) );
52 52 define( 'ABLOCKS_ASSETS_URL', ABLOCKS_ROOT_URL . 'assets/' );