From c2fdede7bd5f892cebf339c95ec45dbe477de6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=B6ster?= Date: Fri, 17 Feb 2017 21:14:40 +0100 Subject: [PATCH] Preparing release 0.8.4 --- readme.txt | 8 ++++++++ recipe-press-reloaded.php | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index cb51949..eb17297 100644 --- a/readme.txt +++ b/readme.txt @@ -67,6 +67,9 @@ Please help [translating](https://translate.wordpress.org/projects/wp-plugins/re 3. Configure the plugin on the Recipes menu screen. == Changelog == += 0.8.4 = + * Fixing several display bugs + = 0.8.3 = * Fixing a bug on activation (file name was wrong) @@ -85,9 +88,14 @@ Please help [translating](https://translate.wordpress.org/projects/wp-plugins/re * Improved recipe editor == Upgrade Notice == += 0.8.4 = +Fixing several bugs in displaying recipes. +If you get a 'File not found' error on recipepress-reloaded.php please just reactivate. + = 0.8.3 = Fixing mor bugs after the complete recode 0.8.0 If you get a 'File not found' error on recipepress-reloaded.php please just reactivate. +This is an error in 0.8.0-0.8.2 only. Updating form 0.7.x is not affected. = 0.8.2 = Bugfix release = 0.8.1 = diff --git a/recipe-press-reloaded.php b/recipe-press-reloaded.php index 49d7fc0..cb2d934 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.8.3 + * Version: 0.8.4 * 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.8.3'; +const RPR_VERSION = '0.8.4'; const RPR_DBVER = ''; /**