Version Description
- display topic URLs on the settings page
Download this release
Release Info
Developer | pfefferle |
Plugin | WebSub/PubSubHubbub |
Version | 2.2.1 |
Comparing to | |
See all releases |
Code changes from version 2.2.0 to 2.2.1
- .svnignore +1 -0
- languages/pubsubhubbub.pot +23 -13
- pubsubhubbub.php +1 -1
- readme.txt +8 -4
- templates/settings-page.php +15 -1
.svnignore
CHANGED
@@ -28,3 +28,4 @@ phpunit.xml.dist
|
|
28 |
tests
|
29 |
node_modules
|
30 |
vendor
|
|
28 |
tests
|
29 |
node_modules
|
30 |
vendor
|
31 |
+
package-lock.json
|
languages/pubsubhubbub.pot
CHANGED
@@ -1,36 +1,46 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: WebSub/PubSubHubbub
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pubsubhubbub\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
"X-Generator: grunt-wp-i18n 0.5.4\n"
|
15 |
|
16 |
-
#: pubsubhubbub.php:
|
17 |
msgid "Settings"
|
18 |
msgstr ""
|
19 |
|
20 |
-
|
|
|
|
|
|
|
|
|
21 |
msgid "Define custom hubs"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: templates/settings-page.php:
|
25 |
msgid "Hubs (one per line)"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: templates/settings-page.php:
|
29 |
-
msgid "
|
30 |
msgstr ""
|
31 |
|
32 |
-
|
33 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
msgstr ""
|
35 |
|
36 |
#. Plugin URI of the plugin/theme
|
@@ -46,5 +56,5 @@ msgid "Matthias Pfefferle"
|
|
46 |
msgstr ""
|
47 |
|
48 |
#. Author URI of the plugin/theme
|
49 |
-
msgid "https://
|
50 |
msgstr ""
|
1 |
+
# Copyright (C) 2018 Matthias Pfefferle
|
2 |
+
# This file is distributed under the MIT.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WebSub/PubSubHubbub 2.2.1\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pubsubhubbub\n"
|
7 |
+
"POT-Creation-Date: 2018-02-04 19:41:40+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
"X-Generator: grunt-wp-i18n 0.5.4\n"
|
15 |
|
16 |
+
#: pubsubhubbub.php:153
|
17 |
msgid "Settings"
|
18 |
msgstr ""
|
19 |
|
20 |
+
#. Plugin Name of the plugin/theme
|
21 |
+
msgid "WebSub/PubSubHubbub"
|
22 |
+
msgstr ""
|
23 |
+
|
24 |
+
#: templates/settings-page.php:4
|
25 |
msgid "Define custom hubs"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: templates/settings-page.php:19
|
29 |
msgid "Hubs (one per line)"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: templates/settings-page.php:28
|
33 |
+
msgid "Topic URLs"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: templates/settings-page.php:30
|
37 |
+
msgid ""
|
38 |
+
"These topic URLs will be send to the hub if you post a new, or update an "
|
39 |
+
"existing post:"
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: templates/settings-page.php:40
|
43 |
+
msgid "Thanks for using WebSub/PubSubHubbub!"
|
44 |
msgstr ""
|
45 |
|
46 |
#. Plugin URI of the plugin/theme
|
56 |
msgstr ""
|
57 |
|
58 |
#. Author URI of the plugin/theme
|
59 |
+
msgid "https://notiz.blog/"
|
60 |
msgstr ""
|
pubsubhubbub.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WebSub/PubSubHubbub
|
4 |
* Plugin URI: https://github.com/pubsubhubbub/wordpress-pubsubhubbub/
|
5 |
* Description: A better way to tell the world when your blog is updated.
|
6 |
-
* Version: 2.2.
|
7 |
* Author: Matthias Pfefferle
|
8 |
* Author URI: https://notiz.blog/
|
9 |
* License: MIT
|
3 |
* Plugin Name: WebSub/PubSubHubbub
|
4 |
* Plugin URI: https://github.com/pubsubhubbub/wordpress-pubsubhubbub/
|
5 |
* Description: A better way to tell the world when your blog is updated.
|
6 |
+
* Version: 2.2.1
|
7 |
* Author: Matthias Pfefferle
|
8 |
* Author URI: https://notiz.blog/
|
9 |
* License: MIT
|
readme.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
=== WebSub/PubSubHubbub ===
|
2 |
Contributors: pfefferle, joshfraz
|
3 |
-
Donate link:
|
4 |
Tags: webhooks, websub, puhsubhubbub, pubsub, ping, push, indieweb, openweb, ostatus
|
5 |
Requires at least: 4.5
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.2.
|
8 |
|
9 |
A better way to tell the world when your blog is updated.
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
-
This plugin is a simple way to let people know in real-time when your blog is updated. PubSubHubbub is widely adopted and is used by Google Reader, Google Alerts and many other services.
|
14 |
|
15 |
This plugin:
|
16 |
|
@@ -55,6 +55,10 @@ You can visit [PubsSubHubbub on Github](https://github.com/pubsubhubbub "PubsSub
|
|
55 |
|
56 |
Project maintained on github at [pubsubhubbub/wordpress-pubsubhubbub](https://github.com/pubsubhubbub/wordpress-pubsubhubbub).
|
57 |
|
|
|
|
|
|
|
|
|
58 |
= 2.2.0 =
|
59 |
|
60 |
* fixed a discovery bug
|
1 |
=== WebSub/PubSubHubbub ===
|
2 |
Contributors: pfefferle, joshfraz
|
3 |
+
Donate link: https://notiz.blog/donate/
|
4 |
Tags: webhooks, websub, puhsubhubbub, pubsub, ping, push, indieweb, openweb, ostatus
|
5 |
Requires at least: 4.5
|
6 |
+
Tested up to: 4.9.3
|
7 |
+
Stable tag: 2.2.1
|
8 |
|
9 |
A better way to tell the world when your blog is updated.
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
+
This plugin is a simple way to let people know in real-time when your blog is updated. PubSubHubbub is widely adopted and is used by Google Reader, Google Alerts and many other services. The latest version of the spec is called WebSub, and is developed by the W3C. Subscription requests are relayed through hubs, which validate and verify the request. Hubs then distribute new and updated content to subscribers when it becomes available.
|
14 |
|
15 |
This plugin:
|
16 |
|
55 |
|
56 |
Project maintained on github at [pubsubhubbub/wordpress-pubsubhubbub](https://github.com/pubsubhubbub/wordpress-pubsubhubbub).
|
57 |
|
58 |
+
= 2.2.1 =
|
59 |
+
|
60 |
+
* display topic URLs on the settings page
|
61 |
+
|
62 |
= 2.2.0 =
|
63 |
|
64 |
* fixed a discovery bug
|
templates/settings-page.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<div class="wrap">
|
2 |
-
<h2><?php _e( '
|
|
|
|
|
3 |
|
4 |
<form method="post" action="options.php">
|
5 |
<!-- starting -->
|
@@ -23,5 +25,17 @@ $pubsubhubbub_endpoints = trim( implode( PHP_EOL, pubsubhubbub_get_hubs() ), PHP
|
|
23 |
|
24 |
</form>
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
<p><strong><?php _e( 'Thanks for using WebSub/PubSubHubbub!', 'pubsubhubbub' ); ?></strong></p>
|
27 |
</div>
|
1 |
<div class="wrap">
|
2 |
+
<h2><?php _e( 'WebSub/PubSubHubbub', 'pubsubhubbub' ); ?></h2>
|
3 |
+
|
4 |
+
<h3><?php _e( 'Define custom hubs', 'pubsubhubbub' ); ?></h3>
|
5 |
|
6 |
<form method="post" action="options.php">
|
7 |
<!-- starting -->
|
25 |
|
26 |
</form>
|
27 |
|
28 |
+
<h3><?php _e( 'Topic URLs', 'pubsubhubbub' ); ?></h3>
|
29 |
+
|
30 |
+
<p><?php _e( 'These topic URLs will be send to the hub if you post a new, or update an existing post:', 'pubsubhubbub' ); ?></p>
|
31 |
+
|
32 |
+
<ul>
|
33 |
+
<?php foreach ( pubsubhubbub_get_topic_urls() as $topic_url ) { ?>
|
34 |
+
<li><pre><?php echo $topic_url; ?></pre></li>
|
35 |
+
<?php } ?>
|
36 |
+
</ul>
|
37 |
+
|
38 |
+
<hr />
|
39 |
+
|
40 |
<p><strong><?php _e( 'Thanks for using WebSub/PubSubHubbub!', 'pubsubhubbub' ); ?></strong></p>
|
41 |
</div>
|