diff --git a/.plugin-data b/.plugin-data index 6ce7c07..bf0f8b5 100644 --- a/.plugin-data +++ b/.plugin-data @@ -1,4 +1,4 @@ { - "version": "1.0.0", + "version": "1.0.1", "slug": "wp-grid-builder-p2p" } \ No newline at end of file diff --git a/README.MD b/README.MD index bc86ee3..e793630 100644 --- a/README.MD +++ b/README.MD @@ -22,4 +22,9 @@ This plugin add two new type of sources for your facets, Posts to Posts (P2P) co ## Changelog -### 1.0.0 \ No newline at end of file +### 1.0.0 +- Initial release: P2P connection facets for WP Grid Builder. + +### 1.0.1 +- Broaden PHP requirement from 8.3 to ^8.0 (supports PHP 8.0 through 8.4). +- Fix Composer installs on projects running PHP 8.4. diff --git a/wp-grid-builder-p2p.php b/wp-grid-builder-p2p.php index d4655ce..36cfdf0 100644 --- a/wp-grid-builder-p2p.php +++ b/wp-grid-builder-p2p.php @@ -1,7 +1,7 @@