From 16cd70c4b256db278d4d8772adde238b99623b89 Mon Sep 17 00:00:00 2001 From: Egidio CORICA Date: Fri, 23 Jan 2026 15:11:36 +0100 Subject: [PATCH 1/3] Release 1.0.0 From cde9af3676b9fd799c74f8cd86fe80d092c433d9 Mon Sep 17 00:00:00 2001 From: lphoumpakka Date: Thu, 11 Jun 2026 17:15:55 +0200 Subject: [PATCH 2/3] update version plugin --- README.MD | 7 ++++++- wp-grid-builder-p2p.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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 @@ Date: Thu, 11 Jun 2026 17:19:23 +0200 Subject: [PATCH 3/3] update version plugin --- .plugin-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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