Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
During registration a specific email will be required. Only gmail.com. Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the
Support.
When using "AJAX pagination with filter bar" (js/sv/lib/xf/filter.js), fix invalid javascript error message when filtering by a value without pagination wrapper
Noticeable on the "logo selection" page of the Selectable logo (paid) add-on
Fix incorrectly using SqlJoinTrait would swallow the actual error
Improve detection of excluding non-required joins when using EarlyJoinFinderTrait. This affects Multi Prefix is optimizing for matching on a single prefix, and also Extended Ignore
Remove usage of assert() for XF Cloud compatibility
Workaround unexpected behavior in \XF:ptions() and strongly typed property hints (generated by XF CLI command xf-dev:generate-options-stub) which may cause bugs in some add-ons
Update choices.js v11.1.0
Remove role="textbox" from search input, per a11y practices
Add choices.search-kmp.js build, more advanced than a simple prefix match but less complex than using FUSE for search
Support <option label="..." /> HTML (not generated by XF natively)