File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,9 @@ public static function register_plugins() {
171
171
array (
172
172
'slug ' => 'simple-location ' ,
173
173
),
174
+ array (
175
+ 'slug ' => 'pubsubhubbub ' ,
176
+ ),
174
177
);
175
178
return $ plugin_array ;
176
179
}
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ Project maintained on github at [indieweb/wordpress-indieweb](https://github.com
88
88
* Remove unused dependencies
89
89
* Change svg generation package to ensure maximum size of svg icons
90
90
* Add link to chat page in Getting Started page
91
+ * Add Websub plugin
91
92
92
93
### 3.3.7 ###
93
94
* Add micro.blog username to user profile as it uses rel-me
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ Project maintained on github at [indieweb/wordpress-indieweb](https://github.com
88
88
* Remove unused dependencies
89
89
* Change svg generation package to ensure maximum size of svg icons
90
90
* Add link to chat page in Getting Started page
91
+ * Add Websub plugin
91
92
92
93
= 3.3.7 =
93
94
* Add micro.blog username to user profile as it uses rel-me
You can’t perform that action at this time.
0 commit comments