Skip to content

Commit

Permalink
release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petitphp committed Jul 12, 2019
1 parent fddfa9e commit 52e5e69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions facetwp-p2p.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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__ ) );

Expand Down

0 comments on commit 52e5e69

Please sign in to comment.