Skip to content

Commit

Permalink
Fixed deployment version
Browse files Browse the repository at this point in the history
  • Loading branch information
MohanRaj168 committed Jun 24, 2024
1 parent 6925a71 commit ef5da4a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|--|--|--|
Expand Down
2 changes: 1 addition & 1 deletion business-profile-render.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ef5da4a

Please sign in to comment.