Skip to content

Commit

Permalink
v.3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ciorici committed Jan 24, 2022
1 parent 33f705a commit 18a9984
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions wpzoom-recipe-card.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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';
}
}

0 comments on commit 18a9984

Please sign in to comment.