Skip to content

Commit 62a7da8

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
updated
1 parent 047c6f4 commit 62a7da8

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

changelog.markdown

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,15 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
434434
* grabServiceFromContainer: Returned service is not always object by **[svycka](https://github.com/svycka)** in https://github.com/Codeception/module-laminas/pull/23
435435

436436

437+
### module-laravel 2.3.0: 2.3.0
438+
439+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2022/11/19 20:34:50 / [Repository](https://github.com/Codeception/module-laravel) / [Releases](https://github.com/Codeception/module-laravel/releases)
440+
441+
442+
443+
* Allow to set headers in module configuration by **[Naktibalda](https://github.com/Naktibalda)** in https://github.com/Codeception/module-laravel/pull/47
444+
445+
437446
### module-laravel 3.1.0: 3.1.0
438447

439448
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2022/11/19 20:32:53 / [Repository](https://github.com/Codeception/module-laravel) / [Releases](https://github.com/Codeception/module-laravel/releases)
@@ -974,6 +983,16 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
974983
* Use correct types in ParamsLoader and Configuration classes, avoid type errors
975984

976985

986+
### module-laravel 3.0.0: 3.0.0
987+
988+
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2022/04/20 10:13:08 / [Repository](https://github.com/Codeception/module-laravel) / [Releases](https://github.com/Codeception/module-laravel/releases)
989+
990+
991+
992+
* Support for Codeception 5
993+
* Only Laravel 8 is supported
994+
995+
977996
### lib-innerbrowser 3.1.2: 3.1.2
978997

979998
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2022/04/09 08:51:34 / [Repository](https://github.com/Codeception/lib-innerbrowser) / [Releases](https://github.com/Codeception/lib-innerbrowser/releases)
@@ -2570,6 +2589,36 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
25702589

25712590

25722591

2592+
### module-laravel 2.0.0: 2.0.0
2593+
2594+
Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16) TavoNiievez](https://github.com/TavoNiievez) on 2020/12/29 20:52:27 / [Repository](https://github.com/Codeception/module-laravel) / [Releases](https://github.com/Codeception/module-laravel/releases)
2595+
2596+
2597+
2598+
**New features:**
2599+
- `Laravel 6`, `Laravel 7`, and `Laravel 8` compatibility.
2600+
- Module documentation updated.
2601+
- Added typed arguments.
2602+
- Updated the module's code base following PHP 7.3+ standards.
2603+
2604+
**Breaking changes:**
2605+
- Removed support for PHP versions lower than `PHP 7.3`.
2606+
- Removed support for `Laravel 5` and lower.
2607+
- The `Codeception\Module\Laravel5` class was renamed to `Codeception\Module\Laravel`:
2608+
```diff
2609+
# tests/funcional.suite.yml
2610+
modules:
2611+
enabled:
2612+
- Asserts
2613+
- - Laravel5:
2614+
+ - Laravel:
2615+
environment_file: .env.testing
2616+
```
2617+
> **Minor change**: Adding link to "central" parts explanation ([#8](https://github.com/Codeception/module-laravel/issues/8)) by **[ThomasLandauer](https://github.com/ThomasLandauer)**.
2618+
2619+
If you're interested in contributing to this module and didn't know where to start, a [contribution guide](https://github.com/Codeception/module-laravel/blob/main/CONTRIBUTING.md) is now available, thanks to **[ThomasLandauer](https://github.com/ThomasLandauer)** and **[TavoNiievez](https://github.com/TavoNiievez)**.
2620+
2621+
25732622
### module-yii2 1.1.2: 1.1.2
25742623

25752624
Released by [![](https://avatars.githubusercontent.com/u/47294?v=4&s=16) samdark](https://github.com/samdark) on 2020/12/28 11:32:21 / [Repository](https://github.com/Codeception/module-yii2) / [Releases](https://github.com/Codeception/module-yii2/releases)

0 commit comments

Comments
 (0)