Skip to content

Commit 3727695

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
updated
1 parent 19f37fc commit 3727695

File tree

8 files changed

+26
-25
lines changed

8 files changed

+26
-25
lines changed

changelog.markdown

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ title: Codeception Changelog
99

1010

1111

12+
### lib-innerbrowser 4.0.5: 4.0.5
13+
14+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2024/09/13 05:15:37 / [Repository](https://github.com/Codeception/lib-innerbrowser) / [Releases](https://github.com/Codeception/lib-innerbrowser/releases)
15+
16+
17+
18+
* Fix name of unsetHttpHeader method [#71](https://github.com/Codeception/lib-innerbrowser/issues/71)
19+
20+
21+
### lib-innerbrowser 4.0.4: 4.0.4
22+
23+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2024/09/13 05:14:55 / [Repository](https://github.com/Codeception/lib-innerbrowser) / [Releases](https://github.com/Codeception/lib-innerbrowser/releases)
24+
25+
26+
27+
* Declare nullable parameter types explicitly by **[W0rma](https://github.com/W0rma)** in https://github.com/Codeception/lib-innerbrowser/pull/70
28+
* InnerBrowser.php: Deprecate `deleteHeader` in favor of `unsetHeader` by **[ThomasLandauer](https://github.com/ThomasLandauer)** in https://github.com/Codeception/lib-innerbrowser/pull/69
29+
30+
1231
### module-webdriver 4.0.2: 4.0.2
1332

1433
Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16) TavoNiievez](https://github.com/TavoNiievez) on 2024/08/10 00:21:53 / [Repository](https://github.com/Codeception/module-webdriver) / [Releases](https://github.com/Codeception/module-webdriver/releases)
@@ -3820,15 +3839,6 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
38203839

38213840

38223841

3823-
### lib-innerbrowser 1.2.0: Compatibility with Symfony 5
3824-
3825-
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2019/11/24 16:16:32 / [Repository](https://github.com/Codeception/lib-innerbrowser) / [Releases](https://github.com/Codeception/lib-innerbrowser/releases)
3826-
3827-
3828-
3829-
3830-
3831-
38323842
### lib-asserts 1.10.1: rerelease
38333843

38343844
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2019/11/23 21:14:50 / [Repository](https://github.com/Codeception/lib-asserts) / [Releases](https://github.com/Codeception/lib-asserts/releases)
@@ -3847,15 +3857,6 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
38473857
Requires PHPUnit 8.4, so this version can only be used on PHP 7.2+ and it is required by Codeception 5
38483858

38493859

3850-
### lib-innerbrowser 1.1.0: Supports HTML5 button form attribute
3851-
3852-
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2019/11/21 15:51:19 / [Repository](https://github.com/Codeception/lib-innerbrowser) / [Releases](https://github.com/Codeception/lib-innerbrowser/releases)
3853-
3854-
3855-
3856-
3857-
3858-
38593860
### module-doctrine2 1.0.1: Updated documentation
38603861

38613862
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2019/11/13 17:34:35 / [Repository](https://github.com/Codeception/module-doctrine2) / [Releases](https://github.com/Codeception/module-doctrine2/releases)

docs/modules/Laminas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,7 @@ $I->uncheckOption('#notify');
16791679
{% endhighlight %}
16801680
16811681
1682-
#### unsetHeader
1682+
#### unsetHttpHeader
16831683
16841684
* `param string` $name the name of the header to unset.
16851685
* `return void`

docs/modules/Laravel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2576,7 +2576,7 @@ $I->uncheckOption('#notify');
25762576
{% endhighlight %}
25772577
25782578
2579-
#### unsetHeader
2579+
#### unsetHttpHeader
25802580
25812581
* `param string` $name the name of the header to unset.
25822582
* `return void`

docs/modules/Lumen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1965,7 +1965,7 @@ $I->uncheckOption('#notify');
19651965
{% endhighlight %}
19661966
19671967
1968-
#### unsetHeader
1968+
#### unsetHttpHeader
19691969
19701970
* `param string` $name the name of the header to unset.
19711971
* `return void`

docs/modules/Mezzio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ $I->uncheckOption('#notify');
15911591
{% endhighlight %}
15921592
15931593
1594-
#### unsetHeader
1594+
#### unsetHttpHeader
15951595
15961596
* `param string` $name the name of the header to unset.
15971597
* `return void`

docs/modules/PhpBrowser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ $I->uncheckOption('#notify');
17041704
{% endhighlight %}
17051705
17061706
1707-
#### unsetHeader
1707+
#### unsetHttpHeader
17081708
17091709
* `param string` $name the name of the header to unset.
17101710
* `return void`

docs/modules/Symfony.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2833,7 +2833,7 @@ $I->uncheckOption('#notify');
28332833
Remove service $serviceName from the lists of persistent services.
28342834
28352835
2836-
#### unsetHeader
2836+
#### unsetHttpHeader
28372837
28382838
* `param string` $name the name of the header to unset.
28392839
* `return void`

docs/modules/Yii2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@ $I->uncheckOption('#notify');
19961996
{% endhighlight %}
19971997
19981998
1999-
#### unsetHeader
1999+
#### unsetHttpHeader
20002000
20012001
* `param string` $name the name of the header to unset.
20022002
* `return void`

0 commit comments

Comments
 (0)