Skip to content

Releases: petitphp/facetwp-p2p

v3.0.2

05 Oct 20:43
Compare
Choose a tag to compare
  • Fix missing P2P connexion when rebuilding index from FacetWP settings page.

v3.0.1

08 Apr 12:37
Compare
Choose a tag to compare
  • Fix wrong site ID use when indexing connection props @ecorica
  • Fix FacetWP Indexer index method expect integer props @ecorica

v3.0.0

01 Sep 20:35
Compare
Choose a tag to compare
  • New filter facetp2p_p2p_connexions : Change available connexions for FacetWP P2P
  • New filter facetp2p_p2p_source_name_from / facetp2p_p2p_source_name_to : Change P2P facets's name
  • New filter facetp2p_p2pmeta_source_name : Change P2P metas facets's name
  • Remove use of deprecated column 'facet_source' in sql queries
  • Bump minimum version to FacetWP to 3.3.2

v2.1.2

13 Feb 09:25
Compare
Choose a tag to compare
  • Fix indexing issue for facets with P2P / P2P meta source when variations support is enable (resync needed)

v2.1.1

12 Jul 13:02
Compare
Choose a tag to compare
  • Fix Fatal error when a P2P connection between a post type and a user is created

v2.1.0

10 Nov 12:37
Compare
Choose a tag to compare
  • New filter facetp2p_p2p_index_params : Change the data generated for a post when indexing a P2P connexion
  • New filter facetp2p_p2pmeta_index_params : Change the data generated for post when indexing a P2P metas
  • Fix some coding standards

v2.0.0

19 Oct 21:43
Compare
Choose a tag to compare

This version is not compatible with p2p facets created with previous version of this plugin.

Complete rewrite of the plugin. Now directly hook into FacetWP sources list instead of adding a custom facet.

What's new :

  • Add support for P2P connections in FacetWP sources
  • Add support for P2P connection metas in FacetWP sources

v1.2.0

04 Jan 23:45
Compare
Choose a tag to compare

Fix internal server error with new version of FacetWP expecting load_values() to return array instead of object. (props @saulirajala)

v1.1.0

04 Jan 23:27
Compare
Choose a tag to compare

Add composer file.

v1.0.0

04 Jan 23:25
Compare
Choose a tag to compare

Initial release.