We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bae9c3 commit 7b3cd99Copy full SHA for 7b3cd99
facetwp-p2p.php
@@ -3,7 +3,7 @@
3
Plugin Name: FacetWP - Posts 2 Posts
4
Plugin URI: https://github.com/petitphp/facetwp-p2p
5
Description: Add a P2P connexion facet for the plugin FacetWP
6
-Version: 1.1.0
+Version: 1.2.0
7
Author: PetitPHP
8
Author URI: https://github.com/petitphp
9
License: GPL2+
@@ -14,7 +14,7 @@
14
die( '-1' );
15
}
16
17
-define( 'FWP_P2P_VER', '1.0.0' );
+define( 'FWP_P2P_VER', '1.2.0' );
18
define( 'FWP_P2P_URL', plugin_dir_url( __FILE__ ) );
19
define( 'FWP_P2P_DIR', plugin_dir_path( __FILE__ ) );
20
0 commit comments