Zach
Zach
### Description of the Change > Field grouping: We need a way to indicate that a group of fields belongs together. It could be just a common indentation or a...
### Description of the Change Closes # ### How to test the Change ### Changelog Entry > Added - New feature > Changed - Existing functionality > Deprecated - Soon-to-be...
### Description of the Change There is already support for a singular required feature: `$this->requires_feature = 'search';` This change adds support for multiple: `$this->requires_features = ['search', 'autosuggest'];` While retaining support...
### Description of the Change New Feature: Autosuggest V2 This uses the Post Search API and filterable React components. By default it matches the appearance of Autosuggest V1: Available PHP...
### Description of the Change Closes # ### How to test the Change ### Changelog Entry > Added - New feature > Changed - Existing functionality > Deprecated - Soon-to-be...