Skip to content

Commit c9b38d4

Browse files
committed
MFTF-4.6.0-Release : MFTF 4.6.0 Release
1 parent fdf77db commit c9b38d4

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
4+
4.6.0
5+
---------
6+
### Enhancements
7+
* Added Supported for PHP 8.3 and enabled PR checks for PHP 8.3
8+
* Bumped `symfony/console` dependency to `^6.0`
9+
* Bumped `laminas/laminas-diactoros` dependency to `^3.0`
10+
11+
### Fixes
12+
* Fixed 8.3 deprecation errors.
13+
* Fixed The build with PTS enabled doesn't apply filter issue.
14+
315
4.5.0
416
---------
517
### Enhancements

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "4.5.0",
5+
"version": "4.6.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Magento/FunctionalTestingFramework/Util/Script/test

Whitespace-only changes.

0 commit comments

Comments
 (0)