Skip to content

Commit 6be003c

Browse files
author
magento packaging service
committed
Version 1.2.8-p1
1 parent 3a3ad6a commit 6be003c

File tree

83 files changed

+1192
-703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+1192
-703
lines changed

Inventory/composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "magento/module-inventory",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.2.0||~8.3.0||~8.4.0",
6-
"magento/framework": "*",
7-
"magento/module-inventory-api": "*"
8-
},
94
"type": "magento2-module",
105
"license": [
116
"OSL-3.0",
127
"AFL-3.0"
138
],
9+
"version": "1.2.6",
10+
"require": {
11+
"php": "~8.2.0||~8.3.0||~8.4.0",
12+
"magento/framework": "*",
13+
"magento/module-inventory-api": "1.2.*"
14+
},
1415
"autoload": {
1516
"files": [
1617
"registration.php"
@@ -20,3 +21,4 @@
2021
}
2122
}
2223
}
24+

InventoryAdminUi/Test/Mftf/Test/AdminUserApplyToSeveralSimpleProductsMassActionUnAssignProductSourcesOnProductsGridToUnAssignAllAssignedSourcesTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2025 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88

@@ -17,6 +17,7 @@
1717
<severity value="CRITICAL"/>
1818
<group value="msi"/>
1919
<group value="multi_mode"/>
20+
<group value="pr_exclude"/>
2021
</annotations>
2122

2223
<before>

InventoryAdminUi/composer.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"name": "magento/module-inventory-admin-ui",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.2.0||~8.3.0||~8.4.0",
6-
"magento/framework": "*",
7-
"magento/module-inventory": "*",
8-
"magento/module-inventory-api": "*",
9-
"magento/module-inventory-catalog-api": "*",
10-
"magento/module-backend": "*",
11-
"magento/module-directory": "*",
12-
"magento/module-ui": "*"
13-
},
144
"type": "magento2-module",
155
"license": [
166
"OSL-3.0",
177
"AFL-3.0"
188
],
9+
"version": "1.2.6-p1",
10+
"require": {
11+
"php": "~8.2.0||~8.3.0||~8.4.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-inventory": "1.2.*",
14+
"magento/module-inventory-api": "1.2.*",
15+
"magento/module-inventory-catalog-api": "1.3.*",
16+
"magento/module-backend": "102.0.*",
17+
"magento/module-directory": "100.4.*",
18+
"magento/module-ui": "101.2.*"
19+
},
1920
"autoload": {
2021
"files": [
2122
"registration.php"
@@ -25,3 +26,4 @@
2526
}
2627
}
2728
}
29+
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"name": "magento/module-inventory-advanced-checkout",
33
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
9+
"version": "1.2.5",
410
"require": {
511
"php": "~8.2.0||~8.3.0||~8.4.0",
612
"magento/framework": "*",
713
"magento/module-store": "*",
8-
"magento/module-inventory-catalog-api": "*",
9-
"magento/module-inventory-sales-api": "*"
14+
"magento/module-inventory-catalog-api": "1.3.*",
15+
"magento/module-inventory-sales-api": "1.2.*"
1016
},
1117
"suggest": {
1218
"magento/module-advanced-checkout": "*"
1319
},
14-
"type": "magento2-module",
15-
"license": [
16-
"OSL-3.0",
17-
"AFL-3.0"
18-
],
1920
"autoload": {
2021
"files": [
2122
"registration.php"
@@ -25,3 +26,4 @@
2526
}
2627
}
2728
}
29+

InventoryApi/composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "magento/module-inventory-api",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.2.0||~8.3.0||~8.4.0",
6-
"magento/framework": "*"
7-
},
84
"type": "magento2-module",
95
"license": [
106
"OSL-3.0",
117
"AFL-3.0"
128
],
9+
"version": "1.2.6",
10+
"require": {
11+
"php": "~8.2.0||~8.3.0||~8.4.0",
12+
"magento/framework": "*"
13+
},
1314
"autoload": {
1415
"files": [
1516
"registration.php"
@@ -19,3 +20,4 @@
1920
}
2021
}
2122
}
23+
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"name": "magento/module-inventory-bundle-import-export",
33
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
9+
"version": "1.1.4",
410
"require": {
511
"php": "~8.2.0||~8.3.0||~8.4.0",
612
"magento/framework": "*",
713
"magento/module-bundle-import-export": "*",
8-
"magento/module-inventory-catalog-api": "*",
14+
"magento/module-inventory-catalog-api": "1.3.*",
915
"magento/module-catalog-import-export": "*"
1016
},
11-
"type": "magento2-module",
12-
"license": [
13-
"OSL-3.0",
14-
"AFL-3.0"
15-
],
1617
"autoload": {
1718
"files": [
1819
"registration.php"
@@ -22,3 +23,4 @@
2223
}
2324
}
2425
}
26+

InventoryBundleProduct/composer.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
{
22
"name": "magento/module-inventory-bundle-product",
33
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
9+
"version": "1.2.5",
410
"require": {
511
"php": "~8.2.0||~8.3.0||~8.4.0",
612
"magento/framework": "*",
713
"magento/module-bundle": "*",
814
"magento/module-catalog": "*",
9-
"magento/module-inventory-api": "*",
10-
"magento/module-inventory-catalog-api": "*",
11-
"magento/module-inventory-configuration-api": "*",
12-
"magento/module-inventory-sales-api": "*",
15+
"magento/module-inventory-api": "1.2.*",
16+
"magento/module-inventory-catalog-api": "1.3.*",
17+
"magento/module-inventory-configuration-api": "1.2.*",
18+
"magento/module-inventory-sales-api": "1.2.*",
1319
"magento/module-store": "*"
1420
},
1521
"suggest": {
1622
"magento/module-catalog-inventory": "*",
17-
"magento/module-inventory": "*"
23+
"magento/module-inventory": "1.2.*"
1824
},
19-
"type": "magento2-module",
20-
"license": [
21-
"OSL-3.0",
22-
"AFL-3.0"
23-
],
2425
"autoload": {
2526
"files": [
2627
"registration.php"
@@ -30,3 +31,4 @@
3031
}
3132
}
3233
}
34+
Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
{
22
"name": "magento/module-inventory-bundle-product-admin-ui",
33
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
9+
"version": "1.2.5",
410
"require": {
511
"php": "~8.2.0||~8.3.0||~8.4.0",
612
"magento/framework": "*",
713
"magento/module-bundle": "*",
814
"magento/module-catalog": "*",
915
"magento/module-ui": "*",
10-
"magento/module-inventory-catalog-api": "*",
11-
"magento/module-inventory-catalog-admin-ui": "*"
16+
"magento/module-inventory-catalog-api": "1.3.*",
17+
"magento/module-inventory-catalog-admin-ui": "1.2.*"
1218
},
1319
"suggest": {
14-
"magento/module-inventory-configuration-api": "*"
20+
"magento/module-inventory-configuration-api": "1.2.*"
1521
},
16-
"type": "magento2-module",
17-
"license": [
18-
"OSL-3.0",
19-
"AFL-3.0"
20-
],
2122
"autoload": {
2223
"files": [
2324
"registration.php"
@@ -27,3 +28,4 @@
2728
}
2829
}
2930
}
31+
Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
{
22
"name": "magento/module-inventory-bundle-product-indexer",
33
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
9+
"version": "1.1.5",
410
"require": {
511
"php": "~8.2.0||~8.3.0||~8.4.0",
612
"magento/framework": "*",
713
"magento/module-bundle": "*",
814
"magento/module-catalog": "*",
9-
"magento/module-inventory-api": "*",
10-
"magento/module-inventory-catalog-api": "*",
11-
"magento/module-inventory-indexer": "*",
12-
"magento/module-inventory-multi-dimensional-indexer-api": "*",
13-
"magento/module-inventory-configuration-api": "*"
15+
"magento/module-inventory-api": "1.2.*",
16+
"magento/module-inventory-catalog-api": "1.3.*",
17+
"magento/module-inventory-indexer": "2.2.*",
18+
"magento/module-inventory-multi-dimensional-indexer-api": "1.2.*",
19+
"magento/module-inventory-configuration-api": "1.2.*"
1420
},
1521
"suggest": {
16-
"magento/module-inventory": "*"
22+
"magento/module-inventory": "1.2.*"
1723
},
18-
"type": "magento2-module",
19-
"license": [
20-
"OSL-3.0",
21-
"AFL-3.0"
22-
],
2324
"autoload": {
2425
"files": [
2526
"registration.php"
@@ -29,3 +30,4 @@
2930
}
3031
}
3132
}
33+

InventoryCache/composer.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
22
"name": "magento/module-inventory-cache",
33
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
9+
"version": "1.2.6",
410
"require": {
511
"php": "~8.2.0||~8.3.0||~8.4.0",
612
"magento/framework": "*",
7-
"magento/module-inventory-catalog-api": "*",
8-
"magento/module-inventory-indexer": "*"
13+
"magento/module-inventory-catalog-api": "1.3.*",
14+
"magento/module-inventory-indexer": "2.2.*"
915
},
1016
"suggest": {
1117
"magento/module-catalog": "*"
1218
},
13-
"type": "magento2-module",
14-
"license": [
15-
"OSL-3.0",
16-
"AFL-3.0"
17-
],
1819
"autoload": {
1920
"files": [
2021
"registration.php"
@@ -24,3 +25,4 @@
2425
}
2526
}
2627
}
28+

0 commit comments

Comments
 (0)