v0.5.0
Pre-release
Pre-release
Enhancements:
- Added the ability to let TinyMCE automatically add opt-in content classes (
.tableon<table>s,.blockquoteon<blockquote>s. By default this is enabled, but it can be disabled via plugin settings in case of third-party component conflicts. - Updated the "Formats" dropdown in the WYSIWYG editor to exclude
.tableand.blockquoteclasses when automatic opt-in class insertion is enabled. - Added a new
labelledbyshortcode attribute for[tab-pane]. - Upgraded packages
Bug fixes:
- Fixed non-functional
option_{$option->option_name}filters. Plugin options are now properly formatted when returned viaget_option(). - Replaced
breakwithcontinueinATHENA_SC_TinyMCE_Config::get_format_options()to allow null format options to be passed in without breaking all other format options.