From 13427e5f5ea3225c87e025e914dd0db017b41919 Mon Sep 17 00:00:00 2001 From: petitphp Date: Tue, 1 Sep 2020 21:58:00 +0200 Subject: [PATCH] release 3.0.0 --- README.md | 8 ++++++++ facetwp-p2p.php | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9678e2f..aebf3ac 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ This plugin add two new type of sources for your facets, Posts to Posts (P2P) co ## Changelog +### 3.0.0 (Sep 1, 2020) + +* 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 + ### 2.1.2 (Feb 13, 2020) * Fix indexing issue for facets with P2P / P2P meta source when variations support is enable (resync needed) diff --git a/facetwp-p2p.php b/facetwp-p2p.php index ef7ae2b..04a2bb5 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.1.2 +Version: 3.0.0 Author: Clément Boirie Author URI: https://github.com/petitphp License: GPL2+ @@ -14,7 +14,7 @@ die( '-1' ); } -define( 'FWP_P2P_VER', '2.1.2' ); +define( 'FWP_P2P_VER', '3.0.0' ); define( 'FWP_P2P_URL', plugin_dir_url( __FILE__ ) ); define( 'FWP_P2P_DIR', plugin_dir_path( __FILE__ ) );