fix: broken, unnecessary aria-label functionality
This commit is contained in:
wolfgang101 2025-05-16 12:24:25 +02:00
commit e77bbbd7c7
2 changed files with 5 additions and 3 deletions

View File

@ -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');
});
}

View File

@ -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