Skip to content

Commit 7ef9ea6

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
updated
1 parent 5c350b1 commit 7ef9ea6

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

changelog.markdown

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

1010

1111

12+
### lib-innerbrowser 4.0.8: 4.0.8
13+
14+
Released by [![](https://avatars.githubusercontent.com/u/20659830?v=4&s=16) W0rma](https://github.com/W0rma) on 2025/12/15 13:16:59 / [Repository](https://github.com/Codeception/lib-innerbrowser) / [Releases](https://github.com/Codeception/lib-innerbrowser/releases)
15+
16+
17+
18+
## What's Changed
19+
* Fix PHP 8.5 deprecation warning in https://github.com/Codeception/lib-innerbrowser/pull/81
20+
* Fix use statements (docs) in https://github.com/Codeception/lib-innerbrowser/pull/83
21+
* Fix type error for element without form in https://github.com/Codeception/lib-innerbrowser/pull/82
22+
* Allow symfony 8 in https://github.com/Codeception/lib-innerbrowser/pull/84
23+
24+
25+
**Full Changelog**: https://github.com/Codeception/lib-innerbrowser/compare/4.0.7...4.0.8
26+
27+
1228
### module-webdriver 4.0.4: 4.0.4
1329

1430
Released by [![](https://avatars.githubusercontent.com/u/20659830?v=4&s=16) W0rma](https://github.com/W0rma) on 2025/12/08 13:15:00 / [Repository](https://github.com/Codeception/module-webdriver) / [Releases](https://github.com/Codeception/module-webdriver/releases)
@@ -4533,15 +4549,6 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
45334549

45344550

45354551

4536-
### lib-innerbrowser 1.2.3: Symfony 5: catch another exception
4537-
4538-
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2019/11/26 16:50:50 / [Repository](https://github.com/Codeception/lib-innerbrowser) / [Releases](https://github.com/Codeception/lib-innerbrowser/releases)
4539-
4540-
4541-
4542-
4543-
4544-
45454552
### lib-asserts 1.10.1: rerelease
45464553

45474554
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)

docs/reference/HttpCode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Usage:
1616
{% highlight php %}
1717

1818
<?php
19-
use \Codeception\Util\HttpCode;
19+
use Codeception\Util\HttpCode;
2020
2121
// using REST, PhpBrowser, or any Framework module
2222
$I->seeResponseCodeIs(HttpCode::OK);

0 commit comments

Comments
 (0)