Skip to content

Commit

Permalink
Version 2.1.3-p10
Browse files Browse the repository at this point in the history
  • Loading branch information
magento packaging service committed Aug 9, 2024
1 parent 095d90e commit 78f3260
Show file tree
Hide file tree
Showing 21 changed files with 107 additions and 64 deletions.
16 changes: 9 additions & 7 deletions AdobeStockAdminUi/composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"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.1",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-adobe-ims-api": "*",
"magento/module-adobe-stock-client-api": "*",
"magento/module-adobe-ims-api": "2.1.*",
"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 @@ -26,3 +27,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 @@
}
}
}

16 changes: 9 additions & 7 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",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-adobe-ims-api": "*",
"magento/module-adobe-stock-client-api": "*",
"astock/stock-api-libphp": "^1.1.2"
},
"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": "2.1.*",
"magento/module-adobe-stock-client-api": "2.1.*",
"astock/stock-api-libphp": "^1.1.2"
},
"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.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 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.2",
"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 @@
}
}
}

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 @@ -22,6 +22,7 @@
<element name="viewAllKeywords" type="button" selector="//*[@id='adobe-stock-images-search-modal']//span[text()='View all']"/>
<element name="keywords" type="block" selector="//*[@id='adobe-stock-images-search-modal']//div[@class='keyword']"/>
<element name="firstKeyword" type="text" selector="//*[@id='adobe-stock-images-search-modal']//div[@class='keyword'][1]"/>
<element name="firstKeywordNotAI" type="text" selector="//*[@id='adobe-stock-images-search-modal']//div[@class='keyword' and not(contains(.,'nobody'))][1]"/>
<element name="imagePreviewCategoryText" type="text" selector="//*[@id='adobe-stock-images-search-modal']//div[@data-role='image-attributes-value']//span[text()='Category']/following-sibling::div"/>
<element name="keywordsTitle" type="text" selector="//*[@id='adobe-stock-images-search-modal']//div[text()='Similar Keywords']"/>
<element name="keyword" type="block" selector="//div[@class='keyword']//span[text()='{{keyword}}']" parameterized="true"/>
Expand Down
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 @@ -44,7 +44,7 @@
</actionGroup>
<actionGroup ref="AdminAdobeStockExpandImagePreviewActionGroup" stepKey="expandImagePreview"/>
<wait time="5" stepKey="waitBeforeExpandSectionLoadFull"/>
<grabTextFrom selector="{{AdminAdobeStockImagePreviewSection.firstKeyword}}" stepKey="grabKeyword"/>
<grabTextFrom selector="{{AdminAdobeStockImagePreviewSection.firstKeywordNotAI}}" stepKey="grabKeyword"/>
<grabTextFrom selector="{{AdminAdobeStockImagePreviewSection.imagePreviewCategoryText}}" stepKey="grabCategoryText"/>
<actionGroup ref="AssertAdminAdobeStockKeywordLocalizedActionGroup" stepKey="assertKeywordLocalized">
<argument name="stringToBeVerified" value="{$grabKeyword}"/>
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 "/>
<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 @@ -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
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
22 changes: 12 additions & 10 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.2-p9",
"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-ims": "2.1.*",
"magento/module-adobe-ims-api": "2.1.*",
"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 @@
}
}
}

Loading

0 comments on commit 78f3260

Please sign in to comment.