Skip to content

Commit 9edf2df

Browse files
fix(app): Update README.md to reorganize Package information and add latest stable version badge. (#162)
1 parent 4797ac8 commit 9edf2df

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Bug #150: Add container configuration to `console` app setup (@terabytesoftw)
1010
- Bug #156: Update `README.md` with new Packagist badges and improve structure (@terabytesoftw)
1111
- Bug #159: Remove redundant `Basic usage` section from `README.md` (@terabytesoftw)
12+
- Bug #162: Update `README.md` to reorganize `Package information` and add latest stable version badge (@terabytesoftw)
1213

1314
## 0.1.0 August 31, 2025
1415

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
</p>
77

88
<p align="center">
9-
<a href="https://packagist.org/packages/yii2-extensions/app-basic" target="_blank">
10-
<img src="https://img.shields.io/packagist/v/yii2-extensions/app-basic.svg?style=for-the-badge&logo=packagist&logoColor=white&label=Stable" alt="Latest Stable Version">
11-
</a>
129
<a href="https://www.php.net/releases/8.1/en.php" target="_blank">
1310
<img src="https://img.shields.io/badge/%3E%3D8.1-777BB4.svg?style=for-the-badge&logo=php&logoColor=white" alt="PHP version">
1411
</a>
@@ -143,9 +140,15 @@ final class SiteController extends Controller
143140
# Clear cache
144141
./yii cache/flush-all
145142
```
146-
## Quality code
147143

144+
## Package information
145+
146+
[![Latest Stable Version](https://img.shields.io/packagist/v/yii2-extensions/app-basic.svg?style=for-the-badge&logo=packagist&logoColor=white&label=Stable)](https://packagist.org/packages/yii2-extensions/app-basic)
148147
[![Total Downloads](https://img.shields.io/packagist/dt/yii2-extensions/app-basic.svg?style=for-the-badge&logo=packagist&logoColor=white&label=Downloads)](https://packagist.org/packages/yii2-extensions/app-basic)
148+
149+
150+
## Quality code
151+
149152
[![Codecov](https://img.shields.io/codecov/c/github/yii2-extensions/app-basic.svg?branch=main&style=for-the-badge&logo=codecov&logoColor=white&label=Coverage)](https://codecov.io/github/yii2-extensions/app-basic)
150153
[![PHPStan Level Max](https://img.shields.io/badge/PHPStan-Level%20Max-4F5D95.svg?style=for-the-badge&logo=php&logoColor=white)](https://github.com/yii2-extensions/app-basic/actions/workflows/static.yml)
151154
[![StyleCI](https://img.shields.io/badge/StyleCI-Passed-44CC11.svg?style=for-the-badge&logo=styleci&logoColor=white)](https://github.styleci.io/repos/165419144?branch=main)

0 commit comments

Comments
 (0)