additional_plugins/serendipity_event_template_editor/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

23 lines
621 B
Plaintext

0.8.1: Iconfont a11y fix (yellowled)
0.8: Adapt backend to 2.x (yellowled)
0.7: Fetch jQuery without protocol
0.6: Fetch jquery via https
0.3:
* Check if template directory is writeable
* Don't save php-files with syntax-errors
* Show link to template_editor also if there are no template options
0.2:
* Changed necessary right to only "siteConfiguration"
* Bugfix: Some translation-variables had the wrong name
* Bugfix: Delete didn't work with files which had multiple "."
* Made images deletable
* Added Uploadbutton
* Added Rename function
* Minor usability improvements