Skip to content

Commit

Permalink
Update from 7feaada
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Jun 14, 2023
1 parent aee038d commit ed77add
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 31 deletions.
2 changes: 2 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ Added user agent header
= 2.0.35 =
Added user agent header - edit

= 2.0.36 =
Fixed setup API key error
== Upgrade Notice ==

= 1.0.0 =
Expand Down
2 changes: 1 addition & 1 deletion inc/base/others/cachebuster-lib.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Jan 11 2023 12:02:07 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Jun 14 2023 10:51:10 GMT+0000 (Coordinated Universal Time)). */
return array(
'mobx' => '4.15.4',
'react' => '17.0.2',
Expand Down
2 changes: 1 addition & 1 deletion inc/base/others/cachebuster.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Jan 11 2023 12:02:07 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Jun 14 2023 10:51:10 GMT+0000 (Coordinated Universal Time)). */
return array(
'src/public/dist/admin.js' => '210334e00f56b2cb281ddf3eec8c4bf3',
'src/public/dist/vendor-admin.js' => '88674945a6b37489c984c3de1eaeb815',
Expand Down
2 changes: 1 addition & 1 deletion 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.35
* Version: 2.0.36
* Text Domain: tatum
* Domain Path: /languages
* License: MIT
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

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

return ComposerAutoloaderInit357bb21a33824b520de42571b030336c::getLoader();
return ComposerAutoloaderInit447ffe9469aa2ccc9954ae7d9c06e672::getLoader();
8 changes: 4 additions & 4 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit357bb21a33824b520de42571b030336c
class ComposerAutoloaderInit447ffe9469aa2ccc9954ae7d9c06e672
{
private static $loader;

Expand All @@ -22,15 +22,15 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit357bb21a33824b520de42571b030336c', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit447ffe9469aa2ccc9954ae7d9c06e672', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit357bb21a33824b520de42571b030336c', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit447ffe9469aa2ccc9954ae7d9c06e672', 'loadClassLoader'));

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

call_user_func(\Composer\Autoload\ComposerStaticInit357bb21a33824b520de42571b030336c::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit357bb21a33824b520de42571b030336c
class ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672
{
public static $prefixLengthsPsr4 = array (
'k' =>
Expand Down Expand Up @@ -89,9 +89,9 @@ class ComposerStaticInit357bb21a33824b520de42571b030336c
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit357bb21a33824b520de42571b030336c::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit357bb21a33824b520de42571b030336c::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit357bb21a33824b520de42571b030336c::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672::$classMap;

}, null, ClassLoader::class);
}
Expand Down
2 changes: 1 addition & 1 deletion vendor/tatum/nft-maker/src/Services/SetupService.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function setApiKey($api_key) {
try {
$this->tatumConnector->setApiKey($api_key);
$api_key_resp = $this->tatumConnector->getApiVersion();
$isActive = $api_key_resp['status'] === 'ACTIVE' && $api_key_resp['expiration'] >= round(microtime(true) * 1000);
$isActive = $api_key_resp['expiration'] >= round(microtime(true) * 1000);
if (($api_key_resp['testnet'] === false && $api_key_resp['price'] !== 0 && $isActive) || ($api_key_resp['testnet'] === true && $isActive)) {
update_option(TATUM_SLUG . '_api_key', $api_key);
return [
Expand Down
2 changes: 1 addition & 1 deletion vendor/tatum/nft-maker/vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

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

return ComposerAutoloaderInit61519e08d59e834e33f386d4b339ae1b::getLoader();
return ComposerAutoloaderInit44f10612e619853d06c059949b6d8325::getLoader();
8 changes: 4 additions & 4 deletions vendor/tatum/nft-maker/vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit61519e08d59e834e33f386d4b339ae1b
class ComposerAutoloaderInit44f10612e619853d06c059949b6d8325
{
private static $loader;

Expand All @@ -22,15 +22,15 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit61519e08d59e834e33f386d4b339ae1b', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit44f10612e619853d06c059949b6d8325', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit61519e08d59e834e33f386d4b339ae1b', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit44f10612e619853d06c059949b6d8325', 'loadClassLoader'));

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

call_user_func(\Composer\Autoload\ComposerStaticInit61519e08d59e834e33f386d4b339ae1b::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit44f10612e619853d06c059949b6d8325::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
Expand Down
8 changes: 4 additions & 4 deletions vendor/tatum/nft-maker/vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit61519e08d59e834e33f386d4b339ae1b
class ComposerStaticInit44f10612e619853d06c059949b6d8325
{
public static $prefixLengthsPsr4 = array (
'k' =>
Expand Down Expand Up @@ -61,9 +61,9 @@ class ComposerStaticInit61519e08d59e834e33f386d4b339ae1b
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit61519e08d59e834e33f386d4b339ae1b::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit61519e08d59e834e33f386d4b339ae1b::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit61519e08d59e834e33f386d4b339ae1b::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit44f10612e619853d06c059949b6d8325::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit44f10612e619853d06c059949b6d8325::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit44f10612e619853d06c059949b6d8325::$classMap;

}, null, ClassLoader::class);
}
Expand Down
2 changes: 1 addition & 1 deletion vendor/tatum/utils/vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

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

return ComposerAutoloaderInit37c1d3e31f20d315619e06091217c12b::getLoader();
return ComposerAutoloaderInit0c06d51ff44e4fd863617c1fce08ffba::getLoader();
8 changes: 4 additions & 4 deletions vendor/tatum/utils/vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit37c1d3e31f20d315619e06091217c12b
class ComposerAutoloaderInit0c06d51ff44e4fd863617c1fce08ffba
{
private static $loader;

Expand All @@ -22,15 +22,15 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit37c1d3e31f20d315619e06091217c12b', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit0c06d51ff44e4fd863617c1fce08ffba', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit37c1d3e31f20d315619e06091217c12b', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit0c06d51ff44e4fd863617c1fce08ffba', 'loadClassLoader'));

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

call_user_func(\Composer\Autoload\ComposerStaticInit37c1d3e31f20d315619e06091217c12b::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit0c06d51ff44e4fd863617c1fce08ffba::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
Expand Down
8 changes: 4 additions & 4 deletions vendor/tatum/utils/vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit37c1d3e31f20d315619e06091217c12b
class ComposerStaticInit0c06d51ff44e4fd863617c1fce08ffba
{
public static $prefixLengthsPsr4 = array (
'H' =>
Expand Down Expand Up @@ -39,9 +39,9 @@ class ComposerStaticInit37c1d3e31f20d315619e06091217c12b
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit37c1d3e31f20d315619e06091217c12b::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit37c1d3e31f20d315619e06091217c12b::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit37c1d3e31f20d315619e06091217c12b::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit0c06d51ff44e4fd863617c1fce08ffba::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit0c06d51ff44e4fd863617c1fce08ffba::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit0c06d51ff44e4fd863617c1fce08ffba::$classMap;

}, null, ClassLoader::class);
}
Expand Down

0 comments on commit ed77add

Please sign in to comment.