From e250bde5d0469e484384d5a849dcc1f1b1d96731 Mon Sep 17 00:00:00 2001 From: agata <automa@insicuri.net> Date: Mon, 5 Aug 2019 19:39:36 +0200 Subject: [PATCH] [auto] plugin: pubsubhubbub 3.0.3 --- .../plugins/pubsubhubbub/languages/pubsubhubbub.pot | 4 ++-- wp-content/plugins/pubsubhubbub/pubsubhubbub.php | 2 +- wp-content/plugins/pubsubhubbub/readme.txt | 10 +++++++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/wp-content/plugins/pubsubhubbub/languages/pubsubhubbub.pot b/wp-content/plugins/pubsubhubbub/languages/pubsubhubbub.pot index eff84d4d0..fbc3e3fd1 100644 --- a/wp-content/plugins/pubsubhubbub/languages/pubsubhubbub.pot +++ b/wp-content/plugins/pubsubhubbub/languages/pubsubhubbub.pot @@ -2,10 +2,10 @@ # This file is distributed under the MIT. msgid "" msgstr "" -"Project-Id-Version: WebSub/PubSubHubbub 3.0.2\n" +"Project-Id-Version: WebSub/PubSubHubbub 3.0.3\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/wordpress-pubsubhubbub\n" -"POT-Creation-Date: 2019-02-10 21:23:48+00:00\n" +"POT-Creation-Date: 2019-07-26 07:58:30+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/wp-content/plugins/pubsubhubbub/pubsubhubbub.php b/wp-content/plugins/pubsubhubbub/pubsubhubbub.php index 6e980c9e7..282818bce 100755 --- a/wp-content/plugins/pubsubhubbub/pubsubhubbub.php +++ b/wp-content/plugins/pubsubhubbub/pubsubhubbub.php @@ -3,7 +3,7 @@ * Plugin Name: WebSub/PubSubHubbub * Plugin URI: https://github.com/pubsubhubbub/wordpress-pubsubhubbub/ * Description: A better way to tell the world when your blog is updated. - * Version: 3.0.2 + * Version: 3.0.3 * Author: Matthias Pfefferle * Author URI: https://notiz.blog/ * License: MIT diff --git a/wp-content/plugins/pubsubhubbub/readme.txt b/wp-content/plugins/pubsubhubbub/readme.txt index 21b66e201..f10ea3f6f 100644 --- a/wp-content/plugins/pubsubhubbub/readme.txt +++ b/wp-content/plugins/pubsubhubbub/readme.txt @@ -3,14 +3,14 @@ Contributors: pfefferle, joshfraz Donate link: https://notiz.blog/donate/ Tags: webhooks, websub, puhsubhubbub, pubsub, ping, push, indieweb, openweb, ostatus Requires at least: 4.5 -Tested up to: 5.1 -Stable tag: 3.0.2 +Tested up to: 5.2.2 +Stable tag: 3.0.3 A better way to tell the world when your blog is updated. == Description == -This plugin is a simple way to let people know in real-time when your blog is updated. PubSubHubbub/WebSub is widely adopted and is used by Google Reader, Google Alerts and many other services. 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. +This plugin is a simple way to let people know in real-time when your blog is updated. PubSubHubbub/WebSub is widely adopted and is used by Google Alerts and many other services. 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. This plugin: @@ -73,6 +73,10 @@ A WebSub Subscriber is an implementation that discovers the hub and topic URL gi Project maintained on github at [pubsubhubbub/wordpress-pubsubhubbub](https://github.com/pubsubhubbub/wordpress-pubsubhubbub). += 3.0.3 = + +* update dependencies + = 3.0.2 = * better `self-link` generator -- GitLab