Skip to content

Commit

Permalink
Update from d9160a8
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Oct 11, 2023
1 parent ad32be8 commit 38b3fa3
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 31 deletions.
5 changes: 4 additions & 1 deletion README.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
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 Aug 09 2023 09:12:45 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Oct 11 2023 09:01:28 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 Aug 09 2023 09:12:45 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Oct 11 2023 09:01:28 GMT+0000 (Coordinated Universal Time)). */
return array(
'src/public/dist/admin.js' => '210334e00f56b2cb281ddf3eec8c4bf3',
'src/public/dist/vendor-admin.js' => '88674945a6b37489c984c3de1eaeb815',
Expand Down
1 change: 1 addition & 0 deletions 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 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
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 ComposerAutoloaderInita10a289563a72c9c523c1a3586b472ed::getLoader();
return ComposerAutoloaderInit93aa857d5ebd32d27b528aaee77551c3::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 ComposerAutoloaderInita10a289563a72c9c523c1a3586b472ed
class ComposerAutoloaderInit93aa857d5ebd32d27b528aaee77551c3
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInita10a289563a72c9c523c1a3586b472ed', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit93aa857d5ebd32d27b528aaee77551c3', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInita10a289563a72c9c523c1a3586b472ed', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit93aa857d5ebd32d27b528aaee77551c3', '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\ComposerStaticInita10a289563a72c9c523c1a3586b472ed::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit93aa857d5ebd32d27b528aaee77551c3::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 ComposerStaticInita10a289563a72c9c523c1a3586b472ed
class ComposerStaticInit93aa857d5ebd32d27b528aaee77551c3
{
public static $prefixLengthsPsr4 = array (
'k' =>
Expand Down Expand Up @@ -89,9 +89,9 @@ class ComposerStaticInita10a289563a72c9c523c1a3586b472ed
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInita10a289563a72c9c523c1a3586b472ed::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInita10a289563a72c9c523c1a3586b472ed::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInita10a289563a72c9c523c1a3586b472ed::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit93aa857d5ebd32d27b528aaee77551c3::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit93aa857d5ebd32d27b528aaee77551c3::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit93aa857d5ebd32d27b528aaee77551c3::$classMap;

}, null, ClassLoader::class);
}
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 ComposerAutoloaderInitbc458c04cfd1881d649db4c012952a4a::getLoader();
return ComposerAutoloaderInit0034a95e70f85c1a6287113b1516794a::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 ComposerAutoloaderInitbc458c04cfd1881d649db4c012952a4a
class ComposerAutoloaderInit0034a95e70f85c1a6287113b1516794a
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInitbc458c04cfd1881d649db4c012952a4a', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit0034a95e70f85c1a6287113b1516794a', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInitbc458c04cfd1881d649db4c012952a4a', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit0034a95e70f85c1a6287113b1516794a', '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\ComposerStaticInitbc458c04cfd1881d649db4c012952a4a::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit0034a95e70f85c1a6287113b1516794a::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 ComposerStaticInitbc458c04cfd1881d649db4c012952a4a
class ComposerStaticInit0034a95e70f85c1a6287113b1516794a
{
public static $prefixLengthsPsr4 = array (
'k' =>
Expand Down Expand Up @@ -61,9 +61,9 @@ class ComposerStaticInitbc458c04cfd1881d649db4c012952a4a
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitbc458c04cfd1881d649db4c012952a4a::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitbc458c04cfd1881d649db4c012952a4a::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitbc458c04cfd1881d649db4c012952a4a::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit0034a95e70f85c1a6287113b1516794a::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit0034a95e70f85c1a6287113b1516794a::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit0034a95e70f85c1a6287113b1516794a::$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 ComposerAutoloaderInit6c2fcbc52a3af27756ca5d1b911e4288::getLoader();
return ComposerAutoloaderInit34049dbc04d7e09faf314aed59f5da4d::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 ComposerAutoloaderInit6c2fcbc52a3af27756ca5d1b911e4288
class ComposerAutoloaderInit34049dbc04d7e09faf314aed59f5da4d
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInit6c2fcbc52a3af27756ca5d1b911e4288', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit34049dbc04d7e09faf314aed59f5da4d', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit6c2fcbc52a3af27756ca5d1b911e4288', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit34049dbc04d7e09faf314aed59f5da4d', '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\ComposerStaticInit6c2fcbc52a3af27756ca5d1b911e4288::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit34049dbc04d7e09faf314aed59f5da4d::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 ComposerStaticInit6c2fcbc52a3af27756ca5d1b911e4288
class ComposerStaticInit34049dbc04d7e09faf314aed59f5da4d
{
public static $prefixLengthsPsr4 = array (
'H' =>
Expand Down Expand Up @@ -39,9 +39,9 @@ class ComposerStaticInit6c2fcbc52a3af27756ca5d1b911e4288
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit6c2fcbc52a3af27756ca5d1b911e4288::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit6c2fcbc52a3af27756ca5d1b911e4288::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit6c2fcbc52a3af27756ca5d1b911e4288::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit34049dbc04d7e09faf314aed59f5da4d::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit34049dbc04d7e09faf314aed59f5da4d::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit34049dbc04d7e09faf314aed59f5da4d::$classMap;

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

0 comments on commit 38b3fa3

Please sign in to comment.