version bump
This commit is contained in:
parent
6de740aebe
commit
b063220d1c
3 changed files with 21 additions and 8 deletions
|
@ -3,9 +3,9 @@
|
||||||
**Donate link:** https://notiz.blog/donate/
|
**Donate link:** https://notiz.blog/donate/
|
||||||
**Tags:** OStatus, fediverse, activitypub, activitystream
|
**Tags:** OStatus, fediverse, activitypub, activitystream
|
||||||
**Requires at least:** 4.7
|
**Requires at least:** 4.7
|
||||||
**Tested up to:** 4.9.8
|
**Tested up to:** 5.0
|
||||||
**Stable tag:** 0.0.2
|
**Stable tag:** 0.1.0
|
||||||
**Requires PHP:** 5.3
|
**Requires PHP:** 5.6
|
||||||
**License:** MIT
|
**License:** MIT
|
||||||
**License URI:** http://opensource.org/licenses/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 ###
|
### 0.1.0 ###
|
||||||
|
|
||||||
|
* added basic WebFinger support
|
||||||
|
* added basic NodeInfo support
|
||||||
* fully functional "follow" activity
|
* fully functional "follow" activity
|
||||||
|
|
||||||
### 0.0.2 ###
|
### 0.0.2 ###
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
# This file is distributed under the MIT.
|
# This file is distributed under the MIT.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
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"
|
"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"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@ -34,6 +34,7 @@ msgstr ""
|
||||||
#: includes/class-rest-activitypub-followers.php:26
|
#: includes/class-rest-activitypub-followers.php:26
|
||||||
#: includes/class-rest-activitypub-outbox.php:28
|
#: includes/class-rest-activitypub-outbox.php:28
|
||||||
#: includes/class-rest-activitypub-outbox.php:30
|
#: includes/class-rest-activitypub-outbox.php:30
|
||||||
|
#: includes/class-rest-activitypub-webfinger.php:45
|
||||||
msgid "User not found"
|
msgid "User not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -45,6 +46,14 @@ msgstr ""
|
||||||
msgid "This method is not yet implemented"
|
msgid "This method is not yet implemented"
|
||||||
msgstr ""
|
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
|
#: templates/json-author.php:48
|
||||||
msgid "Blog"
|
msgid "Blog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -3,9 +3,9 @@ Contributors: pfefferle
|
||||||
Donate link: https://notiz.blog/donate/
|
Donate link: https://notiz.blog/donate/
|
||||||
Tags: OStatus, fediverse, activitypub, activitystream
|
Tags: OStatus, fediverse, activitypub, activitystream
|
||||||
Requires at least: 4.7
|
Requires at least: 4.7
|
||||||
Tested up to: 4.9.8
|
Tested up to: 5.0
|
||||||
Stable tag: 0.0.2
|
Stable tag: 0.1.0
|
||||||
Requires PHP: 5.3
|
Requires PHP: 5.6
|
||||||
License: MIT
|
License: MIT
|
||||||
License URI: http://opensource.org/licenses/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 =
|
= 0.1.0 =
|
||||||
|
|
||||||
|
* added basic WebFinger support
|
||||||
|
* added basic NodeInfo support
|
||||||
* fully functional "follow" activity
|
* fully functional "follow" activity
|
||||||
|
|
||||||
= 0.0.2 =
|
= 0.0.2 =
|
||||||
|
|
Loading…
Reference in a new issue