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.6.4
9
+ - Stable tag: 0.6.5
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.6.5
98
+ - Fix missing image attachments for WordPress posts, props @thatguygriff ([ #72 ] )
99
+
97
100
### 0.6.4
98
101
- Address an incompatibility with the IndieAuth plugin ([ #65 ] )
99
102
@@ -171,6 +174,7 @@ Endpoints around interacting with non-local users require the [ActivityPub plugi
171
174
- Post replies as comments ([ #3 ] )
172
175
- Fix a fatal when saving the default post format
173
176
177
+ [ #72 ] : https://github.com/akirk/enable-mastodon-apps/pull/72
174
178
[ #65 ] : https://github.com/akirk/enable-mastodon-apps/pull/65
175
179
[ #60 ] : https://github.com/akirk/enable-mastodon-apps/pull/60
176
180
[ #52 ] : https://github.com/akirk/enable-mastodon-apps/pull/52
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.6.4
6
+ * Version: 0.6.5
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.6.4 ' );
18
+ define ( 'ENABLE_MASTODON_APPS_VERSION ' , '0.6.5 ' );
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