File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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.4.2
9
+ - Stable tag: 0.5.0
10
10
11
11
Allow accessing your WordPress with Mastodon clients. Just enter your own blog URL as your instance.
12
12
@@ -94,6 +94,9 @@ Endpoints around interacting with non-local users require the [ActivityPub plugi
94
94
95
95
## Changelog
96
96
97
+ ### 0.5.0
98
+ - Major fixes for Ivory, now we're fullfilling (most of?) their assumptions ([ #37 ] )
99
+
97
100
### 0.4.2
98
101
- Fix media upload in Ice Cubes and potentially other clients ([ #35 ] )
99
102
@@ -143,6 +146,7 @@ Endpoints around interacting with non-local users require the [ActivityPub plugi
143
146
- Post replies as comments ([ #3 ] )
144
147
- Fix a fatal when saving the default post format
145
148
149
+ [ #37 ] : https://github.com/akirk/enable-mastodon-apps/pull/37
146
150
[ #35 ] : https://github.com/akirk/enable-mastodon-apps/pull/35
147
151
[ #33 ] : https://github.com/akirk/enable-mastodon-apps/pull/33
148
152
[ #31 ] : https://github.com/akirk/enable-mastodon-apps/pull/31
Original file line number Diff line number Diff line change 3
3
* Plugin name: Enable Mastodon Apps
4
4
* Plugin author: Alex Kirk
5
5
* Plugin URI: https://github.com/akirk/enable-mastodon-apps
6
- * Version: 0.4.2
6
+ * Version: 0.5.0
7
7
*
8
8
* Description: Allow accessing your WordPress with Mastodon clients. Just enter your own blog URL as your instance.
9
9
*
15
15
16
16
defined ( 'ABSPATH ' ) || exit;
17
17
define ( 'ENABLE_MASTODON_APPS_PLUGIN_DIR ' , plugin_dir_path ( __FILE__ ) );
18
- define ( 'ENABLE_MASTODON_APPS_VERSION ' , '0.4.2 ' );
18
+ define ( 'ENABLE_MASTODON_APPS_VERSION ' , '0.5.0 ' );
19
19
20
20
require __DIR__ . '/vendor/bshaffer/oauth2-server-php/src/OAuth2/Autoloader.php ' ;
21
21
OAuth2 \Autoloader::register ();
You can’t perform that action at this time.
0 commit comments