From 3f6737983e64530a0cb45275b3204f0006e50fb1 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Fri, 27 Jun 2025 17:11:37 -0400 Subject: [PATCH 1/4] fix: Update `README.md` badges for consistency and clarity. --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 4f8528c..3c4b751 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,24 @@

+ + GitHub Release + - php-version + PHP Version + + + Yii2 2.0.53 + + + Yii2 22.0 PHPUnit - - PHPUnit - - - Codecov - + + Static Analysis +

## Installation @@ -41,15 +47,10 @@ to the require-dev section of your `composer.json` file. ## Quality code -[![static-analysis](https://github.com/yii2-extensions/gii/actions/workflows/static.yml/badge.svg)](https://github.com/yii2-extensions/nested-sets-behavior/actions/workflows/static.yml) -[![phpstan-level](https://img.shields.io/badge/PHPStan%20level-1-blue)](https://github.com/yii2-extensions/nested-sets-behavior/actions/workflows/static.yml) +[![codecov](https://codecov.io/gh/yii2-extensions/nested-sets-behavior/graph/badge.svg?token=Upc4yA23YN)](https://codecov.io/gh/yii2-extensions/nested-sets-behavior) +[![phpstan-level](https://img.shields.io/badge/PHPStan%20level-max-blue)](https://github.com/yii2-extensions/localeurls/actions/workflows/static.yml) [![style-ci](https://github.styleci.io/repos/717718161/shield?branch=main)](https://github.styleci.io/repos/717718161?branch=main) -## Support versions Yii2 - -[![Yii20](https://img.shields.io/badge/Yii2%20version-2.0-blue)](https://github.com/yiisoft/yii2/tree/2.0.49.3) -[![Yii22](https://img.shields.io/badge/Yii2%20version-2.2-blue)](https://github.com/yiisoft/yii2/tree/2.2) - ## Testing [Check the documentation testing](/docs/testing.md) to learn about testing. From d801bef347635ff45c75fac3237f19a15dd9ff5a Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Fri, 27 Jun 2025 17:32:20 -0400 Subject: [PATCH 2/4] fix: Update GitHub Release badge in `README.md` for consistency. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c4b751..d849738 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@

- GitHub Release + Github Release + PHP Version From 40ae6001ec745d5af1081efc396d94280834780a Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Fri, 27 Jun 2025 17:33:21 -0400 Subject: [PATCH 3/4] fix: Remove unnecessary whitespace in `README.md`. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d849738..6191b8a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ Github Release - PHP Version From f47b62265308ed9ddc894fdb2e632a07a9dd6969 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Fri, 27 Jun 2025 17:34:56 -0400 Subject: [PATCH 4/4] fix: Remove GitHub Release badge from `README.md` and adjust badge placement for clarity. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6191b8a..ab8222d 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@

- - Github Release - PHP Version @@ -47,6 +44,8 @@ to the require-dev section of your `composer.json` file. ## Quality code +[![Latest Stable Version](http://poser.pugx.org/yii2-extensions/nested-sets-behavior/v)](https://packagist.org/packages/yii2-extensions/nested-sets-behavior) +[![Total Downloads](http://poser.pugx.org/yii2-extensions/nested-sets-behavior/downloads)](https://packagist.org/packages/yii2-extensions/nested-sets-behavior) [![codecov](https://codecov.io/gh/yii2-extensions/nested-sets-behavior/graph/badge.svg?token=Upc4yA23YN)](https://codecov.io/gh/yii2-extensions/nested-sets-behavior) [![phpstan-level](https://img.shields.io/badge/PHPStan%20level-max-blue)](https://github.com/yii2-extensions/localeurls/actions/workflows/static.yml) [![style-ci](https://github.styleci.io/repos/717718161/shield?branch=main)](https://github.styleci.io/repos/717718161?branch=main)