Skip to content

Commit

Permalink
Added deprecated info - 2.0.38 again
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Oct 11, 2023
1 parent d2dccad commit d9160a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions plugins/tatum/src/inc/rest/SetupRest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()]);
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/tatum/src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion plugins/tatum/wordpress.org/README.wporg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 =
Expand Down

0 comments on commit d9160a8

Please sign in to comment.