Skip to content

Commit

Permalink
Version 2.1.6-p1
Browse files Browse the repository at this point in the history
  • Loading branch information
magento packaging service committed Jun 6, 2024
1 parent abde9b5 commit 70bed0c
Show file tree
Hide file tree
Showing 13 changed files with 82 additions and 58 deletions.
14 changes: 8 additions & 6 deletions AdobeStockAdminUi/composer.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{
"name": "magento/module-adobe-stock-admin-ui",
"description": "Magento module responsible for the admin panel UI implementation",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.3.4",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-admin-adobe-ims": "*",
"magento/module-adobe-ims-api": "*",
"magento/module-adobe-stock-client-api": "*",
"magento/module-adobe-stock-client-api": "2.1.*",
"magento/module-backend": "*",
"magento/module-config": "*"
},
"suggest": {
"magento/module-cms": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -27,3 +28,4 @@
}
}
}

16 changes: 9 additions & 7 deletions AdobeStockAsset/composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"name": "magento/module-adobe-stock-asset",
"description": "Magento module responsible for the Adobe Stock assets handling implementation on Magento side",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.3.3",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-adobe-stock-asset-api": "*",
"magento/module-adobe-stock-client-api": "*",
"magento/module-adobe-stock-asset-api": "2.0.*",
"magento/module-adobe-stock-client-api": "2.1.*",
"magento/module-media-gallery-api": "*",
"magento/module-media-gallery": "*",
"magento/module-config": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -30,3 +31,4 @@
}
}
}

10 changes: 6 additions & 4 deletions AdobeStockAssetApi/composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "magento/module-adobe-stock-asset-api",
"description": "Magento module responsible for Adobe Stock assets handling on Magento side",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "2.0.3",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -19,3 +20,4 @@
}
}
}

14 changes: 8 additions & 6 deletions AdobeStockClient/composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "magento/module-adobe-stock-client",
"description": "Magento module responsible for interaction with Adobe Stock API implementation",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.3.4",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-adobe-ims-api": "*",
"magento/module-adobe-stock-client-api": "*",
"magento/module-adobe-stock-client-api": "2.1.*",
"astock/stock-api-libphp": "^1.1.2"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -28,3 +29,4 @@
}
}
}

10 changes: 6 additions & 4 deletions AdobeStockClientApi/composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "magento/module-adobe-stock-client-api",
"description": "Magento module responsible for interaction with Adobe Stock API",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "2.1.4",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -19,3 +20,4 @@
}
}
}

18 changes: 10 additions & 8 deletions AdobeStockImage/composer.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{
"name": "magento/module-adobe-stock-image",
"description": "Magento module responsible for the images handling implementation",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.3.5",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-adobe-stock-client-api": "*",
"magento/module-adobe-stock-asset-api": "*",
"magento/module-adobe-stock-image-api": "*",
"magento/module-adobe-stock-client-api": "2.1.*",
"magento/module-adobe-stock-asset-api": "2.0.*",
"magento/module-adobe-stock-image-api": "1.3.*",
"magento/module-media-gallery-api": "*",
"magento/module-media-gallery-synchronization-api": "*"
},
"suggest": {
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -27,3 +28,4 @@
}
}
}

6 changes: 6 additions & 0 deletions AdobeStockImageAdminUi/Test/Mftf/Data/AdobeStockImageData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@
<data key="category">Castles</data>
<data key="author">gam16</data>
</entity>
<entity name="AdobeStockUnlicensedNewImage">
<data key="id">{{_CREDS.magento/adobe_stock_not_licensed_new_image}}</data>
<data key="status">Unlicensed</data>
<data key="category">Family Life</data>
<data key="author">Drobot Dean</data>
</entity>
</entities>
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</actionGroup>
<grabTextFrom selector="{{AdminAdobeStockSection.recordsFound}}" stepKey="countWithoutModelFilter"/>
<actionGroup ref="AdminSearchImagesOnModalActionGroup" stepKey="searchForUnlicensedImage">
<argument name="query" value="{{AdobeStockUnlicensedImage.id}}"/>
<argument name="query" value="{{AdobeStockUnlicensedNewImage.id}}"/>
</actionGroup>
<actionGroup ref="AdminAdobeStockExpandImagePreviewActionGroup" stepKey="expandImagePreview"/>
<waitForAjaxLoad stepKey="waitForRelatedImagesToLoad"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
</after>
<actionGroup ref="AdminSearchImagesOnModalActionGroup" stepKey="searchForUnlicensedImage">
<argument name="query" value="{{AdobeStockUnlicensedImage.id}}"/>
<argument name="query" value="{{AdobeStockUnlicensedNewImage.id}}"/>
</actionGroup>
<actionGroup ref="AdminAdobeStockExpandImagePreviewActionGroup" stepKey="expandImagePreview"/>
<waitForAjaxLoad stepKey="waitForRelatedImagesToLoad"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
</after>
<actionGroup ref="AdminSearchImagesOnModalActionGroup" stepKey="searchForUnlicensedImage">
<argument name="query" value="{{AdobeStockUnlicensedImage.id}}"/>
<argument name="query" value="{{AdobeStockUnlicensedNewImage.id}}"/>
</actionGroup>
<actionGroup ref="AdminAdobeStockExpandImagePreviewActionGroup" stepKey="expandsFirstImageInGrid"/>
<waitForAjaxLoad stepKey="waitForRelatedImagesToLoad"/>
Expand Down
18 changes: 10 additions & 8 deletions AdobeStockImageAdminUi/composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"name": "magento/module-adobe-stock-image-admin-ui",
"description": "Magento module responsible for the admin panel images UI implementation",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.3.5-p1",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-adobe-ims": "*",
"magento/module-adobe-ims-api": "*",
"magento/module-adobe-stock-asset-api": "*",
"magento/module-adobe-stock-image-api": "*",
"magento/module-adobe-stock-client-api": "*",
"magento/module-adobe-stock-asset-api": "2.0.*",
"magento/module-adobe-stock-image-api": "1.3.*",
"magento/module-adobe-stock-client-api": "2.1.*",
"magento/module-backend": "*",
"magento/module-ui": "*",
"magento/module-media-gallery-ui": "*",
Expand All @@ -17,11 +23,6 @@
"suggest": {
"magento/module-cms": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -31,3 +32,4 @@
}
}
}

10 changes: 6 additions & 4 deletions AdobeStockImageApi/composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "magento/module-adobe-stock-image-api",
"description": "Magento module responsible for the images handling",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.3.3",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -19,3 +20,4 @@
}
}
}

18 changes: 10 additions & 8 deletions _metapackage/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
"name": "magento/adobe-stock-integration",
"description": "Adobe Stock integration",
"type": "metapackage",
"version": "2.1.6-p1",
"require": {
"magento/module-adobe-stock-asset": "*",
"magento/module-adobe-stock-asset-api": "*",
"magento/module-adobe-stock-image": "*",
"magento/module-adobe-stock-image-admin-ui": "*",
"magento/module-adobe-stock-image-api": "*",
"magento/module-adobe-stock-client": "*",
"magento/module-adobe-stock-client-api": "*",
"magento/module-adobe-stock-admin-ui": "*"
"magento/module-adobe-stock-asset": "1.3.3",
"magento/module-adobe-stock-asset-api": "2.0.3",
"magento/module-adobe-stock-image": "1.3.5",
"magento/module-adobe-stock-image-admin-ui": "1.3.5-p1",
"magento/module-adobe-stock-image-api": "1.3.3",
"magento/module-adobe-stock-client": "1.3.4",
"magento/module-adobe-stock-client-api": "2.1.4",
"magento/module-adobe-stock-admin-ui": "1.3.4"
}
}

0 comments on commit 70bed0c

Please sign in to comment.