|
1 | 1 | Magento Functional Testing Framework Changelog |
2 | 2 | ================================================ |
3 | 3 |
|
| 4 | +5.0.3 |
| 5 | +--------- |
| 6 | +### Fixes |
| 7 | +* Allowed additional actions to read from credentials file to fix page builder failures. |
| 8 | +* Added support for chrome 131 |
| 9 | + |
| 10 | +5.0.2 |
| 11 | +--------- |
| 12 | +### Fixes |
| 13 | +* Removed support for chrome 131 |
| 14 | + |
| 15 | +5.0.1 |
| 16 | +--------- |
| 17 | +### Enhancement |
| 18 | +* Provided support for chrome 131 |
| 19 | + |
| 20 | +5.0.0 |
| 21 | +--------- |
| 22 | +### Enhancements |
| 23 | +* Provided support for PHP 8.4 |
| 24 | +* Dropped the support for PHP 8.1 |
| 25 | +* Removed unwanted dependent packages |
| 26 | +* Removed the dependency of codeception/module-sequence and implemented internal adjustments to address PHP 8.4 deprecations. |
| 27 | + |
| 28 | +4.8.3 |
| 29 | +--------- |
| 30 | +### Enhancements |
| 31 | +* Bumped aws/aws-sdk-php package to 3.323.4 |
| 32 | +* Bumped composer/composer to 2.8.1 |
| 33 | +* Bumped laminas/laminas-diactoros to 3.4.1 |
| 34 | +* Bumped nikic/php-parser to 5.3.1 |
| 35 | +* Bumped squizlabs/php_codesniffer to 3.10.3 |
| 36 | +* Remove any unused files remaining after upgrading Codeception. |
| 37 | + |
4 | 38 | 4.8.2 |
5 | 39 | --------- |
6 | 40 | ### Enhancements |
@@ -35,16 +69,16 @@ Magento Functional Testing Framework Changelog |
35 | 69 | 4.7.2 |
36 | 70 | --------- |
37 | 71 | ### Enhancements |
38 | | -* Fail static test when introduced filename does not equal the MFTF object name |
| 72 | +* Fail static test when introduced filename does not equal the MFTF object name |
39 | 73 | contained within. |
40 | 74 |
|
41 | 75 | 4.7.1 |
42 | 76 | --------- |
43 | 77 | ### Enhancements |
44 | 78 | * Bumped all symfony dependencies to `^6.0 |
45 | | -* Removed abandoned package codacy/coverage |
| 79 | +* Removed abandoned package codacy/coverage |
46 | 80 | * Removed abandoned package sebastian/phpcpd |
47 | | -* Bumped monolog/monolog to ^3.0 |
| 81 | +* Bumped monolog/monolog to ^3.0 |
48 | 82 | * Bumped nikic/php-parser to ^5.0 |
49 | 83 |
|
50 | 84 | 4.7.0 |
|
0 commit comments