You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
[AP] Style Suite
2.13.7
No permission to buy (€15.00)
- Fix missing
ap_ss_disable_animated_glows
column during upgrade
- Fix typo in
app_setup
event listener preventing rebuild of the user style cache
- Fix
Class AssetFontService does not exist
- Merge all "Disable CSS" options into one
- Create admin option to disable images/javascript for guests
- Fix
Incorrect integer value "none" for column xf_ap_ss_username_style.icon_type
- Stop packaging some devfiles/folders
- Fix issue saving "Image URL" postbit backgrounds
- Fix
Undefined array key "style"
- Fix
Incorrect integer value: '' for column xf_ap_ss_custom_title_style.icon_typeat row 1
on a fresh install
- Create style property for disabling the "dim" effect for postbits
- Fix various issues rebuilding the user style cache
- Run asset & user style cache rebuild methods within
Setup::postRebuild()
- Fix
Accessed unknown getter 'User'
- Fix
Class AssetImageService does not exist
when running the asset optimization job
- Fix
Undefined array key "avatar_frame"
if an asset type has been disabled
- Fix
Undefined method getBlockTypes()
when disabling profile blocks
- Create "Disable the following assets" admin option
- Merge all "Disable profile block" admin options into a single option
- Create "Allowed CSS properties" admin option for choosing which properties can be applied in custom CSS fields
- Remove a users' set asset if their group of the chosen style types has been removed from the assets options
- Allow embedding/hotlinking of assets
- Merge "Manage avatar frames/fonts/sparkles/postbit presets" admin permissions into "Manage assets" admin permission
- Create icon picker phrases
- Create
ap_ss_icon_picker.less
for styling the icon picker
- Convert "Allow postbit URLs" admin option into a checkbox list of postbit types which can be toggled (external, preset, upload)
- Organize admin options with tabs
- Allow assets to be restricted to certain style types
- Allow usage of icons within custom title styles
- Convert username icon images into an asset type
- Create asset handlers
- Add missing phrase
ap_ss_viewing_profile_block_settings
- Fix deleted user/postbit style bug in conversations
- Fix string to array conversion error when saving a selectable color
- Fix block controller type hint error
- Fix reversed logic of "Disable X profile block" admin options
- Fix type hinting issue in extended admin controllers
- Fix
Argument #3 ($user) must be of type XF\Entity\User, null given
- Correctly fetch postbit preview images
- Fix issue where trying to replace an image asset (e.g. avatar frame) would result in a broken image
- Correctly bundle the rewritten JS usertagging fix for Siropu Chat 2
- Fix
Undefined variable $output
when managing profile blocks
- Skip over fonts during a fresh install if
fileinfo
isnt enabled
This version hard-requires Xenforo 2.3. It is not compatible with Xenforo 2.2, and support for XF2.2 has ended.
- Improve handling of asset importing during a fresh install
- Rebase username icons off XF2.3's icon system
- Replace Font Awesome picker library
- Create "Optimize assets" rebuild job
- Support WebP for assets
- Rename controller, repository, service classes
- Create
app_registry_preload
listener to optimize registry queries
- Run
enqueuePostUpgradeCleanUp()
in postUpgrade()
setup step
- Replace shortnames with class strings
- Simplify post, postbit, tooltip preview templates
- Update templates to use XF2.3's macro syntax
- Rewrite jQuery in vanilla Javascript