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

Commit

Permalink
Merge pull request #160 from dshanske/listen
Browse files Browse the repository at this point in the history
Add Listen and Watch Support for Podcasting Purposes
  • Loading branch information
pfefferle committed Apr 4, 2018
2 parents 31b72d0 + f716d65 commit f508b0c
Show file tree
Hide file tree
Showing 12 changed files with 671 additions and 318 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
**Tags:** webmention, pingback, trackback, linkback, microformats, comments, indieweb
**Requires at least:** 4.8.2
**Requires PHP:** 5.4
**Tested up to:** 4.9.2
**Stable tag:** 3.7.5
**Tested up to:** 4.9.4
**Stable tag:** 3.7.6
**License:** MIT
**License URI:** http://opensource.org/licenses/MIT

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

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

### 3.7.6 ###
* Update Parser to version 0.4.3
* Introduce watch and listen properties

### 3.7.5 ###

* fixed Reacji UI ((#154)[https://github.com/pfefferle/wordpress-semantic-linkbacks/issues/154])
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": ">=5.3.0",
"composer/installers": "~1.0",
"mf2/mf2": "^0.3.2",
"mf2/mf2": "^0.4.2",
"p3k/emoji-detector": "^0.2.0"
},
"require-dev": {
Expand Down
115 changes: 58 additions & 57 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f508b0c

Please sign in to comment.