Skip to content

Commit

Permalink
Update from 1e7ee1a
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Jan 11, 2023
1 parent 43ed617 commit 2a69aa8
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 32 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.31
Stable tag: 2.0.32
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -211,6 +211,9 @@ Fixed activator lazy nft testnet field & strip HTML and special chars from IPFS
= 2.0.31 =
Removed open sea link and changed eth testnet link to sepolia

= 2.0.32 =
Added user agent header

== 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 (Fri Sep 09 2022 09:55:26 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Jan 11 2023 11:48:00 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 (Fri Sep 09 2022 09:55:26 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Jan 11 2023 11:48:00 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.31
* Version: 2.0.32
* 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 ComposerAutoloaderInitcbd8a06d55211a9a4d10603d49980a68::getLoader();
return ComposerAutoloaderInit8ef7f385c30294367f9ad1f70ec54df6::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 ComposerAutoloaderInitcbd8a06d55211a9a4d10603d49980a68
class ComposerAutoloaderInit8ef7f385c30294367f9ad1f70ec54df6
{
private static $loader;

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

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

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

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

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

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

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

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

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

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

0 comments on commit 2a69aa8

Please sign in to comment.