Skip to content

Commit 13427e5

Browse files
committed
release 3.0.0
1 parent 67193f4 commit 13427e5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

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

2323
## Changelog
2424

25+
### 3.0.0 (Sep 1, 2020)
26+
27+
* New filter `facetp2p_p2p_connexions` : Change available connexions for FacetWP P2P
28+
* New filter `facetp2p_p2p_source_name_from` / `facetp2p_p2p_source_name_to` : Change P2P facets's name
29+
* New filter `facetp2p_p2pmeta_source_name` : Change P2P metas facets's name
30+
* Remove use of deprecated column 'facet_source' in sql queries
31+
* Bump minimum version to FacetWP to 3.3.2
32+
2533
### 2.1.2 (Feb 13, 2020)
2634

2735
* Fix indexing issue for facets with P2P / P2P meta source when variations support is enable (resync needed)

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

0 commit comments

Comments
 (0)