Releases: pantheon-systems/solr-power
Releases · pantheon-systems/solr-power
2.4.0
Release 2.4.0
Version 2.3.3
What's Changed
- Bump grunt from 1.4.1 to 1.5.2 by @dependabot in #529
- Bump grunt-contrib-uglify from 5.1.0 to 5.2.1 by @dependabot in #530
- Bump async from 2.6.1 to 2.6.4 by @dependabot in #531
- [UpdateTool - Project Information] Add support level badge. by @CdrMarks in #542
- Add CODEOWNERS by @jazzsequence in #546
- Fix failing Circle CI tests by @jazzsequence in #545
- [BUGS-5161] Update deprecated filter call by @jazzsequence in #544
- update readme with fixed link to josh's profile by @scottbuscemi in #547
New Contributors
- @CdrMarks made their first contribution in #542
- @jazzsequence made their first contribution in #546
- @scottbuscemi made their first contribution in #547
Full Changelog: v2.3.2...v2.3.3
Version 2.3.2
- Fixes query filtering for
'fields' => 'id=>parent'
[#528].
Version 2.3.1
Version 2.2.6
- Fixes PHP 8 deprecations in
class-solrpower-options.php
[#513].
Version 2.2.5
- Switches to
wp_strip_all_tags()
to remove style and script tag content [#500].
Version 2.2.4
- Introduces
SOLRPOWER_DISABLE_QUERY_ALT
constant for disabling setQueryAlternative behavior [#495].
Version 2.2.3
- Incorporates the value for
$_ENV['FILEMOUNT']
when indicating path forschema.xml
[#492].
Version 2.2.2
Version 2.2.1
- Avoids pinging Solr unless we actually need, to avoid unnecessary requests [#458].