diff --git a/readme.txt b/readme.txt index d16e686..f8805be 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: recipe, recipe card, recipes, recipe maker, schema Requires at least: 6.0 Requires PHP: 7.4 Tested up to: 6.7 -Stable tag: 3.4.1 +Stable tag: 3.4.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -49,6 +49,7 @@ Inspired by our popular food blog theme [Foodica](https://www.wpzoom.com/themes/ * **Elementor Support** * **Structured Data Integration** +* **[Generate recipes using AI](https://recipecard.io/ai-recipe-generator/) 🆕** * **AMP Support** * **Multiple Designs** * Gutenberg-ready @@ -67,7 +68,7 @@ Inspired by our popular food blog theme [Foodica](https://www.wpzoom.com/themes/ * **Comments Rating** * **Recipe Submissions - 🆕** * **Recipe Roundup - 🆕** -* **Recipe Index Block - 🆕** +* **Recipe Index - 🆕** * **Equipment** * **Cook Mode** * **Gallery in Directions** @@ -166,6 +167,10 @@ Yes, our plugin includes an intuitive and easy-to-use tool that allows you to ** == Changelog == += 3.4.2 = +* WordPress 6.7 notice fix +* Added a button to refresh the number of AI credits + = 3.4.1 = * Added the Print button to recipes without an image * Minor fixes diff --git a/wpzoom-recipe-card.php b/wpzoom-recipe-card.php index 08ee8cb..6620629 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.4.1 + * Version: 3.4.2 * Copyright: (c) 2021 WPZOOM * License: GPL2+ * License URI: http://www.gnu.org/licenses/gpl-2.0.html