1.13.1
fix: broken, unnecessary aria-label functionality
This commit is contained in:
commit
e77bbbd7c7
@ -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');
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user