Releases: tyrann0us/tinymce-clear-buttons
Releases · tyrann0us/tinymce-clear-buttons
1.3.2
1.3.1
1.3.0
- Fix: Replaced regular expressions for switching clear elements with placeholders and vice versa with DOMParser to reliably match all possible clear element notations (e. g.
<br style="clear: both;">
,<br style="clear:both">
,<br style="clear: both;" />
,<br style="clear:both" />
)
1.2.2
- Fix: Rare bug that caused TinyMCE to remove the
<br />
tag - Fix: Bug that prevented the plugin from beeing translatable (finally)
- Misc: Bumped "Requires at least" to WordPress 4.6
1.2.1
- Fix: Bug that prevented the plugin from beeing translatable
1.2.0
- New maintainer; first update after seven years
- Feature: Removed clear left and clear right buttons (see FAQ section)
- Misc: Completely refactured plugin code