Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
Preparations for release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Köster committed Mar 28, 2017
1 parent 9d7e1be commit cede49c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/class-rpr.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class RPR {
public function __construct() {

$this->plugin_name = 'recipepress-reloaded';
$this->version = '0.8.0';
$this->version = '0.9.0';
$this->dbversion = 5;

$this->load_dependencies();
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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: trunk
Stable tag: 0.8.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://paypal.me/dasmaeh
Expand Down Expand Up @@ -49,6 +49,7 @@ RecipePress reloaded currently is available in:

* English
* German
* Russian

For the following languages translations are partly available:

Expand All @@ -67,6 +68,14 @@ Please help [translating](https://translate.wordpress.org/projects/wp-plugins/re
3. Configure the plugin on the Recipes menu screen.

== Changelog ==

= 0.9.0 =

* Completely remodeled printing function (thanks to [w33zy](https://wordpress.org/support/users/w33zy/))
* Cite source for recipes
* Compatibility with WP Multisite installations
* Fixing several display bugs

= 0.8.4 =
* Fixing several display bugs

Expand Down
4 changes: 2 additions & 2 deletions recipe-press-reloaded.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
* Version: 0.9.0
* Author: Jan Köster
* Author URI: http://tech.cbjck.de/author/jan
* License: GPL-2.0+
Expand All @@ -33,7 +33,7 @@
/**
* Define constants
*/
const RPR_VERSION = '0.8.4';
const RPR_VERSION = '0.9.0';
const RPR_DBVER = '';

/**
Expand Down

0 comments on commit cede49c

Please sign in to comment.