Fix Call to undefined method apathy\StyleSuite\Repository\Style::uploadPostbitImage() when running the "Convert Postbit BG URLs to locally-served images" job
Fix Call to undefined method apathy\StyleSuite\Repository\Style::rebuildTooltipStyles() when running the "Rebuild Tooltip Cache" job
Fix various TypeErrors when viewing the post of a deleted user
Please note, since this is a Beta version, it is recommended you run this on testing/staging sites only!
Fix Avatar Frame selector not defaulting to the chosen value in the UserGroup editor
Fix Unknown column 'bg_blur' in 'field list'
Add "None" Username Icon type
Fix Profile Image URL field not updating the preview
Various cleanups
Simplify some template macros
Merge various template modifications
Delete many unused phrases
Cleanup style column names: Strip style type prefixes from column names (ttl_glow -> glow)
Create Asset entity & rework Avatar Frame/Font/Postbit Preset/Sparkle admin controllers - these "assets" now behave in a manner much more similar to XF's Profile Banner's or avatars.
The "hidden" checkbox has been replaced with an "active" toggle
The "special" checkbox has been replaced with a much more granular "Available to the following user groups" checkbox list. Make sure to configure these for your available assets post-upgrade, or none of your members will see any of the assets in the public dropdowns!
Deletion of assets is far more reliable, especially in the case of stock assets provided by the addon which previously were only "soft-deleted"
Assets all respect a Display Order value, and can be configured to appear in the public dropdowns in whichever order you like
Convert remaining blob columns to entities (Custom Title, Post, Tooltip)
Fixes Unknown column 'ap_post_style' in 'field list'
Adjust length of all "background" type columns to be consistent - they should all allow 200 characters now