From f1fcec6f9417ef191adef577d3266db8a3af9cd8 Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Tue, 11 Nov 2025 12:15:27 -0600 Subject: [PATCH 1/3] Add GitHub Sponsors badge and funding configuration --- README.md | 2 ++ composer.json | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 87286bd..71a973b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ SilverStripe wrapper for [Geocoder](https://github.com/geocoder-php/Geocoder) [![Latest Unstable Version](https://poser.pugx.org/dynamic/silverstripe-geocoder/v/unstable)](https://packagist.org/packages/dynamic/silverstripe-geocoder) [![License](https://poser.pugx.org/dynamic/silverstripe-geocoder/license)](https://packagist.org/packages/dynamic/silverstripe-geocoder) +[![Sponsor](https://img.shields.io/badge/Sponsor-Dynamic-brightgreen)](https://github.com/sponsors/dynamic) + ## Requirements - Silverstripe ^5 diff --git a/composer.json b/composer.json index f8a7cf3..d89cf1b 100644 --- a/composer.json +++ b/composer.json @@ -43,6 +43,12 @@ }, "process-timeout": 600 }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/dynamic" + } + ], "extra": { "branch-alias": { "dev-master": "3.x-dev" From caaeb8ad89b1872edddc416caaa6dc1a2ded1112 Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Tue, 11 Nov 2025 15:42:39 -0600 Subject: [PATCH 2/3] Remove phpcoverage to fix CI workflow --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19f7e63..bf02210 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,5 +9,3 @@ jobs: ci: name: CI uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1 - with: - phpcoverage: true From 43cd3be95ff71e3796b3dbad4fc96e8ae27e40e4 Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Tue, 11 Nov 2025 15:44:47 -0600 Subject: [PATCH 3/3] Fix badge layout - move sponsor badge to first row with CI --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 71a973b..6a3d204 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,13 @@ SilverStripe wrapper for [Geocoder](https://github.com/geocoder-php/Geocoder) [![CI](https://github.com/dynamic/silverstripe-geocoder/actions/workflows/ci.yml/badge.svg)](https://github.com/dynamic/silverstripe-geocoder/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/dynamic/silverstripe-geocoder/branch/master/graph/badge.svg)](https://codecov.io/gh/dynamic/silverstripe-geocoder) +[![Sponsor](https://img.shields.io/badge/Sponsor-Dynamic-brightgreen)](https://github.com/sponsors/dynamic) [![Latest Stable Version](https://poser.pugx.org/dynamic/silverstripe-geocoder/v/stable)](https://packagist.org/packages/dynamic/silverstripe-geocoder) [![Total Downloads](https://poser.pugx.org/dynamic/silverstripe-geocoder/downloads)](https://packagist.org/packages/dynamic/silverstripe-geocoder) [![Latest Unstable Version](https://poser.pugx.org/dynamic/silverstripe-geocoder/v/unstable)](https://packagist.org/packages/dynamic/silverstripe-geocoder) [![License](https://poser.pugx.org/dynamic/silverstripe-geocoder/license)](https://packagist.org/packages/dynamic/silverstripe-geocoder) -[![Sponsor](https://img.shields.io/badge/Sponsor-Dynamic-brightgreen)](https://github.com/sponsors/dynamic) - ## Requirements - Silverstripe ^5