Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Apr 5, 2024
1 parent b239f8a commit 041e384
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions languages/pubsubhubbub.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is distributed under the MIT.
msgid ""
msgstr ""
"Project-Id-Version: WebSub (FKA. PubSubHubbub) 3.2.0\n"
"Project-Id-Version: WebSub (FKA. PubSubHubbub) 3.2.1\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wordpress-pubsubhubbub\n"
"POT-Creation-Date: 2024-01-19 19:12:05+00:00\n"
"POT-Creation-Date: 2024-04-05 12:00:30+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion pubsubhubbub.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WebSub (FKA. PubSubHubbub)
* Plugin URI: https://github.com/pubsubhubbub/wordpress-pubsubhubbub/
* Description: A better way to tell the world when your blog is updated.
* Version: 3.2.0
* Version: 3.2.1
* Author: PubSubHubbub Team
* Author URI: https://github.com/pubsubhubbub/wordpress-pubsubhubbub
* License: MIT
Expand Down
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
**Author URI:** https://github.com/pubsubhubbub/wordpress-pubsubhubbub
**Tags:** webhook, websub, pubsub, ping, indieweb, ostatus
**Requires at least:** 4.5
**Tested up to:** 6.4
**Stable tag:** 3.2.0
**Tested up to:** 6.5
**Stable tag:** 3.2.1

A better way to tell the world when your blog is updated.

Expand Down Expand Up @@ -78,6 +78,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.2.1 ###

* fix: empty option on fresh install leads to broken feed links

### 3.2.0 ###

* improved validating, sanitizing, and escaping
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Author: PubSubHubbub Team
Author URI: https://github.com/pubsubhubbub/wordpress-pubsubhubbub
Tags: webhook, websub, pubsub, ping, indieweb, ostatus
Requires at least: 4.5
Tested up to: 6.4
Stable tag: 3.2.0
Tested up to: 6.5
Stable tag: 3.2.1

A better way to tell the world when your blog is updated.

Expand Down Expand Up @@ -76,6 +76,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.2.1 =

* fix: empty option on fresh install leads to broken feed links

= 3.2.0 =

* improved validating, sanitizing, and escaping
Expand Down

0 comments on commit 041e384

Please sign in to comment.