Skip to content

Commit

Permalink
Merge pull request #293 from pfefferle/version-404
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
pfefferle authored Sep 16, 2020
2 parents 8de0b2c + bec4802 commit 8a2d249
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 45 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ before_script:
composer global require "phpunit/phpunit:^6"
;;
5.6)
echo "Using PHPUnit 4.x"
composer global require "phpunit/phpunit:^4"
echo "Using PHPUnit 5.x"
composer global require "phpunit/phpunit:^5"
;;
*)
echo "No PHPUnit version handling for PHP version $TRAVIS_PHP_VERSION"
Expand Down
60 changes: 26 additions & 34 deletions languages/webmention.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: Webmention 4.0.3\n"
"Project-Id-Version: Webmention 4.0.4\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wordpress-webmention\n"
"POT-Creation-Date: 2020-06-17 07:26:23+00:00\n"
"POT-Creation-Date: 2020-09-16 14:27:08+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -365,72 +365,64 @@ msgstr ""
msgid "Webmention Vouch URL"
msgstr ""

#: includes/class-webmention-receiver.php:240
#: includes/class-webmention-receiver.php:243
msgid "Target is not on this domain"
msgstr ""

#: includes/class-webmention-receiver.php:247
#: includes/class-webmention-receiver.php:261
#: includes/class-webmention-receiver.php:250
#: includes/class-webmention-receiver.php:264
msgid "Target is not a valid post"
msgstr ""

#: includes/class-webmention-receiver.php:251
#: includes/class-webmention-receiver.php:254
msgid "Target and source cannot direct to the same resource"
msgstr ""

#: includes/class-webmention-receiver.php:256
#: includes/class-webmention-receiver.php:259
msgid "Pings are disabled for this post"
msgstr ""

#: includes/class-webmention-receiver.php:323
#: includes/class-webmention-receiver.php:326
msgid "Webmention is scheduled"
msgstr ""

#: includes/class-webmention-receiver.php:397
#: includes/class-webmention-receiver.php:400
msgid "Webmention was successful"
msgstr ""

#: includes/class-webmention-receiver.php:448
#: includes/class-webmention-receiver.php:451
#: includes/class-webmention-vouch.php:58
msgid "Invalid data passed"
msgstr ""

#: includes/class-webmention-receiver.php:467
msgid "Source URL not found"
msgstr ""

#: includes/class-webmention-receiver.php:481
#: includes/class-webmention-request.php:241
msgid "Content Type is not supported"
#: includes/class-webmention-receiver.php:477
msgid "Cannot find target link"
msgstr ""

#: includes/class-webmention-receiver.php:496
#: includes/class-webmention-request.php:264
msgid "Resource not found"
#: includes/class-webmention-receiver.php:677
#. translators: This post format was mentioned on this URL with this domain
#. name
msgid "This %1$s was mentioned on <a href=\"%2$s\">%3$s</a>"
msgstr ""

#: includes/class-webmention-receiver.php:505
#: includes/class-webmention-request.php:281
msgid "Resource has been deleted"
#: includes/class-webmention-request.php:173
msgid "Content Type is not supported"
msgstr ""

#: includes/class-webmention-receiver.php:514
#: includes/class-webmention-request.php:289
msgid "Resource removed for legal reasons"
#: includes/class-webmention-request.php:196
msgid "Resource not found"
msgstr ""

#: includes/class-webmention-receiver.php:548
msgid "Cannot find target link"
#: includes/class-webmention-request.php:204
msgid "Method not allowed"
msgstr ""

#: includes/class-webmention-receiver.php:746
#. translators: This post format was mentioned on this URL with this domain
#. name
msgid "This %1$s was mentioned on <a href=\"%2$s\">%3$s</a>"
#: includes/class-webmention-request.php:213
msgid "Resource has been deleted"
msgstr ""

#: includes/class-webmention-request.php:272
msgid "Method not allowed"
#: includes/class-webmention-request.php:221
msgid "Resource removed for legal reasons"
msgstr ""

#: includes/class-webmention-vouch.php:25
Expand Down
14 changes: 10 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
**Donate link:** https://notiz.blog/donate/
**Tags:** webmention, pingback, trackback, linkback, indieweb, comment, response
**Requires at least:** 4.9
**Tested up to:** 5.4
**Stable tag:** 4.0.3
**Tested up to:** 5.5
**Stable tag:** 4.0.4
**Requires PHP:** 5.6
**License:** MIT
**License URI:** https://opensource.org/licenses/MIT
Expand Down Expand Up @@ -93,7 +93,13 @@ Webmention headers are only shown if webmentions are available for that particul

Project and support maintained on github at [pfefferle/wordpress-webmention](https://github.com/pfefferle/wordpress-webmention).

### 4.0.4 ###

* Update dependencies
* Fix WordPress warnings

### 4.0.3 ###

* Move comment approve list and auto approve to the `wp_allow_comment` function called by the `wp_new_comment` function.
* Minor fix to avatar function to account for the fact comments have an empty comment type

Expand All @@ -103,8 +109,8 @@ Project and support maintained on github at [pfefferle/wordpress-webmention](htt

### 4.0.1 ###

* show webmention form only if `pings_open`
* show webmention form also if comments are disabled
* Show webmention form only if `pings_open`
* Show webmention form also if comments are disabled

### 4.0.0 ###

Expand Down
14 changes: 10 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: pfefferle, dshanske
Donate link: https://notiz.blog/donate/
Tags: webmention, pingback, trackback, linkback, indieweb, comment, response
Requires at least: 4.9
Tested up to: 5.4
Stable tag: 4.0.3
Tested up to: 5.5
Stable tag: 4.0.4
Requires PHP: 5.6
License: MIT
License URI: https://opensource.org/licenses/MIT
Expand Down Expand Up @@ -91,7 +91,13 @@ Webmention headers are only shown if webmentions are available for that particul

Project and support maintained on github at [pfefferle/wordpress-webmention](https://github.com/pfefferle/wordpress-webmention).

= 4.0.4 =

* Update dependencies
* Fix WordPress warnings

= 4.0.3 =

* Move comment approve list and auto approve to the `wp_allow_comment` function called by the `wp_new_comment` function.
* Minor fix to avatar function to account for the fact comments have an empty comment type

Expand All @@ -101,8 +107,8 @@ Project and support maintained on github at [pfefferle/wordpress-webmention](htt

= 4.0.1 =

* show webmention form only if `pings_open`
* show webmention form also if comments are disabled
* Show webmention form only if `pings_open`
* Show webmention form also if comments are disabled

= 4.0.0 =

Expand Down
2 changes: 1 addition & 1 deletion webmention.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Webmention support for WordPress posts
* Author: Matthias Pfefferle
* Author URI: https://notiz.blog/
* Version: 4.0.3
* Version: 4.0.4
* License: MIT
* License URI: https://opensource.org/licenses/MIT
* Text Domain: webmention
Expand Down

0 comments on commit 8a2d249

Please sign in to comment.