Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit f508b0c

Browse files
authored
Merge pull request #160 from dshanske/listen
Add Listen and Watch Support for Podcasting Purposes
2 parents 31b72d0 + f716d65 commit f508b0c

12 files changed

+671
-318
lines changed

‎README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
**Tags:** webmention, pingback, trackback, linkback, microformats, comments, indieweb
55
**Requires at least:** 4.8.2
66
**Requires PHP:** 5.4
7-
**Tested up to:** 4.9.2
8-
**Stable tag:** 3.7.5
7+
**Tested up to:** 4.9.4
8+
**Stable tag:** 3.7.6
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
1111

@@ -68,6 +68,10 @@ The Webmention and Pingback logos are made by [Aaron Parecki](http://aaronpareck
6868

6969
Project actively developed on Github at [pfefferle/wordpress-semantic-linkbacks](https://github.com/pfefferle/wordpress-semantic-linkbacks). Please file support issues there.
7070

71+
### 3.7.6 ###
72+
* Update Parser to version 0.4.3
73+
* Introduce watch and listen properties
74+
7175
### 3.7.5 ###
7276

7377
* fixed Reacji UI ((#154)[https://github.com/pfefferle/wordpress-semantic-linkbacks/issues/154])

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": ">=5.3.0",
1717
"composer/installers": "~1.0",
18-
"mf2/mf2": "^0.3.2",
18+
"mf2/mf2": "^0.4.2",
1919
"p3k/emoji-detector": "^0.2.0"
2020
},
2121
"require-dev": {

‎composer.lock

+58-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)