Skip to content

Commit

Permalink
Bump version to 1.5.2, add a Changelog entry (#149)
Browse files Browse the repository at this point in the history
* Bump version to 1.5.2, add a Changelog entry

* Run check-versions on the release branch

* Change PHP version to 7.0
  • Loading branch information
kienstra authored Aug 2, 2023
1 parent 5798dcf commit d7b5881
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ workflows:
tags:
only: /^\d+\.\d+\.\d+$/
branches:
only: /^release/
only: /^release.*/
- svn-deploy:
context: genesis-svn
requires:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: gutenberg, blocks, block editor, fields, template
Requires at least: 5.7
Tested up to: 6.3
Requires PHP: 7.0
Stable tag: 1.5.1
Stable tag: 1.5.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl

Expand Down Expand Up @@ -112,6 +112,9 @@ No. You can keep using your PHP block templates like block-example.php.
5. Create the markup for your block in a PHP template in your editor, if you'd like.

## Changelog
### 1.5.2 - 2023-08-02
* Bump minimum PHP version to 7.0. [PR 141](https://github.com/studiopress/genesis-custom-blocks/pull/141)

### 1.5.1 - 2022-08-09
* PHP 8.1 compatibility fixes. [PR 119](https://github.com/studiopress/genesis-custom-blocks/pull/119)

Expand Down
2 changes: 1 addition & 1 deletion genesis-custom-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* Plugin Name: Genesis Custom Blocks
* Description: The easy way to build custom blocks for Gutenberg.
* Version: 1.5.1
* Version: 1.5.2
* Author: Genesis Custom Blocks
* Author URI: https://studiopress.com
* License: GPL2
Expand Down
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
{
"name": "genesis-custom-blocks",
"title": "Genesis Custom Blocks",
"version": "1.5.1",
"version": "1.5.2",
"description": "WordPress plugin with a simple templating system for building custom blocks.",
"author": "Genesis Custom Blocks",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit d7b5881

Please sign in to comment.