From 18a9984da292301ac93cf9d2c59334dcc4dd666e Mon Sep 17 00:00:00 2001 From: Pavel Ciorici Date: Mon, 24 Jan 2022 17:34:52 +0100 Subject: [PATCH] v.3.0.2 --- readme.txt | 8 ++++++-- wpzoom-recipe-card.php | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 2720e71..1073fe6 100644 --- a/readme.txt +++ b/readme.txt @@ -4,8 +4,8 @@ Donate link: https://recipecard.io/ Tags: recipe plugin, recipe card, food recipe, recipes, recipe, foodie, foodica, recipe maker, nutrition facts, schema, structured data, food blog, food card Requires at least: 5.7 Requires PHP: 5.6 -Tested up to: 5.8.3 -Stable tag: 3.0.1 +Tested up to: 5.9 +Stable tag: 3.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -153,6 +153,10 @@ Currently, it's not possible to import recipes created using a different plugin, == Changelog == += 3.0.2 = +* Fixed a bug with Notes not showing in the block editor +* Added Styling option in the "Insert Existing Recipe" widget in Elementor + = 3.0.1 = * Bug fix with the visibility of Recipe posts diff --git a/wpzoom-recipe-card.php b/wpzoom-recipe-card.php index 8ccbb3f..74f02f1 100644 --- a/wpzoom-recipe-card.php +++ b/wpzoom-recipe-card.php @@ -5,7 +5,7 @@ * Description: Beautiful Recipe Plugin for Food Bloggers with Schema Markup for the new WordPress editor (Gutenberg). * Author: WPZOOM * Author URI: https://recipecard.io/ - * Version: 3.0.1 + * Version: 3.0.2 * Copyright: (c) 2021 WPZOOM * License: GPL2+ * License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -55,4 +55,4 @@ function wpzoom_rcb_block_is_registered( $name ) { */ if ( defined( 'ELEMENTOR_VERSION' ) && is_callable( 'Elementor\Plugin::instance' ) ) { require_once 'elementor/wpzoom-elementor-recipe-card.php'; -} +} \ No newline at end of file