Skip to content

Commit 1bd59ba

Browse files
committed
Prepare v1.4.0 release
1 parent 627ec86 commit 1bd59ba

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.4.0 (2026-04-13)
4+
5+
* Feature: Improve PHP 8.5+ and PHP 8.4+ support and update test environment.
6+
(#40, #41 and #43 by @clue)
7+
8+
* Improve test suite to ensure 100% code coverage and support legacy PHP 7.2 with PHPUnit 8.5.
9+
(#42 and #44 by @clue)
10+
311
## 1.3.0 (2022-08-30)
412

513
* Feature: Simplify usage by supporting new default loop.

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This project provides _extra_ (in terms of "additional", "extraordinary", "special" and "unusual") decorators,
88
built on top of [ReactPHP's Socket](https://github.com/reactphp/socket).
99

10-
**Table of Contents**
10+
**Table of contents**
1111

1212
* [Support us](#support-us)
1313
* [Introduction](#introduction)
@@ -27,13 +27,11 @@ built on top of [ReactPHP's Socket](https://github.com/reactphp/socket).
2727

2828
## Support us
2929

30-
We invest a lot of time developing, maintaining and updating our awesome
31-
open-source projects. You can help us sustain this high-quality of our work by
32-
[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Sponsors get
33-
numerous benefits in return, see our [sponsoring page](https://github.com/sponsors/clue)
34-
for details.
35-
36-
Let's take these projects to the next level together! 🚀
30+
I maintain an ecosystem of open-source projects that have been downloaded
31+
hundreds of millions of times and are actively maintained and continuously
32+
improved. If you find any of these projects useful, please consider
33+
[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Your support
34+
helps ensure long-term maintenance and continued development. Thank you! 🚀
3735

3836
## Introduction
3937

@@ -255,7 +253,7 @@ This project follows [SemVer](https://semver.org/).
255253
This will install the latest supported version:
256254

257255
```bash
258-
composer require clue/connection-manager-extra:^1.3
256+
composer require clue/connection-manager-extra:^1.4
259257
```
260258

261259
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
@@ -292,5 +290,5 @@ XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text
292290

293291
This project is released under the permissive [MIT license](LICENSE).
294292

295-
> Did you know that I offer custom development services and issuing invoices for
296-
sponsorships of releases and for contributions? Contact me (@clue) for details.
293+
> Do you use this project in a commercial setting? Sponsoring with invoicing is
294+
available, contact me ([@clue](https://github.com/clue)) for details.

0 commit comments

Comments
 (0)