From da81c811b01ea93cb113fd0c5b632e5c81c7c7c5 Mon Sep 17 00:00:00 2001 From: over-engineer Date: Mon, 5 Aug 2024 23:31:50 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20Update=20`readme.txt`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 742a10f..7ccc904 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ 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 License: GPLv2 or later @@ -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 From 0f77440e5eafb3da6a4a323443ded4907f1c1d78 Mon Sep 17 00:00:00 2001 From: over-engineer Date: Mon, 5 Aug 2024 23:32:05 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=A6=20Bump=20version=20number=20to?= =?UTF-8?q?=201.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- link-verification-for-mastodon.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 7ccc904..2d19cb5 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: mastodon, fediverse, social Requires at least: 4.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