Skip to content

Commit

Permalink
Merge pull request #119 from donnapep/release/2.2.1
Browse files Browse the repository at this point in the history
Release 2.2.1
  • Loading branch information
donnapep authored Sep 8, 2024
2 parents 2f4de6a + 5bc8471 commit 8931e86
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
8 changes: 4 additions & 4 deletions book-review-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
* Description: A Gutenberg block to add book details and a star rating to a book review post.
* Author: Donna Peplinskie
* Author URI: https://donnapeplinskie.com
* Version: 2.2.0
* Version: 2.2.1
* Text Domain: book-review-block
* License: GPL2+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Requires at least: 5.7
* Tested up to: 6.5
* Requires at least: 6.0
* Tested up to: 6.6
* Requires PHP: 7.4
*/

Expand Down Expand Up @@ -76,7 +76,7 @@ public static function register() {
* @access private
*/
private function __construct() {
$this->version = '2.2.0';
$this->version = '2.2.1';
$this->slug = 'book-review-block';

require_once plugin_dir_path( __FILE__ ) . 'includes/book-review-block-settings-controller.php';
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,6 +1,6 @@
{
"name": "book-review-block",
"version": "2.2.0",
"version": "2.2.1",
"main": "index.js",
"engines": {
"node": ">=14.0.0",
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: donnapep
Tags: book, book blog, book review, rating, review
Author URI: https://donnapeplinskie.com
Requires at least: 5.7
Tested up to: 6.5
Stable tag: 2.2.0
Requires at least: 6.0
Tested up to: 6.6
Stable tag: 2.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -32,6 +32,9 @@ Book Review Block adds Schema markup to the HTML. This can help increase site tr

== Changelog ==

= 2.2.1 =
* Fix: "Creation of dynamic property" deprecation notice in PHP 8.2+

= 2.2.0 =
* Tweak: Hide label if associated field is empty
* Fix: Hide ISBN and API Key settings if user doesn't have manage_options capability
Expand Down

0 comments on commit 8931e86

Please sign in to comment.