From 52e5e6973eb46ba97e24154399a0ac6898684754 Mon Sep 17 00:00:00 2001 From: petitphp Date: Fri, 12 Jul 2019 14:59:24 +0200 Subject: [PATCH] release 2.1.1 --- README.md | 4 ++++ facetwp-p2p.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9131bf..52dcf30 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ This plugin add two new type of sources for your facets, Posts to Posts (P2P) co ## Changelog +### 2.1.1 (Jul 12, 2019) + +* Fix Fatal error when a P2P connection between a post type and a user is created + ### 2.1.0 (Nov 10, 2017) * New filter `facetp2p_p2p_index_params` : Change the data generated for a post when indexing a P2P connexion diff --git a/facetwp-p2p.php b/facetwp-p2p.php index ec92ebc..172453d 100644 --- a/facetwp-p2p.php +++ b/facetwp-p2p.php @@ -3,7 +3,7 @@ Plugin Name: FacetWP - Posts 2 Posts Plugin URI: https://github.com/petitphp/facetwp-p2p Description: Add a P2P connexion facet for the plugin FacetWP -Version: 2.0.0 +Version: 2.1.1 Author: Clément Boirie Author URI: https://github.com/petitphp License: GPL2+ @@ -14,7 +14,7 @@ die( '-1' ); } -define( 'FWP_P2P_VER', '2.0.0' ); +define( 'FWP_P2P_VER', '2.1.1' ); define( 'FWP_P2P_URL', plugin_dir_url( __FILE__ ) ); define( 'FWP_P2P_DIR', plugin_dir_path( __FILE__ ) );