From 9c90a3b1de7a74b69588508625229cab4724666a Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Sun, 22 Aug 2021 10:32:14 -0400 Subject: [PATCH] Bump plugin version --- package-lock.json | 2 +- package.json | 2 +- readme.txt | 5 ++++- rmb-recipe-block.php | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f776624..df47819 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rmb-recipe-block", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index beb7de4..114d0ce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rmb-recipe-block", "title": "Recipe Block", - "version": "1.1.1", + "version": "1.1.2", "author": "Kelly Choyce-Dwan", "license": "GPL-2.0-or-later", "homepage": "https://ryelle.codes/", diff --git a/readme.txt b/readme.txt index e1d33d6..82f5df1 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ === Recipe Block === Contributors: ryelle -Stable tag: 1.1.1 +Stable tag: 1.1.2 Requires at least: 5.5 Tested up to: 5.8 Requires PHP: 7.0 @@ -32,6 +32,9 @@ Plugin icon from [Material.](https://material.io/resources/icons/) == Changelog == += 1.1.2 = +* Update dependencies and compatibility with WordPress 5.8 + = 1.1.1 = * Fix minor issue with version number * Remove unnecessary development config files diff --git a/rmb-recipe-block.php b/rmb-recipe-block.php index ad9584c..8187f91 100644 --- a/rmb-recipe-block.php +++ b/rmb-recipe-block.php @@ -3,7 +3,7 @@ * Plugin Name: Recipe Block * Plugin URI: https://github.com/ryelle/rmb-recipe-block * Description: A block for displaying recipe content on your site. - * Version: 1.1.1 + * Version: 1.1.2 * Author: Kelly Choyce-Dwan * Author URI: https://ryelle.codes * Text Domain: rmb-recipe-block @@ -12,7 +12,7 @@ */ defined( 'ABSPATH' ) || die(); -define( 'RMB_RECIPE_VERSION', '1.1.1' ); +define( 'RMB_RECIPE_VERSION', '1.1.2' ); /** * Load up the assets if the assets file exists