Skip to content

Releases: devgeniem/redipress

1.16.2

02 Feb 15:06
Compare
Choose a tag to compare

[1.16.2] - 2023-02-02

Changed

  • PHP 8.1 compatibility fix

1.16.1

24 Jan 08:04
Compare
Choose a tag to compare

[1.16.1] - 2023-01-24

Changed

  • User query functionality to work with the changes of WordPress 5.9.
  • PHP 8.1 fixes for usort functions

2.0.0

13 Jan 12:35
Compare
Choose a tag to compare

[2.0.0] - 2023-01-13

Added

  • Geolocation field functionality for both posts and users.

Changed

  • The required RediSearch version is from now on at least 2.2.1.
  • Ability to drop and create the index without having to delete all data first.
  • A lot of changes in the filter names clarifying which index or search (i.e. posts or users) the filters are modifying.

1.14.0

02 Dec 12:15
Compare
Choose a tag to compare

[1.14.0] - 2021-12-02

Added

  • redipress/taxonomies filter for the ability to select which taxonomies are indexed for which post.

Fixed

  • A bug where taxonomy terms didn't get deleted from a post's index.
  • Running index from the admin side.
  • Querying tags that contain dashes.

1.13.0

24 Sep 10:19
Compare
Choose a tag to compare

[1.13.0] - 2021-09-24

Added

  • escape_parentheses setting for the user to choose whether to escape parentheses in search queries or not.
  • User locale field for the ability to query users by their locale.

Fixed

  • A bug where setting order by to relevance would cause the query not to work.

1.12.0

08 Sep 12:13
Compare
Choose a tag to compare

[1.12.0] - 2021-09-08

Added

  • Added support for include_children parameter of taxonomy queries.

Fixed

  • Force integer value to Redis port env on connect.
  • Escape brackets in indexing.
  • Taxonomy query clauses did not default to field term_id as they should.

1.9.1

24 Feb 07:38
Compare
Choose a tag to compare

[1.9.1] - 2021-02-24

Fixed

  • A bug where queryable fields with array values may not work properly.

1.9.0

25 Jan 10:50
Compare
Choose a tag to compare

[1.9.0] - 2020-12-16

Added

  • The ability for 3rd party addons to fetch the ID of the post being currently indexed.

Changed

  • post_author field changed from Numeric to Text. REQUIRES INDEX RECREATION AND REINDEXING
  • Polylang integration to query all languages if empty lang string is given.

Fixed

  • author parameter queries.

1.8.4

29 Oct 12:58
Compare
Choose a tag to compare

[1.8.4] - 2020-10-29

Fixed

  • Further fix for taxonomies with dashes in their names.

1.8.3

19 Oct 11:28
Compare
Choose a tag to compare

[1.8.3] - 2020-10-19

Fixed

  • A bug where FT.INFO would crash on formatting when MAXTEXTFIELDS list was present.
  • A bug where taxonomies with dashes in their names would cause the queries to crash.