Skip to content

Commit

Permalink
Version bump 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervanwile committed Aug 11, 2024
1 parent 410700b commit 4d3c557
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
== Changelog ==

= 2.3.5 =

Release date: 11/08/2024

* Fix fatal error in custom post types

= 2.3.4 =

Release date: 10/08/2024
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recipe-creator",
"version": "2.3.4",
"version": "2.3.5",
"description": "The easy to use recipe plugin for WordPress' Gutenberg editor. Easily create recipes and optimize them for Google & Co automatically.",
"author": "Oliver Wagner",
"license": "GPL-2.0-or-later",
Expand Down
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Tags: recipe, block, recipes, cooking, gutenberg
Requires at least: 5.3.2
Tested up to: 6.6.1
Stable tag: 2.3.4
Stable tag: 2.3.5
Requires PHP: 7.0.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0
Expand Down Expand Up @@ -30,8 +30,8 @@ You can also ask your readers to share the recipe on Pinterest or tag you in the

== Changelog ==

= 2.3.4 =
= 2.3.5 =

Release date: 10/08/2024
Release date: 11/08/2024

* Fix fatal error in recipe creator settings page
* Fix fatal error in custom post types
2 changes: 1 addition & 1 deletion recipe-creator.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Recipe Creator
* Author URI: https://recipe-creator.de/
* Description: The easy to use recipe plugin for WordPress' Gutenberg editor. Easily create recipes and optimize them for Google & Co automatically.
* Version: 2.3.4
* Version: 2.3.5
* Author: recipe-creator.de
* Text Domain: recipe-creator
* Domain Path: /languages
Expand Down

0 comments on commit 4d3c557

Please sign in to comment.