From cba958aec9b08dc56c027418f060429db4184f60 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Tue, 16 Jun 2026 15:45:38 +0300 Subject: [PATCH 1/2] rename the package in composer.json to fairpm/fair-connect Signed-off-by: Kaspars Dambis --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5d98c051..30f050fc 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "fairpm/fair-plugin", + "name": "fairpm/fair-connect", "description": "Make your site more FAIR.", "type": "wordpress-plugin", "license": "gpl-2.0-only", diff --git a/composer.lock b/composer.lock index 53d6eb9a..af8f0b4f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b2d9bb03b2d90fcb6fe7a5842ae3c5a0", + "content-hash": "c61d31ba5bddcaea5d7e5b237c0da593", "packages": [ { "name": "afragen/wordpress-plugin-readme-parser", From cff6c006253d4ba117172ae5dc850887c7997f08 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Tue, 16 Jun 2026 15:52:45 +0300 Subject: [PATCH 2/2] ensure that composer meta files are included in the release Signed-off-by: Kaspars Dambis --- .gitattributes | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 3bee9f50..65a9bfa5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,8 +9,6 @@ phpunit.xml.dist export-ignore wp-tests-config-sample.php export-ignore phpcs.xml.dist export-ignore -composer.json export-ignore -composer.lock export-ignore package.json export-ignore package-lock.json export-ignore .wp-env.json export-ignore