version bump

This commit is contained in:
Matthias Pfefferle 2018-12-09 22:20:40 +01:00
parent 6de740aebe
commit b063220d1c
3 changed files with 21 additions and 8 deletions

View file

@ -3,9 +3,9 @@
**Donate link:** https://notiz.blog/donate/
**Tags:** OStatus, fediverse, activitypub, activitystream
**Requires at least:** 4.7
**Tested up to:** 4.9.8
**Stable tag:** 0.0.2
**Requires PHP:** 5.3
**Tested up to:** 5.0
**Stable tag:** 0.1.0
**Requires PHP:** 5.6
**License:** MIT
**License URI:** http://opensource.org/licenses/MIT
@ -57,6 +57,8 @@ Project maintained on github at [pfefferle/wordpress-activitypub](https://github
### 0.1.0 ###
* added basic WebFinger support
* added basic NodeInfo support
* fully functional "follow" activity
### 0.0.2 ###

View file

@ -2,9 +2,9 @@
# This file is distributed under the MIT.
msgid ""
msgstr ""
"Project-Id-Version: ActivityPub 0.0.2\n"
"Project-Id-Version: ActivityPub 0.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/activitypub\n"
"POT-Creation-Date: 2018-12-07 23:01:55+00:00\n"
"POT-Creation-Date: 2018-12-09 21:09:03+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -34,6 +34,7 @@ msgstr ""
#: includes/class-rest-activitypub-followers.php:26
#: includes/class-rest-activitypub-outbox.php:28
#: includes/class-rest-activitypub-outbox.php:30
#: includes/class-rest-activitypub-webfinger.php:45
msgid "User not found"
msgstr ""
@ -45,6 +46,14 @@ msgstr ""
msgid "This method is not yet implemented"
msgstr ""
#: includes/class-rest-activitypub-webfinger.php:32
msgid "Resouce is invalid"
msgstr ""
#: includes/class-rest-activitypub-webfinger.php:39
msgid "Resouce host does not match blog host"
msgstr ""
#: templates/json-author.php:48
msgid "Blog"
msgstr ""

View file

@ -3,9 +3,9 @@ Contributors: pfefferle
Donate link: https://notiz.blog/donate/
Tags: OStatus, fediverse, activitypub, activitystream
Requires at least: 4.7
Tested up to: 4.9.8
Stable tag: 0.0.2
Requires PHP: 5.3
Tested up to: 5.0
Stable tag: 0.1.0
Requires PHP: 5.6
License: MIT
License URI: http://opensource.org/licenses/MIT
@ -57,6 +57,8 @@ Project maintained on github at [pfefferle/wordpress-activitypub](https://github
= 0.1.0 =
* added basic WebFinger support
* added basic NodeInfo support
* fully functional "follow" activity
= 0.0.2 =