Skip to content

Commit 2f3bb20

Browse files
committed
Bump version
1 parent f7cebe1 commit 2f3bb20

4 files changed

Lines changed: 45 additions & 28 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ matrix:
2626
- php: 5.6
2727
- php: 5.6
2828
env: WP_PULUGIN_DEPLOY=1
29-
- php: 5.5
30-
- php: 5.4
31-
- php: 5.3
32-
dist: precise
3329
before_script:
3430
- |
3531
# Remove Xdebug for a huge performance increase:

languages/mf2-feed.pot

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
# Copyright (C) 2018 Matthias Pfefferle
1+
# Copyright (C) 2019 Matthias Pfefferle
22
# This file is distributed under the MIT.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: MF2 Feed 2.1.0\n"
6-
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mf2-feed\n"
7-
"POT-Creation-Date: 2018-11-29 08:49:18+00:00\n"
5+
"Project-Id-Version: MF2 Feed 3.0.0\n"
6+
"Report-Msgid-Bugs-To: "
7+
"https://wordpress.org/support/plugin/wordpress-mf2-feed\n"
8+
"POT-Creation-Date: 2019-12-30 03:38:36+00:00\n"
89
"MIME-Version: 1.0\n"
910
"Content-Type: text/plain; charset=utf-8\n"
1011
"Content-Transfer-Encoding: 8bit\n"
11-
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
12+
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
1213
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1314
"Language-Team: LANGUAGE <LL@li.org>\n"
14-
"X-Generator: grunt-wp-i18n1.0.2\n"
15+
"X-Generator: grunt-wp-i18n 1.0.3\n"
1516

1617
#. Plugin Name of the plugin/theme
1718
msgid "MF2 Feed"

readme.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
# MF2 Feeds #
2-
**Contributors:** [pfefferle](https://profiles.wordpress.org/pfefferle), [indieweb](https://profiles.wordpress.org/indieweb)
2+
**Contributors:** [pfefferle](https://profiles.wordpress.org/pfefferle), [dshanske](https://profiles.wordpress.org/dshanske), [indieweb](https://profiles.wordpress.org/indieweb)
33
**Donate link:** https://notiz.blog/donate/
44
**Tags:** microformats, mf2, jf2, rel-alternate, indieweb
5-
**Requires at least:** 4.7
6-
**Tested up to:** 4.9.8
7-
**Stable tag:** 2.1.0
8-
**Requires PHP:** 5.3
5+
**Requires at least:** 5.2
6+
**Tested up to:** 5.3.2
7+
**Stable tag:** 3.0.0
8+
**Requires PHP:** 5.6
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
1111

12-
Microformats2 Feeds for WordPress
12+
Add Microformats2 Feeds for WordPress
1313

1414
## Description ##
1515

16-
[Microformats2](https://indieweb.org/microformats) are a key [building-block](https://indieweb.org/Category:building-blocks) of the IndieWeb, but it is very hard (if not impossible) to get Microformats2 as a core feature for all WordPress themes. There are several themes that are supporting Microformats2, but everyone should choose his prefered theme and should not be limited to use one of the [few community themes](https://indieweb.org/WordPress/Themes). After [a lot of discussions](https://github.com/indieweb/wordpress-uf2/issues/30) and some different plugin approaches, we are trying to provide an alternate ([`rel=altenate`](https://indieweb.org/rel-alternate)) representation of the microformatted HTML.
16+
Provides a [Microformats2 JSON](http://microformats.org/wiki/microformats2-parsing) "Feed" for every WordPress URL, and helps to allow other sites to get pre-parsed [Microformats-JSON](https://indieweb.org/jf2) even if the theme
17+
does not support Microformats2.
1718

18-
The `mf2-feed` plugin provides a [Microformats2 JSON](http://microformats.org/wiki/microformats2-parsing) "Feed" for every WordPress URL, and helps to get a pre-parsed [Microformats-JSON](https://indieweb.org/jf2) even if the theme does not support Microformats2.
19+
[Microformats2](https://indieweb.org/microformats) are a key [building-block](https://indieweb.org/Category:building-blocks) of the IndieWeb, but it is very hard (if not impossible) to get Microformats2 as a core feature for all WordPress themes. There are several themes that are supporting Microformats2, but everyone should choose his prefered theme and should not be limited to use one of the [few community themes](https://indieweb.org/WordPress/Themes). After [a lot of discussions](https://github.com/indieweb/wordpress-uf2/issues/30) and some different plugin approaches, we are trying to provide an alternate ([`rel=altenate`](https://indieweb.org/rel-alternate)) representation of the microformatted HTML.
1920

2021
The plugin is inspired by the URL design of [p3k](https://github.com/aaronpk/p3k) of [@aaronpk](https://github.com/aaronpk).
2122

@@ -35,7 +36,7 @@ WordPress Example:
3536

3637
### What are Microformats 2? ###
3738

38-
Microformats are a simple way to markup structured information in HTML. WordPress incorporates some classic Microformats. Microformats 2 supersedes class microformats.
39+
Microformats are a simple way to markup structured information in HTML using classes. WordPress incorporates some classic Microformats. Microformats 2 supersedes classic microformats.
3940

4041
## Installation ##
4142

@@ -79,6 +80,15 @@ To install a WordPress Plugin manually:
7980

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

83+
### 3.0.0 ###
84+
* Refactored to match the configuration of feeds built into WordPress
85+
* Bumped PHP Version requirement to PHP5.6 to match WordPress 5.3
86+
* Bumped minimum WordPress version to 5.2 as this allows for the version of get_content that includes a $post parameter
87+
* Fixed incorrect PHPCS configuration
88+
* Enabled JSON Pretty Print by default as originally disabled due a PHP5.4 requirement
89+
* Changed Post Item Generation Class to use WordPress functions instead of directly accessing the data where applicable
90+
* Adjusted jf2 feed to comply with jf2feed spec (https://jf2.spec.indieweb.org/#jf2feed)
91+
8292
### 2.1.0 ###
8393

8494
* Fixed JSON output

readme.txt

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
=== MF2 Feeds ===
2-
Contributors: pfefferle, indieweb
2+
Contributors: pfefferle, dshanske, indieweb
33
Donate link: https://notiz.blog/donate/
44
Tags: microformats, mf2, jf2, rel-alternate, indieweb
5-
Requires at least: 4.7
6-
Tested up to: 4.9.8
7-
Stable tag: 2.1.0
8-
Requires PHP: 5.3
5+
Requires at least: 5.2
6+
Tested up to: 5.3.2
7+
Stable tag: 3.0.0
8+
Requires PHP: 5.6
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
1111

12-
Microformats2 Feeds for WordPress
12+
Add Microformats2 Feeds for WordPress
1313

1414
== Description ==
1515

16-
[Microformats2](https://indieweb.org/microformats) are a key [building-block](https://indieweb.org/Category:building-blocks) of the IndieWeb, but it is very hard (if not impossible) to get Microformats2 as a core feature for all WordPress themes. There are several themes that are supporting Microformats2, but everyone should choose his prefered theme and should not be limited to use one of the [few community themes](https://indieweb.org/WordPress/Themes). After [a lot of discussions](https://github.com/indieweb/wordpress-uf2/issues/30) and some different plugin approaches, we are trying to provide an alternate ([`rel=altenate`](https://indieweb.org/rel-alternate)) representation of the microformatted HTML.
16+
Provides a [Microformats2 JSON](http://microformats.org/wiki/microformats2-parsing) "Feed" for every WordPress URL, and helps to allow other sites to get pre-parsed [Microformats-JSON](https://indieweb.org/jf2) even if the theme
17+
does not support Microformats2.
1718

18-
The `mf2-feed` plugin provides a [Microformats2 JSON](http://microformats.org/wiki/microformats2-parsing) "Feed" for every WordPress URL, and helps to get a pre-parsed [Microformats-JSON](https://indieweb.org/jf2) even if the theme does not support Microformats2.
19+
[Microformats2](https://indieweb.org/microformats) are a key [building-block](https://indieweb.org/Category:building-blocks) of the IndieWeb, but it is very hard (if not impossible) to get Microformats2 as a core feature for all WordPress themes. There are several themes that are supporting Microformats2, but everyone should choose his prefered theme and should not be limited to use one of the [few community themes](https://indieweb.org/WordPress/Themes). After [a lot of discussions](https://github.com/indieweb/wordpress-uf2/issues/30) and some different plugin approaches, we are trying to provide an alternate ([`rel=altenate`](https://indieweb.org/rel-alternate)) representation of the microformatted HTML.
1920

2021
The plugin is inspired by the URL design of [p3k](https://github.com/aaronpk/p3k) of [@aaronpk](https://github.com/aaronpk).
2122

@@ -35,7 +36,7 @@ WordPress Example:
3536

3637
= What are Microformats 2? =
3738

38-
Microformats are a simple way to markup structured information in HTML. WordPress incorporates some classic Microformats. Microformats 2 supersedes class microformats.
39+
Microformats are a simple way to markup structured information in HTML using classes. WordPress incorporates some classic Microformats. Microformats 2 supersedes classic microformats.
3940

4041
== Installation ==
4142

@@ -79,6 +80,15 @@ To install a WordPress Plugin manually:
7980

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

83+
= 3.0.0 =
84+
* Refactored to match the configuration of feeds built into WordPress
85+
* Bumped PHP Version requirement to PHP5.6 to match WordPress 5.3
86+
* Bumped minimum WordPress version to 5.2 as this allows for the version of get_content that includes a $post parameter
87+
* Fixed incorrect PHPCS configuration
88+
* Enabled JSON Pretty Print by default as originally disabled due a PHP5.4 requirement
89+
* Changed Post Item Generation Class to use WordPress functions instead of directly accessing the data where applicable
90+
* Adjusted jf2 feed to comply with jf2feed spec (https://jf2.spec.indieweb.org/#jf2feed)
91+
8292
= 2.1.0 =
8393

8494
* Fixed JSON output

0 commit comments

Comments
 (0)