Skip to content

Commit 7c70ced

Browse files
committed
release 3.0.2
1 parent 7d3ab68 commit 7c70ced

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ This plugin add two new type of sources for your facets, Posts to Posts (P2P) co
2222

2323
## Changelog
2424

25+
### 3.0.2 (Oct 5, 2021)
26+
27+
* Fix missing P2P connexion when rebuilding index from FacetWP settings page.
28+
29+
### 3.0.1 (Apr 8, 2021)
30+
31+
* Fix wrong site ID use when indexing connection
32+
* Fix FacetWP Indexer index method expect integer
33+
2534
### 3.0.0 (Sep 1, 2020)
2635

2736
* New filter `facetp2p_p2p_connexions` : Change available connexions for FacetWP P2P

facetwp-p2p.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: FacetWP - Posts 2 Posts
44
Plugin URI: https://github.com/petitphp/facetwp-p2p
55
Description: Add a P2P connexion facet for the plugin FacetWP
6-
Version: 3.0.0
6+
Version: 3.0.2
77
Author: Clément Boirie
88
Author URI: https://github.com/petitphp
99
License: GPL2+
@@ -14,7 +14,7 @@
1414
die( '-1' );
1515
}
1616

17-
define( 'FWP_P2P_VER', '3.0.0' );
17+
define( 'FWP_P2P_VER', '3.0.2' );
1818
define( 'FWP_P2P_URL', plugin_dir_url( __FILE__ ) );
1919
define( 'FWP_P2P_DIR', plugin_dir_path( __FILE__ ) );
2020

0 commit comments

Comments
 (0)