File tree Expand file tree Collapse file tree 13 files changed +82
-58
lines changed Expand file tree Collapse file tree 13 files changed +82
-58
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-adobe-stock-admin-ui" ,
3
3
"description" : " Magento module responsible for the admin panel UI implementation" ,
4
+ "type" : " magento2-module" ,
5
+ "license" : [
6
+ " OSL-3.0" ,
7
+ " AFL-3.0"
8
+ ],
9
+ "version" : " 1.3.4" ,
4
10
"require" : {
5
11
"php" : " ~8.1.0||~8.2.0||~8.3.0" ,
6
12
"magento/framework" : " *" ,
7
13
"magento/module-admin-adobe-ims" : " *" ,
8
14
"magento/module-adobe-ims-api" : " *" ,
9
- "magento/module-adobe-stock-client-api" : " *" ,
15
+ "magento/module-adobe-stock-client-api" : " 2.1. *" ,
10
16
"magento/module-backend" : " *" ,
11
17
"magento/module-config" : " *"
12
18
},
13
19
"suggest" : {
14
20
"magento/module-cms" : " *"
15
21
},
16
- "type" : " magento2-module" ,
17
- "license" : [
18
- " OSL-3.0" ,
19
- " AFL-3.0"
20
- ],
21
22
"autoload" : {
22
23
"files" : [
23
24
" registration.php"
27
28
}
28
29
}
29
30
}
31
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-adobe-stock-asset" ,
3
3
"description" : " Magento module responsible for the Adobe Stock assets handling implementation on Magento side" ,
4
+ "type" : " magento2-module" ,
5
+ "license" : [
6
+ " OSL-3.0" ,
7
+ " AFL-3.0"
8
+ ],
9
+ "version" : " 1.3.3" ,
4
10
"require" : {
5
11
"php" : " ~8.1.0||~8.2.0||~8.3.0" ,
6
12
"magento/framework" : " *" ,
7
- "magento/module-adobe-stock-asset-api" : " *" ,
8
- "magento/module-adobe-stock-client-api" : " *" ,
13
+ "magento/module-adobe-stock-asset-api" : " 2.0. *" ,
14
+ "magento/module-adobe-stock-client-api" : " 2.1. *" ,
9
15
"magento/module-media-gallery-api" : " *" ,
10
16
"magento/module-media-gallery" : " *" ,
11
17
"magento/module-config" : " *"
12
18
},
13
- "type" : " magento2-module" ,
14
- "license" : [
15
- " OSL-3.0" ,
16
- " AFL-3.0"
17
- ],
18
19
"autoload" : {
19
20
"files" : [
20
21
" registration.php"
30
31
}
31
32
}
32
33
}
34
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-adobe-stock-asset-api" ,
3
3
"description" : " Magento module responsible for Adobe Stock assets handling on Magento side" ,
4
- "require" : {
5
- "php" : " ~8.1.0||~8.2.0||~8.3.0" ,
6
- "magento/framework" : " *"
7
- },
8
4
"type" : " magento2-module" ,
9
5
"license" : [
10
6
" OSL-3.0" ,
11
7
" AFL-3.0"
12
8
],
9
+ "version" : " 2.0.3" ,
10
+ "require" : {
11
+ "php" : " ~8.1.0||~8.2.0||~8.3.0" ,
12
+ "magento/framework" : " *"
13
+ },
13
14
"autoload" : {
14
15
"files" : [
15
16
" registration.php"
19
20
}
20
21
}
21
22
}
23
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-adobe-stock-client" ,
3
3
"description" : " Magento module responsible for interaction with Adobe Stock API implementation" ,
4
+ "type" : " magento2-module" ,
5
+ "license" : [
6
+ " OSL-3.0" ,
7
+ " AFL-3.0"
8
+ ],
9
+ "version" : " 1.3.4" ,
4
10
"require" : {
5
11
"php" : " ~8.1.0||~8.2.0||~8.3.0" ,
6
12
"magento/framework" : " *" ,
7
13
"magento/module-adobe-ims-api" : " *" ,
8
- "magento/module-adobe-stock-client-api" : " *" ,
14
+ "magento/module-adobe-stock-client-api" : " 2.1. *" ,
9
15
"astock/stock-api-libphp" : " ^1.1.2"
10
16
},
11
- "type" : " magento2-module" ,
12
- "license" : [
13
- " OSL-3.0" ,
14
- " AFL-3.0"
15
- ],
16
17
"autoload" : {
17
18
"files" : [
18
19
" registration.php"
28
29
}
29
30
}
30
31
}
32
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-adobe-stock-client-api" ,
3
3
"description" : " Magento module responsible for interaction with Adobe Stock API" ,
4
- "require" : {
5
- "php" : " ~8.1.0||~8.2.0||~8.3.0" ,
6
- "magento/framework" : " *"
7
- },
8
4
"type" : " magento2-module" ,
9
5
"license" : [
10
6
" OSL-3.0" ,
11
7
" AFL-3.0"
12
8
],
9
+ "version" : " 2.1.4" ,
10
+ "require" : {
11
+ "php" : " ~8.1.0||~8.2.0||~8.3.0" ,
12
+ "magento/framework" : " *"
13
+ },
13
14
"autoload" : {
14
15
"files" : [
15
16
" registration.php"
19
20
}
20
21
}
21
22
}
23
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-adobe-stock-image" ,
3
3
"description" : " Magento module responsible for the images handling implementation" ,
4
+ "type" : " magento2-module" ,
5
+ "license" : [
6
+ " OSL-3.0" ,
7
+ " AFL-3.0"
8
+ ],
9
+ "version" : " 1.3.5" ,
4
10
"require" : {
5
11
"php" : " ~8.1.0||~8.2.0||~8.3.0" ,
6
12
"magento/framework" : " *" ,
7
- "magento/module-adobe-stock-client-api" : " *" ,
8
- "magento/module-adobe-stock-asset-api" : " *" ,
9
- "magento/module-adobe-stock-image-api" : " *" ,
13
+ "magento/module-adobe-stock-client-api" : " 2.1. *" ,
14
+ "magento/module-adobe-stock-asset-api" : " 2.0. *" ,
15
+ "magento/module-adobe-stock-image-api" : " 1.3. *" ,
10
16
"magento/module-media-gallery-api" : " *" ,
11
17
"magento/module-media-gallery-synchronization-api" : " *"
12
18
},
13
19
"suggest" : {
14
20
"magento/module-catalog" : " *"
15
21
},
16
- "type" : " magento2-module" ,
17
- "license" : [
18
- " OSL-3.0" ,
19
- " AFL-3.0"
20
- ],
21
22
"autoload" : {
22
23
"files" : [
23
24
" registration.php"
27
28
}
28
29
}
29
30
}
31
+
Original file line number Diff line number Diff line change 24
24
<data key =" category" >Castles</data >
25
25
<data key =" author" >gam16</data >
26
26
</entity >
27
+ <entity name =" AdobeStockUnlicensedNewImage" >
28
+ <data key =" id" >{{_CREDS.magento/adobe_stock_not_licensed_new_image}}</data >
29
+ <data key =" status" >Unlicensed</data >
30
+ <data key =" category" >Family Life</data >
31
+ <data key =" author" >Drobot Dean</data >
32
+ </entity >
27
33
</entities >
Original file line number Diff line number Diff line change 34
34
</actionGroup >
35
35
<grabTextFrom selector =" {{AdminAdobeStockSection.recordsFound}}" stepKey =" countWithoutModelFilter" />
36
36
<actionGroup ref =" AdminSearchImagesOnModalActionGroup" stepKey =" searchForUnlicensedImage" >
37
- <argument name =" query" value =" {{AdobeStockUnlicensedImage .id}}" />
37
+ <argument name =" query" value =" {{AdobeStockUnlicensedNewImage .id}}" />
38
38
</actionGroup >
39
39
<actionGroup ref =" AdminAdobeStockExpandImagePreviewActionGroup" stepKey =" expandImagePreview" />
40
40
<waitForAjaxLoad stepKey =" waitForRelatedImagesToLoad" />
Original file line number Diff line number Diff line change 29
29
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
30
30
</after >
31
31
<actionGroup ref =" AdminSearchImagesOnModalActionGroup" stepKey =" searchForUnlicensedImage" >
32
- <argument name =" query" value =" {{AdobeStockUnlicensedImage .id}}" />
32
+ <argument name =" query" value =" {{AdobeStockUnlicensedNewImage .id}}" />
33
33
</actionGroup >
34
34
<actionGroup ref =" AdminAdobeStockExpandImagePreviewActionGroup" stepKey =" expandImagePreview" />
35
35
<waitForAjaxLoad stepKey =" waitForRelatedImagesToLoad" />
Original file line number Diff line number Diff line change 30
30
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
31
31
</after >
32
32
<actionGroup ref =" AdminSearchImagesOnModalActionGroup" stepKey =" searchForUnlicensedImage" >
33
- <argument name =" query" value =" {{AdobeStockUnlicensedImage .id}}" />
33
+ <argument name =" query" value =" {{AdobeStockUnlicensedNewImage .id}}" />
34
34
</actionGroup >
35
35
<actionGroup ref =" AdminAdobeStockExpandImagePreviewActionGroup" stepKey =" expandsFirstImageInGrid" />
36
36
<waitForAjaxLoad stepKey =" waitForRelatedImagesToLoad" />
You can’t perform that action at this time.
0 commit comments