Skip to content

Commit

Permalink
Update from d2dccad
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Aug 9, 2023
1 parent ed77add commit ad32be8
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 31 deletions.
10 changes: 9 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ 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.32
Stable tag: 2.0.36
License: MIT
License URI: https://opensource.org/licenses/MIT

**NFTs minted via this plugin belong to the "Tatum General NFT" Collection, currently not visible on OpenSea and other wallets using OpenSea API, such as MetaMask. We're actively developing a new version to address this. Please refrain from using the plugin until then. **



If you want to sell NFTs but don’t want to build an entire NFT marketplace from scratch, then NFT Maker is the plugin you’ve been waiting for.

== Description ==
Expand Down Expand Up @@ -219,6 +223,10 @@ Added user agent header - edit

= 2.0.36 =
Fixed setup API key error

= 2.0.37 =
Added deprecated info

== 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 Jun 14 2023 10:51:10 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Aug 09 2023 09:12:45 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 Jun 14 2023 10:51:10 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Aug 09 2023 09:12:45 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.36
* Version: 2.0.37
* 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 ComposerAutoloaderInit447ffe9469aa2ccc9954ae7d9c06e672::getLoader();
return ComposerAutoloaderInita10a289563a72c9c523c1a3586b472ed::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 ComposerAutoloaderInit447ffe9469aa2ccc9954ae7d9c06e672
class ComposerAutoloaderInita10a289563a72c9c523c1a3586b472ed
{
private static $loader;

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

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

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

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

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

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

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

0 comments on commit ad32be8

Please sign in to comment.