diff --git a/CHANGELOG.md b/CHANGELOG.md index cf696df..1321505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.5.1] + +#### Fixes + +- Deployment issue + ## [1.5.0] ### Revamp the new version diff --git a/README.md b/README.md index 1a2cafb..6702517 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Make sure to enclose the attribute name within double quotation marks (" "). Thi ### Old Shortcodes -Our "Business Profile Data" and "Business Profile Render" plugins use distinct shortcodes and operate on separate versions 1.2.0 and 1.5.0. +Our "Business Profile Data" and "Business Profile Render" plugins use distinct shortcodes and operate on separate versions 1.2.0 and 1.5.x. | Shortcode | Description | Preview | |--|--|--| diff --git a/business-profile-render.php b/business-profile-render.php index ab0fa02..40c8702 100644 --- a/business-profile-render.php +++ b/business-profile-render.php @@ -2,7 +2,7 @@ /* Plugin Name: Business Profile Render Description: Tool to provide utilities for displaying synchronized business profile data -Version: 1.5.0 +Version: 1.5.1 Author: Website Pro Team License: GPL v2 or later */ diff --git a/package-lock.json b/package-lock.json index 00dc28b..c821d5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-profile-render", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "business-profile-render", - "version": "1.5.0", + "version": "1.5.1", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/scripts": "27.2.0", diff --git a/package.json b/package.json index 75f3947..75f4227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-profile-render", - "version": "1.5.0", + "version": "1.5.1", "description": "Tool to provide utilities for displaying synchronized business profile data", "main": "assets/js/gutenberg-block.js", "scripts": {