|
3 | 3 | - Contributors: akirk, pfefferle, drivingralle, kittmedia, obenland
|
4 | 4 | - Tags: mastodon, activitypub, friends, fediverse
|
5 | 5 | - Requires at least: 5.0
|
6 |
| -- Tested up to: 6.5 |
| 6 | +- Tested up to: 6.6 |
7 | 7 | - Requires PHP: 7.4
|
8 | 8 | - License: [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
|
9 |
| -- Stable tag: 0.9.4 |
| 9 | +- Stable tag: 0.9.5 |
10 | 10 |
|
11 | 11 | Allow accessing your WordPress with Mastodon clients. Just enter your own blog URL as your instance.
|
12 | 12 |
|
@@ -58,6 +58,7 @@ Here is a list of endpoints and their implementation status:
|
58 | 58 | - [ ] `GET /api/v1/lists` (implemented as empty)
|
59 | 59 | - [ ] `GET /api/v1/custom_emojis` (implemented as empty) [View all custom emojis](https://docs.joinmastodon.org/methods/custom_emojis/#get)
|
60 | 60 | - [x] `GET /api/v1/accounts/verify_credentials` [Verify account credentials](https://docs.joinmastodon.org/methods/accounts/#verify_credentials)
|
| 61 | +- [x] `PATCH /api/v1/accounts/update_credentials` [Update account credentials](https://docs.joinmastodon.org/methods/accounts/#update_credentials) |
61 | 62 | - [x] `GET /api/v1/accounts/:id` [Get account](https://docs.joinmastodon.org/methods/accounts/#get)
|
62 | 63 | - [x] `GET /api/v1/accounts/:id/statuses` [Get account’s statuses](https://docs.joinmastodon.org/methods/accounts/statuses/#get)
|
63 | 64 | - [x] `GET /api/v1/accounts/:id/followers` [Get account’s followers](https://docs.joinmastodon.org/methods/accounts/#followers)
|
@@ -97,6 +98,14 @@ Endpoints around interacting with non-local users require the [ActivityPub plugi
|
97 | 98 |
|
98 | 99 | ## Changelog
|
99 | 100 |
|
| 101 | +### 0.9.5 |
| 102 | +- Add a details link to the apps page ([#163]) |
| 103 | +- Show all comments by others as notifications ([#164]) |
| 104 | +- Update NodeInfo endpoint by @pfefferle ([#162]) |
| 105 | +- Multisite: ensure that user_ids only work for users of this site by @mattwiebe ([#158]) |
| 106 | +- Increase phpcs rules and fix them by @mattwiebe ([#160], [#155]) |
| 107 | +- Add `api/v1/accounts/update_credentials` route by @mattwiebe ([#157]) |
| 108 | + |
100 | 109 | ### 0.9.4
|
101 | 110 | - Added a dedicated page per app in the settings. There you can set which post types should be shown in the app. Also which post type should be created for new posts. ([#154])
|
102 | 111 | - Fixed authenticating Jetpack so that you can connect WordPress.com to this plugin ([#152])
|
@@ -133,7 +142,13 @@ Endpoints around interacting with non-local users require the [ActivityPub plugi
|
133 | 142 | ### 0.6.4
|
134 | 143 | - Address an incompatibility with the IndieAuth plugin ([#65])
|
135 | 144 |
|
136 |
| - |
| 145 | +[#163]: https://github.com/akirk/enable-mastodon-apps/pull/163 |
| 146 | +[#164]: https://github.com/akirk/enable-mastodon-apps/pull/164 |
| 147 | +[#162]: https://github.com/akirk/enable-mastodon-apps/pull/162 |
| 148 | +[#160]: https://github.com/akirk/enable-mastodon-apps/pull/160 |
| 149 | +[#158]: https://github.com/akirk/enable-mastodon-apps/pull/158 |
| 150 | +[#157]: https://github.com/akirk/enable-mastodon-apps/pull/157 |
| 151 | +[#155]: https://github.com/akirk/enable-mastodon-apps/pull/155 |
137 | 152 | [#154]: https://github.com/akirk/enable-mastodon-apps/pull/154
|
138 | 153 | [#152]: https://github.com/akirk/enable-mastodon-apps/pull/152
|
139 | 154 | [#150]: https://github.com/akirk/enable-mastodon-apps/pull/150
|
|
0 commit comments