- Add [glow] bb-code which adds a text-shadow: {color} around text. Not installed by default
- Workaround XF2.3 font-awesome editor support bugs (ie default dropdown icon doesn't render)
- Fix XF2.3 tabs/accordion/slider's editor dialog preview button didn't work
- Note; tabs/accordion/slider in post preview require XF2.3.4+ to work
- Disable add-on's custom h1/h2/h3/h4 tags if EWR/Carta is installed as they are not compatible.
- Require php 7.2+
- Fix php 8.1 compatibility with some bb-codes which take a width argument
- Fix various numerical style properties which did not step in the incremental values as intended, while allowing arbitrary values in the range to be entered
- Fix editor dialog for various bb-codes did not prefill the default options
- Fix "Latex - Default height" and "Tabs - Default height" did not apply (changed to "auto" default height type)
- Fixes for custom h1/h2/h3/h4 tags
- Fix toggling the h1/h2/h3/h4 bb-code would remove new-lines after those tags
- Strip heading tag from help when custom h1/h2/h3/h4 tags are enabled
- Shim "heading" tag for existing content to ensure consistent rendering between the stock heading & h2/h3/h4 tags
- Add "Slider - Default height unit", "Tabs - Default height unit", "Latex - Default height unit" style properties
- Add "searchcontent" bb-code which is a wrapper around ElasticSearch Essentials's similar content widget.
- This feature requires ElasticSearch Essentials v3.15.4+
- Install all bb-codes by default, but a number are left in a disabled state
- Move various legacy bb-codes into bb-codes/legacy.xml file, which is not installed by default.
- Remove custom
bb-code as XF2.2+ natively implements it.
- Harden installer when importing bb-code files to avoid breaking the install process in some known non-fatal error conditions.