Skip to content

Commit 43ed617

Browse files
committed
Update from 4b0af90
1 parent e7afbfd commit 43ed617

19 files changed

Lines changed: 41 additions & 68 deletions

File tree

README.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
=== NFT Maker ===
22
Contributors: lukaskotol
33
Donate link: lukas.kotol@gmail.com
4-
Tags: nft, erc721, ethereum, celo, bsc, polygon, harmony, mint, tatum, blockchain, smart contract, opensea
4+
Tags: nft, erc721, ethereum, celo, bsc, polygon, harmony, mint, tatum, blockchain, smart contract
55
Requires at least: 5.5
66
Requires PHP: 7.0
77
Tested up to: 5.8.2
8-
Stable tag: 2.0.30
8+
Stable tag: 2.0.31
99
License: MIT
1010
License URI: https://opensource.org/licenses/MIT
1111

@@ -208,6 +208,9 @@ Fixed API key submit validation
208208
= 2.0.30 =
209209
Fixed activator lazy nft testnet field & strip HTML and special chars from IPFS metadata
210210

211+
= 2.0.31 =
212+
Removed open sea link and changed eth testnet link to sepolia
213+
211214
== Upgrade Notice ==
212215

213216
= 1.0.0 =

inc/base/others/cachebuster-lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
/* This file was automatically generated by the `grunt libs:cachebuster` command (Thu Jun 02 2022 11:47:46 GMT+0000 (Coordinated Universal Time)). */
2+
/* This file was automatically generated by the `grunt libs:cachebuster` command (Fri Sep 09 2022 09:55:26 GMT+0000 (Coordinated Universal Time)). */
33
return array(
44
'mobx' => '4.15.4',
55
'react' => '17.0.2',

inc/base/others/cachebuster.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
2-
/* This file was automatically generated by the `grunt libs:cachebuster` command (Thu Jun 02 2022 11:47:46 GMT+0000 (Coordinated Universal Time)). */
2+
/* This file was automatically generated by the `grunt libs:cachebuster` command (Fri Sep 09 2022 09:55:26 GMT+0000 (Coordinated Universal Time)). */
33
return array(
4-
'src/public/dist/admin.js' => '6a83f9d51144ea6281f9d86d7bb8d70c',
4+
'src/public/dist/admin.js' => '210334e00f56b2cb281ddf3eec8c4bf3',
55
'src/public/dist/vendor-admin.js' => '88674945a6b37489c984c3de1eaeb815',
66
'src/public/dist/vendor-widget.js' => '357c2c2cda20d8b1dfd3fa9a4f4a91d2',
77
'src/public/dist/widget.js' => 'fb924215ff42f60dd90fad293bb14d9e',

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Description: NFT Maker is the easiest and fastest free plugin to work with NFTs without any blockchain development experience.
99
* Author: Lukas Kotol
1010
* Author URI: https://t.me/LukasKotol
11-
* Version: 2.0.30
11+
* Version: 2.0.31
1212
* Text Domain: tatum
1313
* Domain Path: /languages
1414
* License: MIT

public/dist/admin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/dist/admin.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
require_once __DIR__ . '/composer/autoload_real.php';
66

7-
return ComposerAutoloaderInita143d1547dde35dda4e461c7d133ba14::getLoader();
7+
return ComposerAutoloaderInitcbd8a06d55211a9a4d10603d49980a68::getLoader();

vendor/composer/autoload_real.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInita143d1547dde35dda4e461c7d133ba14
5+
class ComposerAutoloaderInitcbd8a06d55211a9a4d10603d49980a68
66
{
77
private static $loader;
88

@@ -22,15 +22,15 @@ public static function getLoader()
2222
return self::$loader;
2323
}
2424

25-
spl_autoload_register(array('ComposerAutoloaderInita143d1547dde35dda4e461c7d133ba14', 'loadClassLoader'), true, true);
25+
spl_autoload_register(array('ComposerAutoloaderInitcbd8a06d55211a9a4d10603d49980a68', 'loadClassLoader'), true, true);
2626
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27-
spl_autoload_unregister(array('ComposerAutoloaderInita143d1547dde35dda4e461c7d133ba14', 'loadClassLoader'));
27+
spl_autoload_unregister(array('ComposerAutoloaderInitcbd8a06d55211a9a4d10603d49980a68', 'loadClassLoader'));
2828

2929
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
3030
if ($useStaticLoader) {
3131
require_once __DIR__ . '/autoload_static.php';
3232

33-
call_user_func(\Composer\Autoload\ComposerStaticInita143d1547dde35dda4e461c7d133ba14::getInitializer($loader));
33+
call_user_func(\Composer\Autoload\ComposerStaticInitcbd8a06d55211a9a4d10603d49980a68::getInitializer($loader));
3434
} else {
3535
$classMap = require __DIR__ . '/autoload_classmap.php';
3636
if ($classMap) {

vendor/composer/autoload_static.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Composer\Autoload;
66

7-
class ComposerStaticInita143d1547dde35dda4e461c7d133ba14
7+
class ComposerStaticInitcbd8a06d55211a9a4d10603d49980a68
88
{
99
public static $prefixLengthsPsr4 = array (
1010
'k' =>
@@ -89,9 +89,9 @@ class ComposerStaticInita143d1547dde35dda4e461c7d133ba14
8989
public static function getInitializer(ClassLoader $loader)
9090
{
9191
return \Closure::bind(function () use ($loader) {
92-
$loader->prefixLengthsPsr4 = ComposerStaticInita143d1547dde35dda4e461c7d133ba14::$prefixLengthsPsr4;
93-
$loader->prefixDirsPsr4 = ComposerStaticInita143d1547dde35dda4e461c7d133ba14::$prefixDirsPsr4;
94-
$loader->classMap = ComposerStaticInita143d1547dde35dda4e461c7d133ba14::$classMap;
92+
$loader->prefixLengthsPsr4 = ComposerStaticInitcbd8a06d55211a9a4d10603d49980a68::$prefixLengthsPsr4;
93+
$loader->prefixDirsPsr4 = ComposerStaticInitcbd8a06d55211a9a4d10603d49980a68::$prefixDirsPsr4;
94+
$loader->classMap = ComposerStaticInitcbd8a06d55211a9a4d10603d49980a68::$classMap;
9595

9696
}, null, ClassLoader::class);
9797
}

vendor/tatum/nft-maker/src/Hooks/PublicHooks.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,7 @@ private function getNftDetail($chain, $txId, $testnet) {
8282
$html = "Transction Hash: $txLink<br>";
8383

8484
if (array_key_exists("tokenId", $nftDetail)) {
85-
if (in_array($chain, ['MATIC', 'ETH']) && array_key_exists("openSeaUrl", $nftDetail)) {
86-
$openSeaLink = BlockchainLink::formatLink($nftDetail['tokenId'] . " (OpenSea) ", $nftDetail['openSeaUrl']);
87-
$html .= "Token Id: " . $openSeaLink . " - once transaction is confirmed link should be valid<br>";
88-
} else {
89-
$html .= "Token Id: " . $nftDetail['tokenId'] . "<br>";
90-
}
85+
$html .= "Token Id: " . $nftDetail['tokenId'] . "<br>";
9186
}
9287

9388
$html .= "Contract Address: " . $nftDetail['contractAddress'] . "<br><br>";

0 commit comments

Comments
 (0)