diff --git a/packages/nft-maker/src/Connectors/TatumConnector.php b/packages/nft-maker/src/Connectors/TatumConnector.php index 2933c52..07ee5e4 100644 --- a/packages/nft-maker/src/Connectors/TatumConnector.php +++ b/packages/nft-maker/src/Connectors/TatumConnector.php @@ -79,7 +79,7 @@ public static function getBaseUrl() { } private function headers(): array { - return array('Accept' => 'application/json', 'Content-Type' => 'application/json', 'x-api-key' => $this->apiKey); + return array('Accept' => 'application/json', 'Content-Type' => 'application/json', 'x-api-key' => $this->apiKey, 'User-Agent' => 'Tatum_WordPress_NftMaker/'.TATUM_VERSION); } public function getApiVersion() { diff --git a/plugins/tatum/src/index.php b/plugins/tatum/src/index.php index 608348f..15a1c16 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.31 + * Version: 2.0.32 * 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 da0c08f..2bbceb2 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.31 +Stable tag: 2.0.32 License: MIT License URI: https://opensource.org/licenses/MIT @@ -211,6 +211,9 @@ Fixed activator lazy nft testnet field & strip HTML and special chars from IPFS = 2.0.31 = Removed open sea link and changed eth testnet link to sepolia += 2.0.32 = +Added user agent header + == Upgrade Notice == = 1.0.0 =