Skip to content

Commit

Permalink
Merge pull request #23 from pinchofyum/update-readme-0-2-0
Browse files Browse the repository at this point in the history
Update README for v0.2.0
  • Loading branch information
danielbachhuber authored Oct 25, 2019
2 parents ec63d98 + ed6ab56 commit e98c8b9
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 14 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# Nutrifox #
**Contributors:** nutrifox, danielbachhuber
**Contributors:** [nutrifox](https://profiles.wordpress.org/nutrifox), [danielbachhuber](https://profiles.wordpress.org/danielbachhuber)
**Tags:** blogging, recipes
**Requires at least:** 4.4
**Tested up to:** 4.7.3
**Stable tag:** 0.1.0
**Tested up to:** 5.3
**Stable tag:** 0.2.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Embed Nutrifox recipes in WordPress in one moment or less.

## Description ##

The Nutrifox plugin allows users easily to embed Nutrifox nutrition labels in their WordPress posts. Simply paste the URL for a Nutrifox label into a WordPress post or page and see a live preview of the label in the editor.
The Nutrifox plugin allows users easily to embed Nutrifox nutrition labels in their WordPress posts. In the Block Editor, use the Nutrifox block to see a live preview of the label. In the Classic Editor, use the Nutrifox shortcode to render your label within your post.

### The information your readers want ###

Nutrifox allows publishers to give their readers the nutrition information they want to see. A comprehensive food database and fine-grain control of ingredients and label display gives publishers freedom and informational power. The Nutrifox WordPress plugin makes it easy to share this information with readers.

### Flexible integration ###

Paste the URL for your Nutrifox label into either the visual or the text tab in the WordPress post editor. In the visual tab, the URL will be replaced with a live preview of the label.
Paste the URL for your Nutrifox label into the Nutrifox block in the WordPress Block Editor. Below the block, you'll see a live preview of the label.

If a Nutrifox embed code is placed in the text tab, it will be replaced with a Nutrifox shortcode in both the visual and text views.
If a Nutrifox embed code is placed in the text tab in the Classic Editor, it will be replaced with a Nutrifox shortcode in both the visual and text views.

## Installation ##

Expand All @@ -32,7 +32,14 @@ The Nutrifox plugin can be installed much like any other WordPress plugin.

With Nutrifox, there aren't any confusing settings to configure or customizations you need to worry about. You can now share your nutrition labels with the world!

To keep the Nutrifox plugin up to date, install the [GitHub Updater WordPress plugin](https://github.com/afragen/github-updater) alongside the Nutrifox plugin.

## Changelog ##

### 0.2.0 (October 25, 2019) ###
* Adds a Nutrifox block for the Block Editor [[#22](https://github.com/pinchofyum/nutrifox-plugin/pull/22)].
* To keep the Nutrifox plugin up to date, includes support for the [GitHub Updater WordPress plugin](https://github.com/afragen/github-updater) [[#21](https://github.com/pinchofyum/nutrifox-plugin/pull/21)].
* Switches to an `<iframe>` embed for better loading performance [[#19](https://github.com/pinchofyum/nutrifox-plugin/pull/19)].

### 0.1.0 (May 3, 2017) ###
* Initial release.
4 changes: 2 additions & 2 deletions assets/block-editor/nutrifox-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const edit = ( { attributes, setAttributes, instanceId } ) => {
<div className="wp-nutrifox-shortcode" style={ placeholderStyle }>
<label htmlFor={ inputId } style={ labelStyle }>
<Dashicon icon="carrot" />
<span style={ spanStyle }>{ __( 'Nutrifox Card' ) }</span>
<span style={ spanStyle }>{ __( 'Nutrifox Label' ) }</span>
</label>
<PlainText
id={ inputId }
Expand All @@ -67,7 +67,7 @@ const save = () => {
};

const blockRegistration = {
title: __( 'Nutrifox Card', 'nutrifox' ),
title: __( 'Nutrifox Label', 'nutrifox' ),
icon: 'carrot',
category: 'common',
html: false,
Expand Down
2 changes: 1 addition & 1 deletion nutrifox.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: http://pinchofyum.com/
* Text Domain: nutrifox
* Domain Path: /languages
* Version: 0.1.0
* Version: 0.2.0
* GitHub Plugin URI: https://github.com/pinchofyum/nutrifox-plugin
*
* @package Nutrifox
Expand Down
17 changes: 12 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
Contributors: nutrifox, danielbachhuber
Tags: blogging, recipes
Requires at least: 4.4
Tested up to: 4.7.3
Stable tag: 0.1.0
Tested up to: 5.3
Stable tag: 0.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Embed Nutrifox recipes in WordPress in one moment or less.

== Description ==

The Nutrifox plugin allows users easily to embed Nutrifox nutrition labels in their WordPress posts. Simply paste the URL for a Nutrifox label into a WordPress post or page and see a live preview of the label in the editor.
The Nutrifox plugin allows users easily to embed Nutrifox nutrition labels in their WordPress posts. In the Block Editor, use the Nutrifox block to see a live preview of the label. In the Classic Editor, use the Nutrifox shortcode to render your label within your post.

= The information your readers want =

Nutrifox allows publishers to give their readers the nutrition information they want to see. A comprehensive food database and fine-grain control of ingredients and label display gives publishers freedom and informational power. The Nutrifox WordPress plugin makes it easy to share this information with readers.

= Flexible integration =

Paste the URL for your Nutrifox label into either the visual or the text tab in the WordPress post editor. In the visual tab, the URL will be replaced with a live preview of the label.
Paste the URL for your Nutrifox label into the Nutrifox block in the WordPress Block Editor. Below the block, you'll see a live preview of the label.

If a Nutrifox embed code is placed in the text tab, it will be replaced with a Nutrifox shortcode in both the visual and text views.
If a Nutrifox embed code is placed in the text tab in the Classic Editor, it will be replaced with a Nutrifox shortcode in both the visual and text views.

== Installation ==

Expand All @@ -32,7 +32,14 @@ The Nutrifox plugin can be installed much like any other WordPress plugin.

With Nutrifox, there aren't any confusing settings to configure or customizations you need to worry about. You can now share your nutrition labels with the world!

To keep the Nutrifox plugin up to date, install the [GitHub Updater WordPress plugin](https://github.com/afragen/github-updater) alongside the Nutrifox plugin.

== Changelog ==

= 0.2.0 (October 25, 2019) =
* Adds a Nutrifox block for the Block Editor [[#22](https://github.com/pinchofyum/nutrifox-plugin/pull/22)].
* To keep the Nutrifox plugin up to date, includes support for the [GitHub Updater WordPress plugin](https://github.com/afragen/github-updater) [[#21](https://github.com/pinchofyum/nutrifox-plugin/pull/21)].
* Switches to an `<iframe>` embed for better loading performance [[#19](https://github.com/pinchofyum/nutrifox-plugin/pull/19)].

= 0.1.0 (May 3, 2017) =
* Initial release.

0 comments on commit e98c8b9

Please sign in to comment.