diff --git a/link-verification-for-mastodon.php b/link-verification-for-mastodon.php index f6ec1ed..3b97535 100644 --- a/link-verification-for-mastodon.php +++ b/link-verification-for-mastodon.php @@ -3,7 +3,7 @@ * Plugin Name: Link Verification for Mastodon * Plugin URI: https://over-engineer.com/projects/link-verification-for-mastodon * Description: A WordPress plugin to quickly verify a link on your Mastodon profile. - * Version: 1.1.3 + * Version: 1.1.4 * Author: overengineer * Author URI: https://over-engineer.com/ * Text Domain: link-verification-for-mastodon @@ -48,7 +48,7 @@ final class Plugin { /** * @var string Plugin version number. */ - private $version = '1.1.3'; + private $version = '1.1.4'; /** * @return void diff --git a/readme.txt b/readme.txt index 742a10f..2d19cb5 100644 --- a/readme.txt +++ b/readme.txt @@ -4,9 +4,9 @@ Plugin URI: https://over-engineer.com/projects/link-verification-for-mastodon Contributors: overengineer Tags: mastodon, fediverse, social Requires at least: 4.4 -Tested up to: 6.4 +Tested up to: 6.6 Requires PHP: 5.6.20 -Stable Tag: 1.1.3 +Stable Tag: 1.1.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -64,6 +64,10 @@ Supporting me is 100% optional. The plugin is free and will always be free. Howe == Changelog == += 1.1.4: August 5, 2024 = + +* Fix issues with the deployment of the previous release + = 1.1.3: August 5, 2024 = * Fix verification tag when Mastodon username is empty