Contributors: Chris Reynolds
Donate link: https://paypal.me/jazzsequence
Requires at least: 4.4
Tested up to: 6.8
Stable tag: 0.3.5
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Easily store and publish recipes in WordPress.
Recipe Box can be installed on Composer-based WordPress sites by using the following command:
composer require jazzsequence/recipe-box
Recipe Box supports Andy Fragen's Git Updater method of managing plugins.
- Download and install Git Updater on your WordPress site.
- From the Git Updater admin pages, navigate to Install Plugin and use the following values:
Plugin URI: jazzsequence/recipe-box
Repository Branch: main
Remote Repository Host: GitHub
GitHub Access Token: (optional, leave blank)
- Upload the entire
/recipe-box
directory to the/wp-content/plugins/
directory. - Activate Recipe Box through the 'Plugins' menu in WordPress.
- Add installation support for Git Updater.
- Added additional units of measure
- Add
composer.json
- fixes styling bugs from Gutenberg update
- added support for Slack plugin to allow recipes to post to Slack.
- fixed a javascript bug (props @igmoweb).
- added moar api support
- added ability and admin page to pull recipes from remote Recipe Box site using the API
- check recipes being imported to see if they are duplicating recipes that exist on the current site.
- added options page to determine whether recipes should be mixed with normal blog posts (and therefore easily thrown on the front page of a blog site)
- added taxonomies to display on front end
- more front-end tweaks
- added schema.org structured data
- hooked all the things
- added preheat temperature
- removed tgm plugin activation for REST API now that API is in core
- First release
First Release