Skip to content

Commit 94989b2

Browse files
committed
release 2.1.2
1 parent 83b2108 commit 94989b2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

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

2323
## Changelog
2424

25+
### 2.1.2 (Feb 13, 2020)
26+
27+
* Fix indexing issue for facets with P2P / P2P meta source when variations support is enable (resync needed)
28+
2529
### 2.1.1 (Jul 12, 2019)
2630

2731
* Fix Fatal error when a P2P connection between a post type and a user is created

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: 2.1.1
6+
Version: 2.1.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', '2.1.1' );
17+
define( 'FWP_P2P_VER', '2.1.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)