Skip to content

Releases: pantheon-systems/solr-power

2.4.0

30 Nov 15:59
Compare
Choose a tag to compare
Release 2.4.0

Version 2.3.3

03 Oct 15:45
63a7489
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.2...v2.3.3

Version 2.3.2

01 Apr 11:26
7c7b226
Compare
Choose a tag to compare
  • Fixes query filtering for 'fields' => 'id=>parent' [#528].

Version 2.3.1

29 Mar 21:21
f525149
Compare
Choose a tag to compare
  • Adapts posts_pre_query() return values based on 'fields' argument [#522].
  • Removes incorrect use of array_map( 'get_post' ) in posts_pre_query [#521].

Version 2.2.6

22 Feb 11:15
658aca4
Compare
Choose a tag to compare
  • Fixes PHP 8 deprecations in class-solrpower-options.php [#513].

Version 2.2.5

27 Jul 18:00
08ad6bb
Compare
Choose a tag to compare
  • Switches to wp_strip_all_tags() to remove style and script tag content [#500].

Version 2.2.4

05 May 23:57
0853582
Compare
Choose a tag to compare
  • Introduces SOLRPOWER_DISABLE_QUERY_ALT constant for disabling setQueryAlternative behavior [#495].

Version 2.2.3

08 Mar 17:17
Compare
Choose a tag to compare
  • Incorporates the value for $_ENV['FILEMOUNT'] when indicating path for schema.xml [#492].

Version 2.2.2

01 Dec 15:39
2e0bca0
Compare
Choose a tag to compare
  • Updates various Composer dependencies [#477].
  • Updates README to include detail on how to use TrieDateField for publish date [#466].

Version 2.2.1

13 Jul 19:40
a73ea53
Compare
Choose a tag to compare
  • Avoids pinging Solr unless we actually need, to avoid unnecessary requests [#458].