Skip to content

Commit d5c3209

Browse files
authored
Merge pull request #105 from dshanske/websub
Add websub
2 parents be53e3f + 7e2a3dd commit d5c3209

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

indieweb.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ public static function register_plugins() {
171171
array(
172172
'slug' => 'simple-location',
173173
),
174+
array(
175+
'slug' => 'pubsubhubbub',
176+
),
174177
);
175178
return $plugin_array;
176179
}

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Project maintained on github at [indieweb/wordpress-indieweb](https://github.com
8888
* Remove unused dependencies
8989
* Change svg generation package to ensure maximum size of svg icons
9090
* Add link to chat page in Getting Started page
91+
* Add Websub plugin
9192

9293
### 3.3.7 ###
9394
* Add micro.blog username to user profile as it uses rel-me

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Project maintained on github at [indieweb/wordpress-indieweb](https://github.com
8888
* Remove unused dependencies
8989
* Change svg generation package to ensure maximum size of svg icons
9090
* Add link to chat page in Getting Started page
91+
* Add Websub plugin
9192

9293
= 3.3.7 =
9394
* Add micro.blog username to user profile as it uses rel-me

0 commit comments

Comments
 (0)