Skip to content

Commit

Permalink
Merge pull request #33 from AfterShip/CNT-30410_magentoReturnRefund
Browse files Browse the repository at this point in the history
modify magento version to 1.0.19
  • Loading branch information
Gali13 authored Aug 14, 2024
2 parents 3bd3add + b19f797 commit 9021230
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Constants

public const WEBHOOK_RESOURCE_CREDITMEMOS = 'creditmemos';

public const AFTERSHIP_TIKTOK_SHOP_VERSION = '1.0.17';
public const AFTERSHIP_TIKTOK_SHOP_VERSION = '1.0.19';

public const WEBHOOK_CONFIG_SCOPE_PATH = 'aftership/webhooks/webhooks';

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aftership/tiktok-shop",
"description": "Aftership TikTok Shop extension for Magento 2. Allows connect with TikTok Shop and more.",
"type": "magento2-module",
"version": "1.0.17",
"version": "1.0.19",
"minimum-stability": "stable",
"license": "MIT",
"keywords": ["aftership", "magento", "magento2", "magento-2", "tiktok", "shopping", "shop", "feed"],
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="AfterShip_TikTokShop" setup_version="1.0.17" schema_version="1.0.17">
<module name="AfterShip_TikTokShop" setup_version="1.0.19" schema_version="1.0.19">
</module>
</config>

0 comments on commit 9021230

Please sign in to comment.