diff --git a/plugins/tatum/src/inc/rest/SetupRest.php b/plugins/tatum/src/inc/rest/SetupRest.php index 1d9fc7a4..02317899 100644 --- a/plugins/tatum/src/inc/rest/SetupRest.php +++ b/plugins/tatum/src/inc/rest/SetupRest.php @@ -76,6 +76,7 @@ public function setApiKey(WP_REST_Request $request) { } public function estimate() { + print_r("test"); self::checkNonce(); return new WP_REST_Response(["estimates" => $this->estimateService->estimateCountOfMintAllSupportedBlockchain()]); } diff --git a/plugins/tatum/src/index.php b/plugins/tatum/src/index.php index 18a1feb9..125ab270 100644 --- a/plugins/tatum/src/index.php +++ b/plugins/tatum/src/index.php @@ -8,7 +8,7 @@ * Description: NFT Maker is the easiest and fastest free plugin to work with NFTs without any blockchain development experience. * Author: Lukas Kotol * Author URI: https://t.me/LukasKotol - * Version: 2.0.37 + * Version: 2.0.38 * Text Domain: tatum * Domain Path: /languages * License: MIT diff --git a/plugins/tatum/wordpress.org/README.wporg.txt b/plugins/tatum/wordpress.org/README.wporg.txt index e55a812b..4cd3e0be 100755 --- a/plugins/tatum/wordpress.org/README.wporg.txt +++ b/plugins/tatum/wordpress.org/README.wporg.txt @@ -5,7 +5,7 @@ Tags: nft, erc721, ethereum, celo, bsc, polygon, harmony, mint, tatum, blockchai Requires at least: 5.5 Requires PHP: 7.0 Tested up to: 5.8.2 -Stable tag: 2.0.36 +Stable tag: 2.0.37 License: MIT License URI: https://opensource.org/licenses/MIT @@ -227,6 +227,9 @@ Fixed setup API key error = 2.0.37 = Added deprecated info += 2.0.38 = +Added deprecated info again + == Upgrade Notice == = 1.0.0 =