File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
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.1
9
+ - Stable tag: 0.4.2
10
10
11
11
Allow accessing your WordPress with Mastodon clients. Just enter your own blog URL as your instance.
12
12
@@ -94,8 +94,11 @@ Endpoints around interacting with non-local users require the [ActivityPub plugi
94
94
95
95
## Changelog
96
96
97
+ ### 0.4.2
98
+ - Fix media upload in Ice Cubes and potentially other clients ([ #35 ] )
99
+
97
100
### 0.4.1
98
- - Fix boost attribution ([ ## 33 ] )
101
+ - Fix boost attribution ([ #33 ] )
99
102
100
103
### 0.4.0
101
104
- Improve notification pagination ([ #29 ] )
@@ -140,6 +143,7 @@ Endpoints around interacting with non-local users require the [ActivityPub plugi
140
143
- Post replies as comments ([ #3 ] )
141
144
- Fix a fatal when saving the default post format
142
145
146
+ [ #35 ] : https://github.com/akirk/enable-mastodon-apps/pull/35
143
147
[ #33 ] : https://github.com/akirk/enable-mastodon-apps/pull/33
144
148
[ #31 ] : https://github.com/akirk/enable-mastodon-apps/pull/31
145
149
[ #29 ] : https://github.com/akirk/enable-mastodon-apps/pull/29
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.1
6
+ * Version: 0.4.2
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.1 ' );
18
+ define ( 'ENABLE_MASTODON_APPS_VERSION ' , '0.4.2 ' );
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