Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jazzsequence/recipe-box
Easily store and publish recipes in WordPress.
https://github.com/jazzsequence/recipe-box
hacktoberfest recipe-box recipes wordpress wordpress-plugin
Last synced: 20 days ago
JSON representation
Easily store and publish recipes in WordPress.
- Host: GitHub
- URL: https://github.com/jazzsequence/recipe-box
- Owner: jazzsequence
- License: gpl-3.0
- Created: 2016-06-16T02:20:14.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2021-06-28T13:44:20.000Z (over 3 years ago)
- Last Synced: 2024-10-10T04:42:05.581Z (about 1 month ago)
- Topics: hacktoberfest, recipe-box, recipes, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 777 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recipe Box #
**Contributors:** [Chris Reynolds](https://chrisreynolds.io)
**Donate link:** https://paypal.me/jazzsequence**Requires at least:** 4.4
**Tested up to:** 4.8
**Stable tag:** 0.3.4
**License:** GPLv3
**License URI:** http://www.gnu.org/licenses/gpl-3.0.html## Description ##
Easily store and publish recipes in WordPress.
## Installation ##
### Manual Installation ###
1. Upload the entire `/recipe-box` directory to the `/wp-content/plugins/` directory.
2. Activate Recipe Box through the 'Plugins' menu in WordPress.## Frequently Asked Questions ##
## Screenshots ##
## Changelog ##
### 0.3.4 ###
* Added additional units of measure### 0.3.3 ###
* Add `composer.json`### 0.3.2 ###
* fixes styling bugs from Gutenberg update### 0.3.1 ###
* added support for [Slack](https://wordpress.org/plugins/slack/) plugin to allow recipes to post to Slack.
* fixed a javascript bug (props [@igmoweb](https://github.com/igmoweb)).### 0.3 ###
* 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.### 0.2 ###
* 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
*### 0.1 ###
* First release## Upgrade Notice ##
### 0.1 ###
First Release