diff --git a/plugin.php b/plugin.php index cd38a84..2978aa4 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.13 + Version: 1.13.1 Author: wolfgang.lol Author URI: https://wolfgang.lol License: MIT @@ -617,7 +617,6 @@ function init_scripts() { if('_self' != options.linkTarget) { e.target = options.linkTarget; } - mediaElemGifvLink.setAttribute('aria-label', 'Link embedded in Mastodon post'); }); } diff --git a/readme.txt b/readme.txt index 1870c9b..9936927 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.13 +Stable tag: 1.13.1 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.13.1 = +* fix: removed unnecessary, broken aria-label functionality + = 1.13 = Special release for Global Accessibility Awareness Day in collaboration with @oldrup@mastodon.green