Skip to content

Commit ad32be8

Browse files
committed
Update from d2dccad
1 parent ed77add commit ad32be8

13 files changed

Lines changed: 39 additions & 31 deletions

File tree

README.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ Tags: nft, erc721, ethereum, celo, bsc, polygon, harmony, mint, tatum, blockchai
55
Requires at least: 5.5
66
Requires PHP: 7.0
77
Tested up to: 5.8.2
8-
Stable tag: 2.0.32
8+
Stable tag: 2.0.36
99
License: MIT
1010
License URI: https://opensource.org/licenses/MIT
1111

12+
**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. **
13+
14+
15+
1216
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.
1317

1418
== Description ==
@@ -219,6 +223,10 @@ Added user agent header - edit
219223

220224
= 2.0.36 =
221225
Fixed setup API key error
226+
227+
= 2.0.37 =
228+
Added deprecated info
229+
222230
== Upgrade Notice ==
223231

224232
= 1.0.0 =

inc/base/others/cachebuster-lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Jun 14 2023 10:51:10 GMT+0000 (Coordinated Universal Time)). */
2+
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Aug 09 2023 09:12:45 GMT+0000 (Coordinated Universal Time)). */
33
return array(
44
'mobx' => '4.15.4',
55
'react' => '17.0.2',

inc/base/others/cachebuster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Jun 14 2023 10:51:10 GMT+0000 (Coordinated Universal Time)). */
2+
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Aug 09 2023 09:12:45 GMT+0000 (Coordinated Universal Time)). */
33
return array(
44
'src/public/dist/admin.js' => '210334e00f56b2cb281ddf3eec8c4bf3',
55
'src/public/dist/vendor-admin.js' => '88674945a6b37489c984c3de1eaeb815',

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Description: NFT Maker is the easiest and fastest free plugin to work with NFTs without any blockchain development experience.
99
* Author: Lukas Kotol
1010
* Author URI: https://t.me/LukasKotol
11-
* Version: 2.0.36
11+
* Version: 2.0.37
1212
* Text Domain: tatum
1313
* Domain Path: /languages
1414
* License: MIT

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

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

7-
return ComposerAutoloaderInit447ffe9469aa2ccc9954ae7d9c06e672::getLoader();
7+
return ComposerAutoloaderInita10a289563a72c9c523c1a3586b472ed::getLoader();

vendor/composer/autoload_real.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInit447ffe9469aa2ccc9954ae7d9c06e672
5+
class ComposerAutoloaderInita10a289563a72c9c523c1a3586b472ed
66
{
77
private static $loader;
88

@@ -22,15 +22,15 @@ public static function getLoader()
2222
return self::$loader;
2323
}
2424

25-
spl_autoload_register(array('ComposerAutoloaderInit447ffe9469aa2ccc9954ae7d9c06e672', 'loadClassLoader'), true, true);
25+
spl_autoload_register(array('ComposerAutoloaderInita10a289563a72c9c523c1a3586b472ed', 'loadClassLoader'), true, true);
2626
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27-
spl_autoload_unregister(array('ComposerAutoloaderInit447ffe9469aa2ccc9954ae7d9c06e672', 'loadClassLoader'));
27+
spl_autoload_unregister(array('ComposerAutoloaderInita10a289563a72c9c523c1a3586b472ed', 'loadClassLoader'));
2828

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

33-
call_user_func(\Composer\Autoload\ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672::getInitializer($loader));
33+
call_user_func(\Composer\Autoload\ComposerStaticInita10a289563a72c9c523c1a3586b472ed::getInitializer($loader));
3434
} else {
3535
$classMap = require __DIR__ . '/autoload_classmap.php';
3636
if ($classMap) {

vendor/composer/autoload_static.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Composer\Autoload;
66

7-
class ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672
7+
class ComposerStaticInita10a289563a72c9c523c1a3586b472ed
88
{
99
public static $prefixLengthsPsr4 = array (
1010
'k' =>
@@ -89,9 +89,9 @@ class ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672
8989
public static function getInitializer(ClassLoader $loader)
9090
{
9191
return \Closure::bind(function () use ($loader) {
92-
$loader->prefixLengthsPsr4 = ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672::$prefixLengthsPsr4;
93-
$loader->prefixDirsPsr4 = ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672::$prefixDirsPsr4;
94-
$loader->classMap = ComposerStaticInit447ffe9469aa2ccc9954ae7d9c06e672::$classMap;
92+
$loader->prefixLengthsPsr4 = ComposerStaticInita10a289563a72c9c523c1a3586b472ed::$prefixLengthsPsr4;
93+
$loader->prefixDirsPsr4 = ComposerStaticInita10a289563a72c9c523c1a3586b472ed::$prefixDirsPsr4;
94+
$loader->classMap = ComposerStaticInita10a289563a72c9c523c1a3586b472ed::$classMap;
9595

9696
}, null, ClassLoader::class);
9797
}

vendor/tatum/nft-maker/vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

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

7-
return ComposerAutoloaderInit44f10612e619853d06c059949b6d8325::getLoader();
7+
return ComposerAutoloaderInitbc458c04cfd1881d649db4c012952a4a::getLoader();

vendor/tatum/nft-maker/vendor/composer/autoload_real.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInit44f10612e619853d06c059949b6d8325
5+
class ComposerAutoloaderInitbc458c04cfd1881d649db4c012952a4a
66
{
77
private static $loader;
88

@@ -22,15 +22,15 @@ public static function getLoader()
2222
return self::$loader;
2323
}
2424

25-
spl_autoload_register(array('ComposerAutoloaderInit44f10612e619853d06c059949b6d8325', 'loadClassLoader'), true, true);
25+
spl_autoload_register(array('ComposerAutoloaderInitbc458c04cfd1881d649db4c012952a4a', 'loadClassLoader'), true, true);
2626
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27-
spl_autoload_unregister(array('ComposerAutoloaderInit44f10612e619853d06c059949b6d8325', 'loadClassLoader'));
27+
spl_autoload_unregister(array('ComposerAutoloaderInitbc458c04cfd1881d649db4c012952a4a', 'loadClassLoader'));
2828

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

33-
call_user_func(\Composer\Autoload\ComposerStaticInit44f10612e619853d06c059949b6d8325::getInitializer($loader));
33+
call_user_func(\Composer\Autoload\ComposerStaticInitbc458c04cfd1881d649db4c012952a4a::getInitializer($loader));
3434
} else {
3535
$classMap = require __DIR__ . '/autoload_classmap.php';
3636
if ($classMap) {

vendor/tatum/nft-maker/vendor/composer/autoload_static.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Composer\Autoload;
66

7-
class ComposerStaticInit44f10612e619853d06c059949b6d8325
7+
class ComposerStaticInitbc458c04cfd1881d649db4c012952a4a
88
{
99
public static $prefixLengthsPsr4 = array (
1010
'k' =>
@@ -61,9 +61,9 @@ class ComposerStaticInit44f10612e619853d06c059949b6d8325
6161
public static function getInitializer(ClassLoader $loader)
6262
{
6363
return \Closure::bind(function () use ($loader) {
64-
$loader->prefixLengthsPsr4 = ComposerStaticInit44f10612e619853d06c059949b6d8325::$prefixLengthsPsr4;
65-
$loader->prefixDirsPsr4 = ComposerStaticInit44f10612e619853d06c059949b6d8325::$prefixDirsPsr4;
66-
$loader->classMap = ComposerStaticInit44f10612e619853d06c059949b6d8325::$classMap;
64+
$loader->prefixLengthsPsr4 = ComposerStaticInitbc458c04cfd1881d649db4c012952a4a::$prefixLengthsPsr4;
65+
$loader->prefixDirsPsr4 = ComposerStaticInitbc458c04cfd1881d649db4c012952a4a::$prefixDirsPsr4;
66+
$loader->classMap = ComposerStaticInitbc458c04cfd1881d649db4c012952a4a::$classMap;
6767

6868
}, null, ClassLoader::class);
6969
}

0 commit comments

Comments
 (0)