From ff15693136b7bc7068ba694a65f554eeddedfc9c Mon Sep 17 00:00:00 2001 From: wolfgang101 Date: Fri, 9 May 2025 12:09:25 +0200 Subject: [PATCH] docs: increase version number and update log --- plugin.php | 2 +- readme.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/plugin.php b/plugin.php index 69c4429..df6e134 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ Plugin Name: Include Mastodon Feed Plugin URI: https://wolfgang.lol/code/include-mastodon-feed-wordpress-plugin Description: Plugin providing [include-mastodon-feed] shortcode - Version: 1.11 + Version: 1.12 Author: wolfgang.lol Author URI: https://wolfgang.lol License: MIT diff --git a/readme.txt b/readme.txt index dcc8948..fd01df7 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: mastodon, status, feed Requires at least: 6.0 Tested up to: 6.8 Requires PHP: 7.4 -Stable tag: 1.11 +Stable tag: 1.12 License: MIT License URI: https://directory.fsf.org/wiki/License:Expat @@ -154,6 +154,9 @@ Use the following URL to get your ID: == Changelog == += 1.12 = +* accessibility: added image alt attribute (thank you @oldrup@mastodon.green) + = 1.11 = * now favoring preview_url (smaler size) instead of remote_url (full size) for image previews (thank you @oldrup@mastodon.green)