additional_plugins/serendipity_event_userprofiles/ChangeLog
Matthias Mees c3e8443d73 Improve accessibility of iconfont icons
Iconfont icons are of no value to screenreader users; in our case,
they get alternative text. By adding 'aria-hidden="true"' to the
<span> holding the iconfont icon, we avoid the screenreader trying
to announce the iconfont icon.

This commit is to ensure consistency with the core across the
additional_plugins repository. While I was at it, I also cleaned
up the ChangeLogs, trying to establish a common pattern.
2016-10-26 15:07:46 +02:00

25 lines
674 B
Plaintext

0.31: Iconfont a11y fix (yellowled)
0.30: Adapt backend to 2.x (yellowled)
0.29: Fix user personal form - adds some line breaks, missing form tag and
styles.
0.29.1: Use serendipity_specialchars
0.28: Propagate $smarty.env.staticpage_pagetitle (and the others) so that it
can be used in entries.tpl
0.27: latest: Smarty3 forward compatibility
0.26: Add smarty variable $entry.authorpic
0.20:
* Changed display workflow to evaluate target user permissions properly
and display own profile with default editing mask
* Added birthday dates
0.11: add vcard to media library
0.8: Implemented serendipity_event_authorpic plugin into userprofiles plugin.