We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd0877 commit 666598bCopy full SHA for 666598b
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to `php-url-checker` will be documented in this file.
4
5
+## v1.1.0 - 2024-03-24
6
+
7
+### What's Changed
8
9
+* Add `connect-timeout` and `timeout` parameters to `check` method on `UrlChecker` class by @leMaur
10
+* Add type for headers array into CheckData.php by @leMaur
11
+* Extract headers and pass them into CheckData.php by @leMaur
12
13
+**Full Changelog**: https://github.com/leMaur/php-url-checker/compare/1.0.0...1.1.0
14
15
## v1.0.0 - 2024-03-23
16
17
### What's Changed
0 commit comments