From 95f10947f77e0fd910504d00ca75bae1d91f7ef2 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 22 Oct 2025 19:08:09 +0200 Subject: [PATCH] README: fix badge "unstable" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34429d5..193aa8b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PHPCompatibilityWP [![Latest Stable Version](https://img.shields.io/packagist/v/phpcompatibility/phpcompatibility-wp?label=stable)][packagist] -[![Latest Unstable Version](https://img.shields.io/badge/unstable-dev--develop-e68718.svg?maxAge=2419200)][packagist] +[![Latest Unstable Version](https://img.shields.io/packagist/v/phpcompatibility/phpcompatibility-wp?include_prereleases&label=pre-release)][packagist] [![License](https://img.shields.io/github/license/PHPCompatibility/PHPCompatibilityWP?color=00a7a7)](https://github.com/PHPCompatibility/PHPCompatibilityWP/blob/master/LICENSE) [![Build Status](https://github.com/PHPCompatibility/PHPCompatibilityWP/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/PHPCompatibility/PHPCompatibilityWP/actions/workflows/ci.yml)