From 25fd0bc49c126c978261189addfd8adf1077398a Mon Sep 17 00:00:00 2001 From: farhan-shafi Date: Thu, 9 May 2024 14:44:05 +0500 Subject: [PATCH] v3.1.9 dev cycle start --- includes/class-ultimate-blocks-constants.php | 2 +- package.json | 2 +- readme.txt | 2 +- ultimate-blocks.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/class-ultimate-blocks-constants.php b/includes/class-ultimate-blocks-constants.php index c4cf6646..9c2936a2 100644 --- a/includes/class-ultimate-blocks-constants.php +++ b/includes/class-ultimate-blocks-constants.php @@ -22,7 +22,7 @@ */ class Ultimate_Blocks_Constants { - const PLUGIN_VERSION = '3.1.8-dev'; + const PLUGIN_VERSION = '3.1.9-dev'; const PLUGIN_NAME = 'ultimate-blocks'; diff --git a/package.json b/package.json index 4fc71352..ed110203 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultimate-blocks", - "version": "3.1.8-dev", + "version": "3.1.9-dev", "private": true, "scripts": { "start": "concurrently -k -c 'blue,yellow,green' -n 'gutenberg,recompile,bundle' \"wp-scripts start\" \"node recompileOnChange.js\" \"npm run bundle_additional_watch\"", diff --git a/readme.txt b/readme.txt index 9fa073d9..6b446799 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: dotcamp, ultimateblocks, imtiazrayhan, istiakrayhan, erdembircan, Tags: blocks, gutenberg blocks, gutenberg, block editor, free Requires at least: 5.8 Tested up to: 6.5 -Stable tag: 3.1.8-dev +Stable tag: 3.1.9-dev Requires PHP: 5.6 License: GPL3+ License URI: http://www.gnu.org/licenses/gpl-3.0.txt diff --git a/ultimate-blocks.php b/ultimate-blocks.php index b8987523..6245ebe9 100644 --- a/ultimate-blocks.php +++ b/ultimate-blocks.php @@ -5,7 +5,7 @@ * Description: Custom Blocks for Bloggers and Marketers. Create Better Content With Gutenberg. * Author: Ultimate Blocks * Author URI: https://ultimateblocks.com/ - * Version: 3.1.8-dev + * Version: 3.1.9-dev * License: GPL3+ * License URI: http://www.gnu.org/licenses/gpl-3.0.txt * Text Domain: ultimate-blocks