Skip to content

Commit 52e5e69

Browse files
committed
release 2.1.1
1 parent fddfa9e commit 52e5e69

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.1 (Jul 12, 2019)
26+
27+
* Fix Fatal error when a P2P connection between a post type and a user is created
28+
2529
### 2.1.0 (Nov 10, 2017)
2630

2731
* New filter `facetp2p_p2p_index_params` : Change the data generated for a post when indexing a P2P connexion

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.0.0
6+
Version: 2.1.1
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.0.0' );
17+
define( 'FWP_P2P_VER', '2.1.1' );
1818
define( 'FWP_P2P_URL', plugin_dir_url( __FILE__ ) );
1919
define( 'FWP_P2P_DIR', plugin_dir_path( __FILE__ ) );
2020

0 commit comments

Comments
 (0)