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

Commit

Permalink
added main feed
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Jul 18, 2017
1 parent f19bcda commit 98d6812
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Donate link:** http://14101978.de
**Requires at least:** 4.5
**Tested up to:** 4.8
**Stable tag:** 2.2.2
**Stable tag:** 2.2.3
**License:** MIT
**License URI:** https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -43,7 +43,7 @@ Plugin requirements:
* the `host-meta`-plugin: http://wordpress.org/plugins/host-meta/
* the `WebFinger`-plugin: http://wordpress.org/plugins/webfinger/
* the `Salmon`-plugin: http://wordpress.org/plugins/salmon/
* the `ActivityStream extension`-plugin: http://wordpress.org/plugins/activitystream-extension/
* the `ActivityStreams`-plugin: http://wordpress.org/plugins/activitystream-extension/

## Installation ##

Expand All @@ -63,6 +63,10 @@ If you are the author of a relevant plugin, or are planning one, contact us to g

## Changelog ##

### 2.2.3 ###

* add main OStatus feed URL

### 2.2.2 ###

* support the legacy WebFinger specs
Expand Down
4 changes: 3 additions & 1 deletion ostatus-for-wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: http://notiz.blog/
* License: MIT
* License URI: http://opensource.org/licenses/MIT
* Version: 2.2.2
* Version: 2.2.3
* Text Domain: ostatus-for-wordpress
* Domain Path: /languages
*/
Expand Down Expand Up @@ -109,6 +109,8 @@ public static function pubsubhubbub_feed_urls( $feeds, $post_id ) {
$post = get_post( $post_id );
$feeds[] = get_author_feed_link( $post->post_author, 'ostatus' );

$feeds[] = get_feed_link( 'ostatus' );

return $feeds;
}

Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: ostatus, federated, mastodon, social, gnusocial, statusnet
Donate link: http://14101978.de
Requires at least: 4.5
Tested up to: 4.8
Stable tag: 2.2.2
Stable tag: 2.2.3
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -43,7 +43,7 @@ Plugin requirements:
* the `host-meta`-plugin: http://wordpress.org/plugins/host-meta/
* the `WebFinger`-plugin: http://wordpress.org/plugins/webfinger/
* the `Salmon`-plugin: http://wordpress.org/plugins/salmon/
* the `ActivityStream extension`-plugin: http://wordpress.org/plugins/activitystream-extension/
* the `ActivityStreams`-plugin: http://wordpress.org/plugins/activitystream-extension/

== Installation ==

Expand All @@ -63,6 +63,10 @@ If you are the author of a relevant plugin, or are planning one, contact us to g

== Changelog ==

= 2.2.3 =

* add main OStatus feed URL

= 2.2.2 =

* support the legacy WebFinger specs
Expand Down

0 comments on commit 98d6812

Please sign in to comment.