Skip to content

Commit 71622de

Browse files
authored
MDEE-381: Commerce Data Export extension - compatibility with 2.4.6 (#225)
* MDEE-381: Commerce Data Export extension - compatibility with 2.4.6
1 parent 23f3cbe commit 71622de

23 files changed

Lines changed: 139 additions & 225 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
<!---
2-
Thank you for contributing to Magento.
3-
To help us process this pull request we recommend that you add the following information:
4-
- Summary of the pull request,
5-
- Issue(s) related to the changes made,
6-
- Manual testing scenarios
7-
Fields marked with (*) are required. Please don't remove the template.
8-
-->
9-
10-
<!--- Please provide a general summary of the Pull Request in the Title above -->
11-
121
### Description (*)
132
<!---
143
Please provide a description of the changes proposed in the pull request.
@@ -20,27 +9,12 @@
209
<!-- related pull request placeholder -->
2110
<!--- ^ DO NOT REMOVE placeholder above ^ -->
2211

23-
24-
25-
### Fixed Issues (if relevant)
12+
### Fixed Issues (*)
2613
<!---
27-
If relevant, please provide a list of fixed issues in the format magento/catalog-storefront#<issue_number>.
2814
There could be 1 or more issues linked here and it will help us find some more information about the reasoning behind this change.
2915
-->
30-
1. Fixes magento/catalog-storefront#<issue_number>
31-
32-
33-
### Questions or comments
34-
<!---
35-
If relevant, here you can ask questions or provide comments on your pull request for the reviewer
36-
For example if you need assistance with writing tests or would like some feedback on one of your development ideas
37-
-->
38-
39-
### Code Review Checklist (*)
40-
16+
1. Jira MDEE-<issue_number>
4117

42-
- [ ] Story AC is completed
43-
- [ ] DOD requirements met (https://wiki.corp.adobe.com/display/MC/Accepted+tests+failures)
44-
- [ ] proposed changes correspond to [Magento Technical Vision](https://devdocs.magento.com/guides/v2.2/coding-standards/technical-guidelines.html)
45-
- [ ] new or changed code is covered with web-api/integration tests (if applicable)
46-
- [ ] no backward incompatible changes
18+
### Docs
19+
- [Contribution Requirements and Guide](https://wiki.corp.adobe.com/display/MC/Contribution+Requirements+and+Guide)
20+
- [Publication process](https://wiki.corp.adobe.com/display/MC/Commerce+Data+Export+and+Saas+Export+publication)

BundleProductDataExporter/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0",
19-
"magento/framework": ">=102.0.2",
20-
"magento/module-eav": ">=102.0.2",
21-
"magento/module-store": ">=101.0.2",
22-
"magento/module-bundle": ">=100.3.2",
23-
"magento/module-catalog": ">=103.0.2",
18+
"php": "~8.1.0||~8.2.0",
19+
"magento/framework": ">=103.0.4",
20+
"magento/module-eav": ">=102.1.4",
21+
"magento/module-store": ">=101.1.4",
22+
"magento/module-bundle": ">=101.0.4",
23+
"magento/module-catalog": ">=104.0.4",
2424
"magento/module-data-exporter": "self.version",
2525
"magento/module-catalog-data-exporter": "self.version"
2626
}

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

CatalogDataExporter/composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0",
19-
"magento/framework": ">=102.0.2",
20-
"magento/module-catalog": ">=103.0.2",
21-
"magento/module-eav": ">=102.0.2",
22-
"magento/module-store": ">=101.0.2",
23-
"magento/module-directory": ">=100.3.2",
24-
"magento/module-customer": ">=102.0.2",
25-
"magento/module-downloadable": ">=100.3.2",
26-
"magento/module-indexer": ">=100.3.2",
27-
"magento/module-grouped-product": ">=100.3.2",
18+
"php": "~8.1.0||~8.2.0",
19+
"magento/framework": ">=103.0.4",
20+
"magento/module-catalog": ">=104.0.4",
21+
"magento/module-eav": ">=102.1.4",
22+
"magento/module-store": ">=101.1.4",
23+
"magento/module-directory": ">=100.4.4",
24+
"magento/module-customer": ">=103.0.4",
25+
"magento/module-downloadable": ">=100.4.4",
26+
"magento/module-indexer": ">=100.4.4",
27+
"magento/module-grouped-product": ">=100.4.2",
2828
"magento/module-data-exporter": "self.version"
2929
},
3030
"suggest": {
31-
"magento/module-config": ">=101.1.2",
32-
"magento/module-catalog": ">=103.0.2"
31+
"magento/module-config": ">=101.2.4",
32+
"magento/module-catalog": ">=104.0.4"
3333
}
3434
}

CatalogInventoryDataExporter/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0",
19-
"magento/framework": ">=102.0.2",
20-
"magento/module-catalog-inventory": ">=100.3.2",
21-
"magento/module-store": ">=101.0.2",
22-
"magento/module-catalog": ">=103.0.2",
18+
"php": "~8.1.0||~8.2.0",
19+
"magento/framework": ">=103.0.4",
20+
"magento/module-catalog-inventory": ">=100.4.4",
21+
"magento/module-store": ">=101.1.4",
22+
"magento/module-catalog": ">=104.0.4",
2323
"magento/module-data-exporter": "self.version",
2424
"magento/module-catalog-data-exporter": "self.version"
2525
}

CatalogUrlRewriteDataExporter/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0",
19-
"magento/framework": ">=102.0.2",
20-
"magento/module-url-rewrite": ">=101.1.2",
21-
"magento/module-store": ">=101.0.2",
18+
"php": "~8.1.0||~8.2.0",
19+
"magento/framework": ">=103.0.4",
20+
"magento/module-url-rewrite": ">=102.0.3",
21+
"magento/module-store": ">=101.1.4",
2222
"magento/module-data-exporter": "self.version"
2323
}
2424
}

ConfigurableProductDataExporter/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0",
19-
"magento/framework": ">=102.0.2",
20-
"magento/module-configurable-product": ">=100.3.2",
21-
"magento/module-catalog": ">=103.0.2",
22-
"magento/module-eav": ">=102.0.2",
23-
"magento/module-store": ">=101.0.2",
18+
"php": "~8.1.0||~8.2.0",
19+
"magento/framework": ">=103.0.4",
20+
"magento/module-configurable-product": ">=100.4.4",
21+
"magento/module-catalog": ">=104.0.4",
22+
"magento/module-eav": ">=102.1.4",
23+
"magento/module-store": ">=101.1.4",
2424
"magento/module-data-exporter": "self.version",
2525
"magento/module-catalog-data-exporter": "self.version"
2626
}

ConfigurationDataExporter/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0",
19-
"magento/framework": ">=102.0.2",
20-
"magento/framework-message-queue": ">=100.3.2",
21-
"magento/module-config": ">=101.1.2",
22-
"magento/module-store": ">=101.0.2",
18+
"php": "~8.1.0||~8.2.0",
19+
"magento/framework": ">=103.0.4",
20+
"magento/framework-message-queue": ">=100.4.4",
21+
"magento/module-config": ">=101.2.4",
22+
"magento/module-store": ">=101.1.4",
2323
"magento/module-data-exporter": "self.version"
2424
}
2525
}

DataExporter/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
}
1616
},
1717
"require": {
18-
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0",
19-
"magento/framework": ">=102.0.2",
20-
"magento/module-analytics": ">=100.3.2",
18+
"php": "~8.1.0||~8.2.0",
19+
"magento/framework": ">=103.0.4",
20+
"magento/module-analytics": ">=100.4.4",
2121
"magento/module-query-xml": "self.version"
2222
}
2323
}

0 commit comments

Comments
 (0)