Skip to content

Commit a8fc8d4

Browse files
committed
Version bump + changelog
1 parent 0b5ce20 commit a8fc8d4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
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.1
9+
- Stable tag: 0.4.2
1010

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

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

9595
## Changelog
9696

97+
### 0.4.2
98+
- Fix media upload in Ice Cubes and potentially other clients ([#35])
99+
97100
### 0.4.1
98-
- Fix boost attribution ([##33])
101+
- Fix boost attribution ([#33])
99102

100103
### 0.4.0
101104
- Improve notification pagination ([#29])
@@ -140,6 +143,7 @@ Endpoints around interacting with non-local users require the [ActivityPub plugi
140143
- Post replies as comments ([#3])
141144
- Fix a fatal when saving the default post format
142145

146+
[#35]: https://github.com/akirk/enable-mastodon-apps/pull/35
143147
[#33]: https://github.com/akirk/enable-mastodon-apps/pull/33
144148
[#31]: https://github.com/akirk/enable-mastodon-apps/pull/31
145149
[#29]: https://github.com/akirk/enable-mastodon-apps/pull/29

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

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

0 commit comments

Comments
 (0)