From 581b58fb776dea6a5d8d37932c481e6693566692 Mon Sep 17 00:00:00 2001 From: "Joshua (D) Drake" <136637981+ChronicallyJD@users.noreply.github.com> Date: Wed, 26 Aug 2026 13:07:26 -0600 Subject: [PATCH] README: link the PGXN distribution from the badge row PL/php 2.6.0 is now published at https://pgxn.org/dist/plphp/, so point at it from the badges alongside the existing "pgxn install plphp" note in the Installation section. The badge carries no version number, so it stays correct across releases. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dab0d1e..3255a6e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ [![PostgreSQL](https://img.shields.io/badge/PostgreSQL-11_to_18-336791?logo=postgresql&logoColor=white)](https://www.postgresql.org/) [![PHP](https://img.shields.io/badge/PHP-8.1--8.4-777BB4?logo=php&logoColor=white)](https://www.php.net/) +[![PGXN](https://img.shields.io/badge/PGXN-plphp-B65C1E)](https://pgxn.org/dist/plphp/) [![Tests](https://img.shields.io/badge/tests-26_passing-brightgreen)](sql/) [![License](https://img.shields.io/badge/license-permissive-blue)](#license)