Skip to content

Commit ed77add

Browse files
committed
Update from 7feaada
1 parent aee038d commit ed77add

14 files changed

Lines changed: 33 additions & 31 deletions

File tree

README.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ Added user agent header
217217
= 2.0.35 =
218218
Added user agent header - edit
219219

220+
= 2.0.36 =
221+
Fixed setup API key error
220222
== Upgrade Notice ==
221223

222224
= 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 (Wed Jan 11 2023 12:02:07 GMT+0000 (Coordinated Universal Time)). */
2+
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Jun 14 2023 10:51:10 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: 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 (Wed Jan 11 2023 12:02:07 GMT+0000 (Coordinated Universal Time)). */
2+
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Jun 14 2023 10:51:10 GMT+0000 (Coordinated Universal Time)). */
33
return array(
44
'src/public/dist/admin.js' => '210334e00f56b2cb281ddf3eec8c4bf3',
55
'src/public/dist/vendor-admin.js' => '88674945a6b37489c984c3de1eaeb815',

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.35
11+
* Version: 2.0.36
1212
* Text Domain: tatum
1313
* Domain Path: /languages
1414
* License: MIT

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 ComposerAutoloaderInit357bb21a33824b520de42571b030336c::getLoader();
7+
return ComposerAutoloaderInit447ffe9469aa2ccc9954ae7d9c06e672::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 ComposerAutoloaderInit357bb21a33824b520de42571b030336c
5+
class ComposerAutoloaderInit447ffe9469aa2ccc9954ae7d9c06e672
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('ComposerAutoloaderInit357bb21a33824b520de42571b030336c', 'loadClassLoader'), true, true);
25+
spl_autoload_register(array('ComposerAutoloaderInit447ffe9469aa2ccc9954ae7d9c06e672', 'loadClassLoader'), true, true);
2626
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27-
spl_autoload_unregister(array('ComposerAutoloaderInit357bb21a33824b520de42571b030336c', 'loadClassLoader'));
27+
spl_autoload_unregister(array('ComposerAutoloaderInit447ffe9469aa2ccc9954ae7d9c06e672', '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\ComposerStaticInit357bb21a33824b520de42571b030336c::getInitializer($loader));
33+
call_user_func(\Composer\Autoload\ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672::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 ComposerStaticInit357bb21a33824b520de42571b030336c
7+
class ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672
88
{
99
public static $prefixLengthsPsr4 = array (
1010
'k' =>
@@ -89,9 +89,9 @@ class ComposerStaticInit357bb21a33824b520de42571b030336c
8989
public static function getInitializer(ClassLoader $loader)
9090
{
9191
return \Closure::bind(function () use ($loader) {
92-
$loader->prefixLengthsPsr4 = ComposerStaticInit357bb21a33824b520de42571b030336c::$prefixLengthsPsr4;
93-
$loader->prefixDirsPsr4 = ComposerStaticInit357bb21a33824b520de42571b030336c::$prefixDirsPsr4;
94-
$loader->classMap = ComposerStaticInit357bb21a33824b520de42571b030336c::$classMap;
92+
$loader->prefixLengthsPsr4 = ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672::$prefixLengthsPsr4;
93+
$loader->prefixDirsPsr4 = ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672::$prefixDirsPsr4;
94+
$loader->classMap = ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672::$classMap;
9595

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

vendor/tatum/nft-maker/src/Services/SetupService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function setApiKey($api_key) {
3131
try {
3232
$this->tatumConnector->setApiKey($api_key);
3333
$api_key_resp = $this->tatumConnector->getApiVersion();
34-
$isActive = $api_key_resp['status'] === 'ACTIVE' && $api_key_resp['expiration'] >= round(microtime(true) * 1000);
34+
$isActive = $api_key_resp['expiration'] >= round(microtime(true) * 1000);
3535
if (($api_key_resp['testnet'] === false && $api_key_resp['price'] !== 0 && $isActive) || ($api_key_resp['testnet'] === true && $isActive)) {
3636
update_option(TATUM_SLUG . '_api_key', $api_key);
3737
return [

vendor/tatum/nft-maker/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 ComposerAutoloaderInit61519e08d59e834e33f386d4b339ae1b::getLoader();
7+
return ComposerAutoloaderInit44f10612e619853d06c059949b6d8325::getLoader();

vendor/tatum/nft-maker/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 ComposerAutoloaderInit61519e08d59e834e33f386d4b339ae1b
5+
class ComposerAutoloaderInit44f10612e619853d06c059949b6d8325
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('ComposerAutoloaderInit61519e08d59e834e33f386d4b339ae1b', 'loadClassLoader'), true, true);
25+
spl_autoload_register(array('ComposerAutoloaderInit44f10612e619853d06c059949b6d8325', 'loadClassLoader'), true, true);
2626
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27-
spl_autoload_unregister(array('ComposerAutoloaderInit61519e08d59e834e33f386d4b339ae1b', 'loadClassLoader'));
27+
spl_autoload_unregister(array('ComposerAutoloaderInit44f10612e619853d06c059949b6d8325', '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\ComposerStaticInit61519e08d59e834e33f386d4b339ae1b::getInitializer($loader));
33+
call_user_func(\Composer\Autoload\ComposerStaticInit44f10612e619853d06c059949b6d8325::getInitializer($loader));
3434
} else {
3535
$classMap = require __DIR__ . '/autoload_classmap.php';
3636
if ($classMap) {

0 commit comments

Comments
 (0)