Skip to content

Commit

Permalink
Version bump + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Jul 24, 2023
1 parent 3d5d6b4 commit 4b67d67
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Tested up to: 6.2
- Requires PHP: 5.2.4
- License: [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
- Stable tag: 0.3.6
- Stable tag: 0.4.0

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

Expand Down Expand Up @@ -94,6 +94,10 @@ Endpoints around interacting with non-local users require the [ActivityPub plugi

## Changelog

### 0.4.0
- Improve notification pagination ([#29])
- Compatibility fixes for Friends 2.6.0 ([#31])

### 0.3.6
- Improve debug logging.

Expand Down Expand Up @@ -133,6 +137,8 @@ Endpoints around interacting with non-local users require the [ActivityPub plugi
- Post replies as comments ([#3])
- Fix a fatal when saving the default post format

[#31]: https://github.com/akirk/enable-mastodon-apps/pull/31
[#29]: https://github.com/akirk/enable-mastodon-apps/pull/29
[#23]: https://github.com/akirk/enable-mastodon-apps/pull/23
[#3]: https://github.com/akirk/enable-mastodon-apps/pull/3

Expand Down
4 changes: 2 additions & 2 deletions enable-mastodon-apps.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin name: Enable Mastodon Apps
* Plugin author: Alex Kirk
* Plugin URI: https://github.com/akirk/enable-mastodon-apps
* Version: 0.3.6
* Version: 0.4.0
*
* Description: Allow accessing your WordPress with Mastodon clients. Just enter your own blog URL as your instance.
*
Expand All @@ -15,7 +15,7 @@

defined( 'ABSPATH' ) || exit;
define( 'ENABLE_MASTODON_APPS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'ENABLE_MASTODON_APPS_VERSION', '0.3.6' );
define( 'ENABLE_MASTODON_APPS_VERSION', '0.4.0' );

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

0 comments on commit 4b67d67

Please sign in to comment.