Skip to content

Releases: tyrann0us/tinymce-clear-buttons

1.3.2

01 Aug 16:18
Compare
Choose a tag to compare
  • Fix: Rare bug (introduced in v1.2.0) that prevented parsing of deprecated clear element if it contained non breaking space (<div style="clear: both;">&nbsp;</div>)

1.3.1

20 May 13:08
Compare
Choose a tag to compare
  • Fix: Bug (introduced in v1.3.0) that hid the TinyMCE content if no clear element was found

1.3.0

19 May 20:04
Compare
Choose a tag to compare
  • 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

25 May 06:05
Compare
Choose a tag to compare
  • 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

31 Mar 05:13
Compare
Choose a tag to compare
  • Fix: Bug that prevented the plugin from beeing translatable

1.2.0

26 Jan 18:34
Compare
Choose a tag to compare
  • New maintainer; first update after seven years
  • Feature: Removed clear left and clear right buttons (see FAQ section)
  • Misc: Completely refactured plugin code