File tree Expand file tree Collapse file tree 4 files changed +25
-2
lines changed
Expand file tree Collapse file tree 4 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1+ github : clue
2+ custom : https://clue.engineering/support
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.0 (2020-06-19)
4+
5+ * Feature / Fix: Support PHP 7.4 by skipping unneeded cleanup of exception trace args.
6+ (#92 by @clue )
7+
8+ * Clean up test suite and add ` .gitattributes ` to exclude dev files from exports.
9+ Run tests on PHP 7.4, PHPUnit 9 and simplify test matrix.
10+ Link to using SSH proxy (SSH tunnel) as an alternative.
11+ (#88 by @clue and #91 and #93 by @SimonFrings )
12+
313## 1.0.0 (2018-11-20)
414
515* First stable release, now following SemVer!
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ which allows you to build your own SOCKS proxy servers with custom business logi
3737
3838** Table of contents**
3939
40+ * [ Support us] ( #support-us )
4041* [ Quickstart example] ( #quickstart-example )
4142* [ Usage] ( #usage )
4243 * [ Client] ( #client )
@@ -65,6 +66,16 @@ which allows you to build your own SOCKS proxy servers with custom business logi
6566* [ License] ( #license )
6667* [ More] ( #more )
6768
69+ ## Support us
70+
71+ We invest a lot of time developing, maintaining and updating our awesome
72+ open-source projects. You can help us sustain this high-quality of our work by
73+ [ becoming a sponsor on GitHub] ( https://github.com/sponsors/clue ) . Sponsors get
74+ numerous benefits in return, see our [ sponsoring page] ( https://github.com/sponsors/clue )
75+ for details.
76+
77+ Let's take these projects to the next level together! 🚀
78+
6879## Quickstart example
6980
7081Once [ installed] ( #install ) , you can use the following code to create a connection
@@ -985,7 +996,7 @@ This project follows [SemVer](https://semver.org/).
985996This will install the latest supported version:
986997
987998``` bash
988- $ composer require clue/socks-react:^1.0
999+ $ composer require clue/socks-react:^1.1
9891000```
9901001
9911002See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
Original file line number Diff line number Diff line change 77 "authors" : [
88 {
99 "name" : " Christian Lück" ,
10- "email" : " christian@lueck.tv "
10+ "email" : " christian@clue.engineering "
1111 }
1212 ],
1313 "autoload" : {
You can’t perform that action at this time.
0 commit comments