Skip to content

Commit 02cacf7

Browse files
committed
Version bump + changelog
1 parent ee5b79d commit 02cacf7

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.4.2
9+
- Stable tag: 0.5.0
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.5.0
98+
- Major fixes for Ivory, now we're fullfilling (most of?) their assumptions ([#37])
99+
97100
### 0.4.2
98101
- Fix media upload in Ice Cubes and potentially other clients ([#35])
99102

@@ -143,6 +146,7 @@ Endpoints around interacting with non-local users require the [ActivityPub plugi
143146
- Post replies as comments ([#3])
144147
- Fix a fatal when saving the default post format
145148

149+
[#37]: https://github.com/akirk/enable-mastodon-apps/pull/37
146150
[#35]: https://github.com/akirk/enable-mastodon-apps/pull/35
147151
[#33]: https://github.com/akirk/enable-mastodon-apps/pull/33
148152
[#31]: https://github.com/akirk/enable-mastodon-apps/pull/31

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.4.2
6+
* Version: 0.5.0
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.4.2' );
18+
define( 'ENABLE_MASTODON_APPS_VERSION', '0.5.0' );
1919

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

0 commit comments

Comments
 (0)