Skip to content

Commit 567e8db

Browse files
committed
updated
1 parent f49f578 commit 567e8db

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

_posts/2018-02-27-codeception-2.4-released.markdown

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ date: 2018-02-27 01:03:50
55
---
66

77
Hello everyone! We'd like to announce the immediate **availability of Codeception 2.4.0**.
8-
This follows up the PHPUnit 7.0 release and mostly contains compatibility fixes for latest PHPUnit. Internal usage of PHPUnit in Codeception was switched to new namespaced class names. This doesn't break any public APIs but can break some setups. That's why this is a minor release with a proper announcement. Please upgrade and unless you have some PHPUnit version conflict you should not experience any issues.
98

10-
Codeception 2.4.0 is a stability release. We also dropped unmaintained PHP 5.4 and PHP 5.5. But we keep compatibility with PHP 5.6 so if your company still uses PHP 5 (and we understand business reasons) you can install this update too. Codeception is still going to be maintained with PHP 5.6 compatibility in mind. We don't break API just for the sake of clean code. We try to make things reliable.
9+
This follows up the PHPUnit release and mostly contains **compatibility fixes for PHPUnit 7**. Internal usage of PHPUnit in Codeception was switched to new namespaced class names. This doesn't break any public APIs but can break some setups. That's why this is a minor release with a proper announcement. Please upgrade and unless you have some PHPUnit version conflict you should not experience any issues.
1110

12-
In the same Codeception 2.3.9 is released time so if you want to get the latest changes and you still use old PHP, upgrade to this version.
11+
Codeception 2.4.0 is a stability release. We **dropped unmaintained PHP 5.4 and PHP 5.5**. But we keep compatibility with PHP 5.6 so if your company still uses PHP 5 (and we understand business reasons) you can install this update too. Codeception is still going to be maintained with PHP 5.6 compatibility in mind. We don't break API just for the sake of clean code. We try to make things reliable.
12+
13+
In the same Codeception 2.3.9 is released, so if you want to get the latest changes and you still use old PHP, upgrade to this version.
1314

1415
In Codeception 2.4 you will also find new hooks for Cest files:
1516

@@ -21,6 +22,8 @@ Previously `_after` hook worked as `_passed` and that behavior was confusing. Th
2122

2223
[See changelog](https://codeception.com/changelog) for the complete list of fixes and improvements.
2324

25+
Thanks to all our contributors to make this release happen!
26+
2427
---
2528

2629
We also launched [Codeception Slack](https://join.slack.com/t/codeception/shared_invite/enQtMzE2MzgxNzM1OTUzLTcwMmMxZjMxYTdkMzljMzNjNmNiNWQ0NGNjNTY0MjJlNWNjOTI0ZWU0Mjg4YmE5NTI0MmMwNDZmNzRhOTZmNWE) to talk about testing and Codeception.

0 commit comments

Comments
 (0)