Skip to content

Commit

Permalink
Version bump and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
imtiazrayhan committed Mar 27, 2024
1 parent e1a15e9 commit f921873
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion includes/class-ultimate-blocks-constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
class Ultimate_Blocks_Constants {

const PLUGIN_VERSION = '3.1.5-dev';
const PLUGIN_VERSION = '3.1.5';

const PLUGIN_NAME = 'ultimate-blocks';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ultimate-blocks",
"version": "3.1.5-dev",
"version": "3.1.5",
"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\"",
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: dotcamp, ultimateblocks, imtiazrayhan, istiakrayhan, erdembircan, alexius08
Tags: blocks, gutenberg blocks, gutenberg, block editor, free
Requires at least: 5.8
Tested up to: 6.4
Stable tag: 3.1.5-dev
Tested up to: 6.5
Stable tag: 3.1.5
Requires PHP: 5.6
License: GPL3+
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Expand Down
2 changes: 1 addition & 1 deletion ultimate-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5-dev
* Version: 3.1.5
* License: GPL3+
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
* Text Domain: ultimate-blocks
Expand Down
2 changes: 1 addition & 1 deletion zip/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.1.5-dev",
"version": "3.1.5",
"mode": "production",
"size": "6.04mb",
"date": "2024-03-24T20:25:20.246Z"
Expand Down

0 comments on commit f921873

Please sign in to comment.