Skip to content

Commit b6634a8

Browse files
committed
Version bump + Changelog
1 parent 0c693be commit b6634a8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Tested up to: 6.2
77
- Requires PHP: 5.2.4
88
- 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
1010

1111
Allow accessing your WordPress with Mastodon clients. Just enter your own blog URL as your instance.
1212

@@ -94,6 +94,9 @@ Endpoints around interacting with non-local users require the [ActivityPub plugi
9494

9595
## Changelog
9696

97+
### 0.6.5
98+
- Fix missing image attachments for WordPress posts, props @thatguygriff ([#72])
99+
97100
### 0.6.4
98101
- Address an incompatibility with the IndieAuth plugin ([#65])
99102

@@ -171,6 +174,7 @@ Endpoints around interacting with non-local users require the [ActivityPub plugi
171174
- Post replies as comments ([#3])
172175
- Fix a fatal when saving the default post format
173176

177+
[#72]: https://github.com/akirk/enable-mastodon-apps/pull/72
174178
[#65]: https://github.com/akirk/enable-mastodon-apps/pull/65
175179
[#60]: https://github.com/akirk/enable-mastodon-apps/pull/60
176180
[#52]: https://github.com/akirk/enable-mastodon-apps/pull/52

enable-mastodon-apps.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin name: Enable Mastodon Apps
44
* Plugin author: Alex Kirk
55
* Plugin URI: https://github.com/akirk/enable-mastodon-apps
6-
* Version: 0.6.4
6+
* Version: 0.6.5
77
*
88
* Description: Allow accessing your WordPress with Mastodon clients. Just enter your own blog URL as your instance.
99
*
@@ -15,7 +15,7 @@
1515

1616
defined( 'ABSPATH' ) || exit;
1717
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' );
1919

2020
require __DIR__ . '/vendor/bshaffer/oauth2-server-php/src/OAuth2/Autoloader.php';
2121
OAuth2\Autoloader::register();

0 commit comments

Comments
 (0)