Version Description
- updated screenshot
- updated default PubSubHubbub hub URLs to HTTPS from HTTP
- updated some documentation URLs to use HTTPS
- added workaround for invalid screenshot URL generated by grunt-wp-readme-to-markdown
Download this release
Release Info
Developer | pfefferle |
Plugin | WebSub/PubSubHubbub |
Version | 1.7.2 |
Comparing to | |
See all releases |
Code changes from version 1.7.1 to 1.7.2
- languages/pubsubhubbub.pot +3 -3
- pubsubhubbub.php +13 -13
- readme.txt +12 -4
- screenshot-1.png +0 -0
languages/pubsubhubbub.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the PubSubHubbub package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: PubSubHubbub 1.7.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pubsubhubbub\n"
|
7 |
-
"POT-Creation-Date: 2015-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -64,5 +64,5 @@ msgid "Josh Fraser, Matthias Pfefferle"
|
|
64 |
msgstr ""
|
65 |
|
66 |
#. Author URI of the plugin/theme
|
67 |
-
msgid "
|
68 |
msgstr ""
|
2 |
# This file is distributed under the same license as the PubSubHubbub package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: PubSubHubbub 1.7.2\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pubsubhubbub\n"
|
7 |
+
"POT-Creation-Date: 2015-11-03 10:40:52+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
64 |
msgstr ""
|
65 |
|
66 |
#. Author URI of the plugin/theme
|
67 |
+
msgid "https://wordpress.org/plugins/pubsubhubbub/"
|
68 |
msgstr ""
|
pubsubhubbub.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
-
Plugin Name: PubSubHubbub
|
4 |
-
Plugin URI: https://github.com/pubsubhubbub/
|
5 |
-
Description: A better way to tell the world when your blog is updated.
|
6 |
-
Version: 1.7.
|
7 |
-
Author: Josh Fraser, Matthias Pfefferle
|
8 |
-
Author Email: joshfraz@gmail.com
|
9 |
-
Author URI:
|
10 |
-
Domain Path: /languages
|
11 |
-
*/
|
12 |
|
13 |
include( 'publisher.php' );
|
14 |
|
@@ -142,8 +142,8 @@ function pshb_get_pubsub_endpoints() {
|
|
142 |
|
143 |
// if no values have been set, revert to the defaults (pubsubhubbub on app engine & superfeedr)
|
144 |
if ( ! $endpoints ) {
|
145 |
-
$hub_urls[] = '
|
146 |
-
$hub_urls[] = '
|
147 |
}
|
148 |
|
149 |
// clean out any blank values
|
@@ -261,7 +261,7 @@ function pshb_query_var($vars) {
|
|
261 |
add_filter( 'query_vars', 'pshb_query_var' );
|
262 |
|
263 |
/**
|
264 |
-
* adds link headers as defined in the
|
265 |
*
|
266 |
* @link https://github.com/pubsubhubbub/PubSubHubbub/issues/2
|
267 |
*/
|
1 |
<?php
|
2 |
+
/**
|
3 |
+
* Plugin Name: PubSubHubbub
|
4 |
+
* Plugin URI: https://github.com/pubsubhubbub/
|
5 |
+
* Description: A better way to tell the world when your blog is updated.
|
6 |
+
* Version: 1.7.2
|
7 |
+
* Author: Josh Fraser, Matthias Pfefferle
|
8 |
+
* Author Email: joshfraz@gmail.com
|
9 |
+
* Author URI: https://wordpress.org/plugins/pubsubhubbub/
|
10 |
+
* Domain Path: /languages
|
11 |
+
*/
|
12 |
|
13 |
include( 'publisher.php' );
|
14 |
|
142 |
|
143 |
// if no values have been set, revert to the defaults (pubsubhubbub on app engine & superfeedr)
|
144 |
if ( ! $endpoints ) {
|
145 |
+
$hub_urls[] = 'https://pubsubhubbub.appspot.com';
|
146 |
+
$hub_urls[] = 'https://pubsubhubbub.superfeedr.com';
|
147 |
}
|
148 |
|
149 |
// clean out any blank values
|
261 |
add_filter( 'query_vars', 'pshb_query_var' );
|
262 |
|
263 |
/**
|
264 |
+
* adds link headers as defined in the current v0.4 draft
|
265 |
*
|
266 |
* @link https://github.com/pubsubhubbub/PubSubHubbub/issues/2
|
267 |
*/
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: joshfraz, pfefferle
|
|
3 |
Tags: pubsubhubbub, webhooks, pubsub
|
4 |
Requires at least: 2.5
|
5 |
Tested up to: 4.3.1
|
6 |
-
Stable tag: 1.7.
|
7 |
|
8 |
A better way to tell the world when your blog is updated.
|
9 |
|
@@ -17,14 +17,14 @@ This plugin:
|
|
17 |
* Supports multi-user installations (Wordpress MU)
|
18 |
* Supports multiple hubs
|
19 |
* Supports all of the feed formats used by WordPress, not just ATOM and RSS2
|
20 |
-
* Supports latest spec ([Version 0.4](
|
21 |
* Announces which hubs you are using by adding `<link rel="hub" ...>` declarations to your template header and ATOM feed
|
22 |
* Adds `<atom:link rel="hub" ...>` to your RSS feeds along with the necessary XMLNS declaration for RSS 0.92/1.0
|
23 |
|
24 |
By default this plugin will ping the following hubs:
|
25 |
|
26 |
-
* [Demo hub on Google App Engine](
|
27 |
-
* [SuperFeedr](
|
28 |
|
29 |
Please contact me if you operate a hub that you would like to be included as a default option.
|
30 |
|
@@ -51,6 +51,14 @@ and [Matthias Pfefferle](http://pfefferle.org "Matthias Pfefferle") at [Notizblo
|
|
51 |
|
52 |
== Changelog ==
|
53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
= 1.7.1 =
|
55 |
* fixed some links
|
56 |
* finished language support
|
3 |
Tags: pubsubhubbub, webhooks, pubsub
|
4 |
Requires at least: 2.5
|
5 |
Tested up to: 4.3.1
|
6 |
+
Stable tag: 1.7.2
|
7 |
|
8 |
A better way to tell the world when your blog is updated.
|
9 |
|
17 |
* Supports multi-user installations (Wordpress MU)
|
18 |
* Supports multiple hubs
|
19 |
* Supports all of the feed formats used by WordPress, not just ATOM and RSS2
|
20 |
+
* Supports latest spec ([Version 0.4](https://pubsubhubbub.github.io/PubSubHubbub/pubsubhubbub-core-0.4.html))
|
21 |
* Announces which hubs you are using by adding `<link rel="hub" ...>` declarations to your template header and ATOM feed
|
22 |
* Adds `<atom:link rel="hub" ...>` to your RSS feeds along with the necessary XMLNS declaration for RSS 0.92/1.0
|
23 |
|
24 |
By default this plugin will ping the following hubs:
|
25 |
|
26 |
+
* [Demo hub on Google App Engine](https://pubsubhubbub.appspot.com "Demo hub on Google App Engine")
|
27 |
+
* [SuperFeedr](https://pubsubhubbub.superfeedr.com "SuperFeedr")
|
28 |
|
29 |
Please contact me if you operate a hub that you would like to be included as a default option.
|
30 |
|
51 |
|
52 |
== Changelog ==
|
53 |
|
54 |
+
Project maintined on github at [pubsubhubbub/wordpress-pubsubhubbub](https://github.com/pubsubhubbub/wordpress-pubsubhubbub).
|
55 |
+
|
56 |
+
= 1.7.2 =
|
57 |
+
* updated screenshot
|
58 |
+
* updated default PubSubHubbub hub URLs to HTTPS from HTTP
|
59 |
+
* updated some documentation URLs to use HTTPS
|
60 |
+
* added workaround for invalid screenshot URL generated by grunt-wp-readme-to-markdown
|
61 |
+
|
62 |
= 1.7.1 =
|
63 |
* fixed some links
|
64 |
* finished language support
|
screenshot-1.png
CHANGED
Binary file
|