You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
- Tested up to: 6.2
7
7
- Requires PHP: 5.2.4
8
8
- License: [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
9
-
- Stable tag: 0.6.2
9
+
- Stable tag: 0.6.3
10
10
11
11
Allow accessing your WordPress with Mastodon clients. Just enter your own blog URL as your instance.
12
12
@@ -78,7 +78,7 @@ Here is a list of endpoints and their implementation status:
78
78
-[x]`POST /api/v1/notifications/clear`[Dismiss all notification](https://docs.joinmastodon.org/methods/notifications/#clear)
79
79
-[x]`POST /api/v1/notifications/:id/dismiss`[Dismiss a single notification](https://docs.joinmastodon.org/methods/notifications/#dismiss)
80
80
-[x]`GET /api/v1/timelines/home`[View home timeline](https://docs.joinmastodon.org/methods/timelines/#home)
81
-
-[]`GET /api/v1/timelines/public` (implemented as empty)[View public timeline](https://docs.joinmastodon.org/methods/timelines/#public)
81
+
-[x]`GET /api/v1/timelines/public`[View public timeline](https://docs.joinmastodon.org/methods/timelines/#public)
82
82
-[ ]`GET /api/v1/markers` (implemented as empty) [Get saved timeline positions](https://docs.joinmastodon.org/methods/markers/#get)
83
83
-[ ]`POST /api/v1/markers`[Save your position in a timeline](https://docs.joinmastodon.org/methods/markers/#create)
84
84
-[x]`GET /api/v2/search` (partial, accounts (local and exact match for remote) and statuses in the local db) [Perform a search](https://docs.joinmastodon.org/methods/search/#v2)
@@ -94,6 +94,16 @@ Endpoints around interacting with non-local users require the [ActivityPub plugi
94
94
95
95
## Changelog
96
96
97
+
### 0.6.3
98
+
- Thanks @toolstack for lots of PRs with small fixes and enhancements!
99
+
- Fixed compatibility with version 2.0.0 of the ActivityPub plugin ([#60]) thanks @toolstack!
100
+
- Strip the protocol from the home_url ([#52]) props @toolstack
101
+
- Add additional warning about changing the default post format ([#53]) props @toolstack
102
+
- Make sure to decode html_entities for blog_info() ([#51]) props @toolstack
0 commit comments