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 9da5b0f

Browse files
committedJul 21, 2021
version bump
1 parent 4062ce6 commit 9da5b0f

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed
 

‎includes/feed-jf2.php

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*
55
* @package MF2 Feed
66
*/
7-
87
header( 'Content-Type: ' . feed_content_type( 'jf2feed' ), true );
98

109
require_once dirname( __FILE__ ) . '/class-mf2-feed-entry.php';

‎languages/mf2-feed.pot

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Copyright (C) 2020 IndieWeb WordPress Outreach Club
1+
# Copyright (C) 2021 IndieWeb WordPress Outreach Club
22
# This file is distributed under the MIT.
33
msgid ""
44
msgstr ""
55
"Project-Id-Version: MF2 Feed 3.1.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mf2-feed\n"
7-
"POT-Creation-Date: 2020-12-09 11:04:57+00:00\n"
7+
"POT-Creation-Date: 2021-07-21 14:14:06+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
11-
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
11+
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"
1414
"X-Generator: grunt-wp-i18n1.0.2\n"

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Donate link:** https://opencollective.com/indieweb
44
**Tags:** microformats, mf2, jf2, rel-alternate, indieweb
55
**Requires at least:** 5.2
6-
**Tested up to:** 5.6
6+
**Tested up to:** 5.8
77
**Stable tag:** 3.1.0
88
**Requires PHP:** 5.6
99
**License:** MIT

‎readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: pfefferle, dshanske, indieweb
33
Donate link: https://opencollective.com/indieweb
44
Tags: microformats, mf2, jf2, rel-alternate, indieweb
55
Requires at least: 5.2
6-
Tested up to: 5.6
6+
Tested up to: 5.8
77
Stable tag: 3.1.0
88
Requires PHP: 5.6
99
License: MIT

0 commit comments

Comments
 (0)
Please sign in to comment.