mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-25 00:09:04 +00:00
Fix badges showing incorrect latest release version
Display the correct latest release version by modifying the image url query string to specify semantic version sorting. Without this sorting, releasing 8.9.2, 9.0.0, 9.1.0, and then 8.9.3 would cause version 8.9.3 to incorrectly appear as the current latest release.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# PHP Curl Class: HTTP requests made easy
|
||||
|
||||
[](https://github.com/php-curl-class/php-curl-class/releases/)
|
||||
[](https://github.com/php-curl-class/php-curl-class/releases/)
|
||||
[](https://github.com/php-curl-class/php-curl-class/blob/master/LICENSE)
|
||||
[](https://github.com/php-curl-class/php-curl-class/actions/workflows/ci.yml)
|
||||
[](https://github.com/php-curl-class/php-curl-class/releases/)
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ $ cd php-curl-class/
|
||||
$ composer update
|
||||
$ composer info
|
||||
```
|
||||
Compare your version with latest release &label=) which is also listed on the [releases page](https://github.com/php-curl-class/php-curl-class/releases).
|
||||
Compare your version with latest release &label=) which is also listed on the [releases page](https://github.com/php-curl-class/php-curl-class/releases).
|
||||
|
||||
### Ensure php is using the latest version of curl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user