Skip to content

Commit

Permalink
Update from 92e17e5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Jan 11, 2023
1 parent 2a69aa8 commit aee038d
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 30 deletions.
3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ Removed open sea link and changed eth testnet link to sepolia
= 2.0.32 =
Added user agent header

= 2.0.35 =
Added user agent header - edit

== 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 11:48:00 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Jan 11 2023 12:02:07 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 11:48:00 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Jan 11 2023 12:02:07 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.32
* Version: 2.0.35
* 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 ComposerAutoloaderInit8ef7f385c30294367f9ad1f70ec54df6::getLoader();
return ComposerAutoloaderInit357bb21a33824b520de42571b030336c::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 ComposerAutoloaderInit8ef7f385c30294367f9ad1f70ec54df6
class ComposerAutoloaderInit357bb21a33824b520de42571b030336c
{
private static $loader;

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

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

}, null, ClassLoader::class);
}
Expand Down
1 change: 1 addition & 0 deletions vendor/tatum/nft-maker/src/Connectors/TatumConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public static function getBaseUrl() {
}

private function headers(): array {

return array('Accept' => 'application/json', 'Content-Type' => 'application/json', 'x-api-key' => $this->apiKey, 'User-Agent' => 'Tatum_WordPress_NftMaker/'.TATUM_VERSION);
}

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 ComposerAutoloaderInit0576fde27c072afb3329a696fc17ee93::getLoader();
return ComposerAutoloaderInit61519e08d59e834e33f386d4b339ae1b::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 ComposerAutoloaderInit0576fde27c072afb3329a696fc17ee93
class ComposerAutoloaderInit61519e08d59e834e33f386d4b339ae1b
{
private static $loader;

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

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

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

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

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

0 comments on commit aee038d

Please sign in to comment.