Skip to content

Commit

Permalink
Version 2.1.4-p4
Browse files Browse the repository at this point in the history
  • Loading branch information
magento packaging service committed Aug 4, 2023
1 parent f0f7a9d commit 1f30939
Show file tree
Hide file tree
Showing 15 changed files with 91 additions and 55 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.2",
"require": {
"php": "~7.4.0||~8.1.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.1",
"require": {
"php": "~7.4.0||~8.1.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": "~7.4.0||~8.1.0",
"magento/framework": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "2.0.1",
"require": {
"php": "~7.4.0||~8.1.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.2",
"require": {
"php": "~7.4.0||~8.1.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": "~7.4.0||~8.1.0",
"magento/framework": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "2.1.2",
"require": {
"php": "~7.4.0||~8.1.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.3",
"require": {
"php": "~7.4.0||~8.1.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 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<description value="Admin should be able to saves image preview "/>
<severity value="CRITICAL"/>
<group value="adobe_stock_integration"/>
<skip>
<issueId value="AC-5916">Skipped</issueId>
</skip>
</annotations>
<before>
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
media gallery storage root but they can save under the category and wysiwyg directory"/>
<severity value="CRITICAL"/>
<group value="adobe_stock_media_gallery"/>
<skip>
<issueId value="AC-5916">Skipped</issueId>
</skip>
</annotations>

<before>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<description value="Admin should be able to saves image preview and see unlicensed label"/>
<severity value="CRITICAL"/>
<group value="adobe_stock_media_gallery"/>
<skip>
<issueId value="AC-5916">Skipped</issueId>
</skip>
</annotations>

<before>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<description value="Admin should be able to save image preview and clicks add selection button"/>
<severity value="CRITICAL"/>
<group value="adobe_stock_media_gallery"/>
<skip>
<issueId value="AC-5916">Skipped</issueId>
</skip>
</annotations>
<before>
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<description value="Admin is able to set the image name on saving the image preview"/>
<severity value="CRITICAL"/>
<group value="adobe_stock_integration"/>
<skip>
<issueId value="AC-5916">Skipped</issueId>
</skip>
</annotations>
<before>
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<description value="User searches for an image using search by keyword from standalone media gallery"/>
<severity value="CRITICAL"/>
<group value="adobe_stock_media_gallery"/>
<skip>
<issueId value="AC-5916">Skipped</issueId>
</skip>
</annotations>

<before>
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.3-p1",
"require": {
"php": "~7.4.0||~8.1.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": "~7.4.0||~8.1.0",
"magento/framework": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.3.1",
"require": {
"php": "~7.4.0||~8.1.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.4-p4",
"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.1",
"magento/module-adobe-stock-asset-api": "2.0.1",
"magento/module-adobe-stock-image": "1.3.3",
"magento/module-adobe-stock-image-admin-ui": "1.3.3-p1",
"magento/module-adobe-stock-image-api": "1.3.1",
"magento/module-adobe-stock-client": "1.3.2",
"magento/module-adobe-stock-client-api": "2.1.2",
"magento/module-adobe-stock-admin-ui": "1.3.2"
}
}

0 comments on commit 1f30939

Please sign in to comment.