Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 11eccc6

Browse files
committedAug 14, 2018
version bump
1 parent 15ab8c4 commit 11eccc6

File tree

4 files changed

+27
-15
lines changed

4 files changed

+27
-15
lines changed
 

‎languages/mf2-feed.pot

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the MIT.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: MF2 Feed 2.0.0\n"
5+
"Project-Id-Version: MF2 Feed 2.0.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mf2-feed\n"
7-
"POT-Creation-Date: 2018-08-14 07:16:27+00:00\n"
7+
"POT-Creation-Date: 2018-08-14 19:34:17+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"

‎mf2-feed.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: MF2 Feed
44
* Plugin URI: http://github.com/indieweb/wordpress-mf2-feed/
55
* Description: Adds a Microformats2 JSON feed for every entry
6-
* Version: 2.0.0
6+
* Version: 2.0.1
77
* Author: Matthias Pfefferle
88
* Author URI: https://notiz.blog/
99
* License: MIT

‎readme.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** microformats, mf2, jf2, rel-alternate, indieweb
55
**Requires at least:** 4.7
66
**Tested up to:** 4.9.8
7-
**Stable tag:** 2.0.0
7+
**Stable tag:** 2.0.1
88
**Requires PHP:** 5.3
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
@@ -21,14 +21,15 @@ The plugin is inspired by the URL design of [p3k](https://github.com/aaronpk/p3k
2121

2222
p3k Example:
2323

24-
* <http://aaronparecki.com/articles/2015/01/22/1/why-not-json>
25-
* <http://aaronparecki.com/articles/2015/01/22/1/why-not-json.json>
24+
* Original: <https://aaronparecki.com/2018/07/30/18/xray-updates>
25+
* Microformats2 JSON: <https://aaronparecki.com/2018/07/30/18/xray-updates.json>
26+
* JF2: <https://aaronparecki.com/2018/07/30/18/xray-updates.jf2>
2627

2728
WordPress Example:
2829

29-
* Original: <http://notizblog.org/2013/06/18/the-rise-of-the-indieweb/>
30-
* Microformats2 JSON: <http://notizblog.org/2013/06/18/the-rise-of-the-indieweb/feed/mf2>
31-
* JF2: <http://notizblog.org/2013/06/18/the-rise-of-the-indieweb/feed/jf2>
30+
* Original: <https://notiz.blog/2013/06/18/the-rise-of-the-indieweb/>
31+
* Microformats2 JSON: <https://notiz.blog/2013/06/18/the-rise-of-the-indieweb/feed/mf2>
32+
* JF2: <https://notiz.blog/2013/06/18/the-rise-of-the-indieweb/feed/jf2>
3233

3334
## FAQ ##
3435

@@ -78,6 +79,11 @@ To install a WordPress Plugin manually:
7879

7980
Project actively developed on Github at [indieweb/wordpress-mf2-feed](https://github.com/indieweb/wordpress-mf2-feed). Please file support issues there.
8081

82+
### 2.0.1 ###
83+
84+
* Fixed "flush rewrite rules"
85+
* Added filter to extend the mf2/jf2 data
86+
8187
### 2.0.0 ###
8288

8389
* Complete re-write to match the latest ideas of rel-alternate: https://github.com/indieweb/wordpress-uf2/issues/38

‎readme.txt

+12-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://notiz.blog/donate/
44
Tags: microformats, mf2, jf2, rel-alternate, indieweb
55
Requires at least: 4.7
66
Tested up to: 4.9.8
7-
Stable tag: 2.0.0
7+
Stable tag: 2.0.1
88
Requires PHP: 5.3
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
@@ -21,14 +21,15 @@ The plugin is inspired by the URL design of [p3k](https://github.com/aaronpk/p3k
2121

2222
p3k Example:
2323

24-
* <http://aaronparecki.com/articles/2015/01/22/1/why-not-json>
25-
* <http://aaronparecki.com/articles/2015/01/22/1/why-not-json.json>
24+
* Original: <https://aaronparecki.com/2018/07/30/18/xray-updates>
25+
* Microformats2 JSON: <https://aaronparecki.com/2018/07/30/18/xray-updates.json>
26+
* JF2: <https://aaronparecki.com/2018/07/30/18/xray-updates.jf2>
2627

2728
WordPress Example:
2829

29-
* Original: <http://notizblog.org/2013/06/18/the-rise-of-the-indieweb/>
30-
* Microformats2 JSON: <http://notizblog.org/2013/06/18/the-rise-of-the-indieweb/feed/mf2>
31-
* JF2: <http://notizblog.org/2013/06/18/the-rise-of-the-indieweb/feed/jf2>
30+
* Original: <https://notiz.blog/2013/06/18/the-rise-of-the-indieweb/>
31+
* Microformats2 JSON: <https://notiz.blog/2013/06/18/the-rise-of-the-indieweb/feed/mf2>
32+
* JF2: <https://notiz.blog/2013/06/18/the-rise-of-the-indieweb/feed/jf2>
3233

3334
== FAQ ==
3435

@@ -78,6 +79,11 @@ To install a WordPress Plugin manually:
7879

7980
Project actively developed on Github at [indieweb/wordpress-mf2-feed](https://github.com/indieweb/wordpress-mf2-feed). Please file support issues there.
8081

82+
= 2.0.1 =
83+
84+
* Fixed "flush rewrite rules"
85+
* Added filter to extend the mf2/jf2 data
86+
8187
= 2.0.0 =
8288

8389
* Complete re-write to match the latest ideas of rel-alternate: https://github.com/indieweb/wordpress-uf2/issues/38

0 commit comments

Comments
 (0)
Please sign in to comment.