diff --git a/README.txt b/README.txt index 789917e..b384560 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Requires at least: 4.9.8 Requires PHP: 5.6.0 License: MIT License URI: https://github.com/jdormit/pterotype/blob/master/LICENSE -Stable tag: 1.4.0 +Stable tag: 1.4.1 Tested up to: 5.1.1 Pterotype expands your audience by giving your blog an ActivityPub stream, making it a part of the Fediverse. @@ -14,6 +14,9 @@ Pterotype expands your audience by giving your blog an ActivityPub stream, makin Pterotype expands your audience by giving your blog an ActivityPub stream, making it a part of the Fediverse. Users of Mastodon, Pleroma, and other Fediverse services will be able to follow and share your posts from the platform of their choice. == Changelog == +### 1.4.1 +- This is a no-op version bump because I screwed up updating the Wordpress plugin repository version info + ### 1.4.0 - Compact the actor field before delivering activities - Fix an issue where the post global wasn't properly set when trying to get the post excerpt diff --git a/pterotype.php b/pterotype.php index 1cd1826..b364c10 100644 --- a/pterotype.php +++ b/pterotype.php @@ -3,7 +3,7 @@ Plugin Name: Pterotype Plugin URI: https://getpterotype.com Description: Pterotype expands your audience by giving your blog an ActivityPub stream, making it a part of the Fediverse. -Version: 1.4.0 +Version: 1.4.1 Author: Jeremy Dormitzer Author URI: https://jeremydormitzer.com License: MIT @@ -12,7 +12,7 @@ License URI: https://github.com/jdormit/blob/master/LICENSE require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php'; require_once plugin_dir_path( __FILE__ ) . 'includes/init.php'; -define( 'PTEROTYPE_VERSION', '1.4.0' ); +define( 'PTEROTYPE_VERSION', '1.4.1' ); define( 'PTEROTYPE_BLOG_ACTOR_SLUG', '-blog' ); define( 'PTEROTYPE_BLOG_ACTOR_USERNAME', 'blog' );