From 7854f9da141b179b190a5e2894259894b03bf73b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=B6ster?= Date: Tue, 6 Jun 2017 09:43:58 +0200 Subject: [PATCH] Preparing release 0.9.2 --- readme.txt | 13 ++++++++++--- recipe-press-reloaded.php | 4 ++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index 36fe620..b3716c2 100644 --- a/readme.txt +++ b/readme.txt @@ -2,13 +2,14 @@ Contributors: Jan Köster Tags: recipe, recipes, cooking, baking, food, food blog, recipe sharing, Requires at least: 4.0 -Tested up to: 4.7 -Stable tag: 0.9.1 +Tested up to: 4.8 +Stable tag: 0.9.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://paypal.me/dasmaeh -The swiss army knife for your food blog. A tool to add nicely and seo friendly formatted recipes to your blog and to manage your recipe collection. +The swiss army knife for your food blog. A tool to add nicely and seo friendly formatted recipes to your blog and to manage your recipe collection. + == Description == @@ -69,6 +70,9 @@ Please help [translating](https://translate.wordpress.org/projects/wp-plugins/re == Changelog == += 0.9.2 = + * Fixing a bug while saving recipes + = 0.9.1 = * Fixing several display bugs such as double numerated items, double post images or hidden elements at the backend @@ -100,6 +104,9 @@ Please help [translating](https://translate.wordpress.org/projects/wp-plugins/re * Improved recipe editor == Upgrade Notice == += 0.9.2 = +0.9.2 Bugfix release: Fixing a bug while saving recipes the first time + = 0.9.1 = 0.9.1 Bugfix release: Fixing several display bugs. | 0.9.0 New printing system, enhanced compatibilyt for multisite, ... diff --git a/recipe-press-reloaded.php b/recipe-press-reloaded.php index 7efb59c..e1d2f03 100755 --- a/recipe-press-reloaded.php +++ b/recipe-press-reloaded.php @@ -16,7 +16,7 @@ * Plugin Name: RecipePress reloaded * Plugin URI: http://tech.cbjck.de/wp-plugins/rpr/ * Description: The swiss army knife for your food blog. A tool not only to add nicely and seo friendly formatted recipes to your posts. But also to manage present your recipe collection. - * Version: 0.9.1 + * Version: 0.9.2 * Author: Jan Köster * Author URI: http://tech.cbjck.de/author/jan * License: GPL-2.0+ @@ -33,7 +33,7 @@ /** * Define constants */ -const RPR_VERSION = '0.9.1'; +const RPR_VERSION = '0.9.2'; const RPR_DBVER = ''; /**