Fix InstallerHelper::renamePhrases used to migrate phrases from one title scheme to another when the new phrase already exists would probably fail to migrate any customizations
In practice, this would only happen on re-running the install-step or if the user manually created a new phrase
Fix installer for pre-XF2.3 not backporting the xf_style_property.has_variations column
Minor code cleanup around the use of \SV\StandardLib\Helper::repo()->aliasClass()
Update to choices.js v11.2.2
Fix opening the dropdown could cause the entire page to scroll
Fix non-fixed width font support when computing width for input element
Fix XF2.2 boolean options was not cast as bools as expected
Fix XF2.2 default value for float options were cast to integers instead of floats
Update backported templater functions array_diff/array_reverse/array_sum to match XF2.3 behavior. These return arrays, not collections depending on input.