Skip to content

Commit 72851d7

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
updated
1 parent b1e920a commit 72851d7

8 files changed

Lines changed: 76 additions & 9 deletions

File tree

changelog.markdown

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

1010

1111

12+
### lib-innerbrowser 4.1.1: 4.1.1
13+
14+
Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16){:height="16" width="16"} TavoNiievez](https://github.com/TavoNiievez) on 2026/06/26 22:08:38 / [Repository](https://github.com/Codeception/lib-innerbrowser) / [Releases](https://github.com/Codeception/lib-innerbrowser/releases)
15+
16+
17+
18+
## What's Changed
19+
* Fix moveBack() history pointer + add symmetric moveForward() by **[TavoNiievez](https://github.com/TavoNiievez)** in https://github.com/Codeception/lib-innerbrowser/pull/87
20+
21+
22+
**Full Changelog**: https://github.com/Codeception/lib-innerbrowser/compare/4.1.0...4.1.1
23+
24+
1225
### module-symfony 3.9.2: 3.9.2
1326

1427
Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16){:height="16" width="16"} TavoNiievez](https://github.com/TavoNiievez) on 2026/06/23 05:24:22 / [Repository](https://github.com/Codeception/module-symfony) / [Releases](https://github.com/Codeception/module-symfony/releases)
@@ -4635,15 +4648,6 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:heigh
46354648

46364649

46374650

4638-
### lib-innerbrowser 1.3.1: PHPUnit9 compatibility
4639-
4640-
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="16"} Naktibalda](https://github.com/Naktibalda) on 2020/02/20 14:52:13 / [Repository](https://github.com/Codeception/lib-innerbrowser) / [Releases](https://github.com/Codeception/lib-innerbrowser/releases)
4641-
4642-
4643-
4644-
* proceedSeeInField casts value to string before comparison
4645-
4646-
46474651
### lib-asserts 1.11.0: Support PHPUnit 9
46484652

46494653
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16){:height="16" width="16"} Naktibalda](https://github.com/Naktibalda) on 2020/02/11 10:46:55 / [Repository](https://github.com/Codeception/lib-asserts) / [Releases](https://github.com/Codeception/lib-asserts/releases)

docs/modules/Laminas.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ public function seeResponseContains($text)
125125
* `param array` $files
126126
* `param array` $server
127127
* `param ?string` $content
128+
* `param bool` $changeHistory
128129
* `return void`
129130

130131
Opens a page with arbitrary request parameters.
@@ -858,6 +859,14 @@ $I->makeHtmlSnapshot();
858859
Moves back in history.
859860

860861

862+
#### moveForward
863+
864+
* `param int` $numberOfSteps (default value 1)
865+
* `return void`
866+
867+
Moves forward in history.
868+
869+
861870
#### resetCookie
862871

863872
* `param ` $cookie

docs/modules/Laravel.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ public function seeResponseContains($text)
183183
* `param array` $files
184184
* `param array` $server
185185
* `param ?string` $content
186+
* `param bool` $changeHistory
186187
* `return void`
187188

188189
Opens a page with arbitrary request parameters.
@@ -1543,6 +1544,14 @@ $I->makeMultiple('App\Models\User', 10, [], 'admin');
15431544
Moves back in history.
15441545

15451546

1547+
#### moveForward
1548+
1549+
* `param int` $numberOfSteps (default value 1)
1550+
* `return void`
1551+
1552+
Moves forward in history.
1553+
1554+
15461555
#### resetCookie
15471556

15481557
* `param ` $cookie

docs/modules/Lumen.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public function seeResponseContains($text)
123123
* `param array` $files
124124
* `param array` $server
125125
* `param ?string` $content
126+
* `param bool` $changeHistory
126127
* `return void`
127128

128129
Opens a page with arbitrary request parameters.
@@ -1127,6 +1128,14 @@ $I->makeMultiple('App\Models\User', 10, [], 'admin');
11271128
Moves back in history.
11281129

11291130

1131+
#### moveForward
1132+
1133+
* `param int` $numberOfSteps (default value 1)
1134+
* `return void`
1135+
1136+
Moves forward in history.
1137+
1138+
11301139
#### resetCookie
11311140

11321141
* `param ` $cookie

docs/modules/Mezzio.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public function seeResponseContains($text)
108108
* `param array` $files
109109
* `param array` $server
110110
* `param ?string` $content
111+
* `param bool` $changeHistory
111112
* `return void`
112113

113114
Opens a page with arbitrary request parameters.
@@ -787,6 +788,14 @@ $I->makeHtmlSnapshot();
787788
Moves back in history.
788789

789790

791+
#### moveForward
792+
793+
* `param int` $numberOfSteps (default value 1)
794+
* `return void`
795+
796+
Moves forward in history.
797+
798+
790799
#### resetCookie
791800

792801
* `param ` $cookie

docs/modules/PhpBrowser.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ public function seeResponseContains($text)
145145
* `param array` $files
146146
* `param array` $server
147147
* `param ?string` $content
148+
* `param bool` $changeHistory
148149
* `return void`
149150

150151
Opens a page with arbitrary request parameters.
@@ -887,6 +888,14 @@ $I->makeHtmlSnapshot();
887888
Moves back in history.
888889

889890

891+
#### moveForward
892+
893+
* `param int` $numberOfSteps (default value 1)
894+
* `return void`
895+
896+
Moves forward in history.
897+
898+
890899
#### resetCookie
891900

892901
* `param ` $cookie

docs/modules/Symfony.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ public function seeResponseContains($text)
159159
* `param array` $files
160160
* `param array` $server
161161
* `param ?string` $content
162+
* `param bool` $changeHistory
162163
* `return void`
163164

164165
Opens a page with arbitrary request parameters.
@@ -2418,6 +2419,14 @@ $I->makeHtmlSnapshot();
24182419
Moves back in history.
24192420
24202421
2422+
#### moveForward
2423+
2424+
* `param int` $numberOfSteps (default value 1)
2425+
* `return void`
2426+
2427+
Moves forward in history.
2428+
2429+
24212430
#### persistPermanentService
24222431
24232432
* `part` services

docs/modules/Yii2.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ public function seeResponseContains($text)
239239
* `param array` $files
240240
* `param array` $server
241241
* `param ?string` $content
242+
* `param bool` $changeHistory
242243
* `return void`
243244

244245
Opens a page with arbitrary request parameters.
@@ -1167,6 +1168,14 @@ $I->makeHtmlSnapshot();
11671168
Moves back in history.
11681169

11691170

1171+
#### moveForward
1172+
1173+
* `param int` $numberOfSteps (default value 1)
1174+
* `return void`
1175+
1176+
Moves forward in history.
1177+
1178+
11701179
#### resetCookie
11711180

11721181
* `param ` $cookie

0 commit comments

Comments
 (0)