Skip to content

Commit e7afbfd

Browse files
committed
Update from daddc6a
1 parent 1bbae2f commit e7afbfd

14 files changed

Lines changed: 33 additions & 33 deletions

File tree

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.28
8+
Stable tag: 2.0.30
99
License: MIT
1010
License URI: https://opensource.org/licenses/MIT
1111

@@ -205,7 +205,7 @@ Added support for Testnet & detailed info about minted NFTs & more validation me
205205
= 2.0.28 =
206206
Fixed API key submit validation
207207

208-
= 2.0.29 =
208+
= 2.0.30 =
209209
Fixed activator lazy nft testnet field & strip HTML and special chars from IPFS metadata
210210

211211
== Upgrade Notice ==

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 (Thu Jun 02 2022 11:28:53 GMT+0000 (Coordinated Universal Time)). */
2+
/* This file was automatically generated by the `grunt libs:cachebuster` command (Thu Jun 02 2022 11:47:46 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 (Thu Jun 02 2022 11:28:53 GMT+0000 (Coordinated Universal Time)). */
2+
/* This file was automatically generated by the `grunt libs:cachebuster` command (Thu Jun 02 2022 11:47:46 GMT+0000 (Coordinated Universal Time)). */
33
return array(
44
'src/public/dist/admin.js' => '6a83f9d51144ea6281f9d86d7bb8d70c',
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.29
11+
* Version: 2.0.30
1212
* Text Domain: tatum
1313
* Domain Path: /languages
1414
* License: MIT

languages/tatum.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the MIT.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: NFT Maker 2.0.26\n"
5+
"Project-Id-Version: NFT Maker 2.0.29\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/src\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

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 ComposerAutoloaderInit6ddb77796a46c13adddca7a25444fdf8::getLoader();
7+
return ComposerAutoloaderInita143d1547dde35dda4e461c7d133ba14::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 ComposerAutoloaderInit6ddb77796a46c13adddca7a25444fdf8
5+
class ComposerAutoloaderInita143d1547dde35dda4e461c7d133ba14
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('ComposerAutoloaderInit6ddb77796a46c13adddca7a25444fdf8', 'loadClassLoader'), true, true);
25+
spl_autoload_register(array('ComposerAutoloaderInita143d1547dde35dda4e461c7d133ba14', 'loadClassLoader'), true, true);
2626
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27-
spl_autoload_unregister(array('ComposerAutoloaderInit6ddb77796a46c13adddca7a25444fdf8', 'loadClassLoader'));
27+
spl_autoload_unregister(array('ComposerAutoloaderInita143d1547dde35dda4e461c7d133ba14', '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\ComposerStaticInit6ddb77796a46c13adddca7a25444fdf8::getInitializer($loader));
33+
call_user_func(\Composer\Autoload\ComposerStaticInita143d1547dde35dda4e461c7d133ba14::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 ComposerStaticInit6ddb77796a46c13adddca7a25444fdf8
7+
class ComposerStaticInita143d1547dde35dda4e461c7d133ba14
88
{
99
public static $prefixLengthsPsr4 = array (
1010
'k' =>
@@ -89,9 +89,9 @@ class ComposerStaticInit6ddb77796a46c13adddca7a25444fdf8
8989
public static function getInitializer(ClassLoader $loader)
9090
{
9191
return \Closure::bind(function () use ($loader) {
92-
$loader->prefixLengthsPsr4 = ComposerStaticInit6ddb77796a46c13adddca7a25444fdf8::$prefixLengthsPsr4;
93-
$loader->prefixDirsPsr4 = ComposerStaticInit6ddb77796a46c13adddca7a25444fdf8::$prefixDirsPsr4;
94-
$loader->classMap = ComposerStaticInit6ddb77796a46c13adddca7a25444fdf8::$classMap;
92+
$loader->prefixLengthsPsr4 = ComposerStaticInita143d1547dde35dda4e461c7d133ba14::$prefixLengthsPsr4;
93+
$loader->prefixDirsPsr4 = ComposerStaticInita143d1547dde35dda4e461c7d133ba14::$prefixDirsPsr4;
94+
$loader->classMap = ComposerStaticInita143d1547dde35dda4e461c7d133ba14::$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 ComposerAutoloaderInit179325cca1997a4610e4a9073d755ce3::getLoader();
7+
return ComposerAutoloaderInita5488e1860834e352e8c4c2ad38c930f::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 ComposerAutoloaderInit179325cca1997a4610e4a9073d755ce3
5+
class ComposerAutoloaderInita5488e1860834e352e8c4c2ad38c930f
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('ComposerAutoloaderInit179325cca1997a4610e4a9073d755ce3', 'loadClassLoader'), true, true);
25+
spl_autoload_register(array('ComposerAutoloaderInita5488e1860834e352e8c4c2ad38c930f', 'loadClassLoader'), true, true);
2626
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27-
spl_autoload_unregister(array('ComposerAutoloaderInit179325cca1997a4610e4a9073d755ce3', 'loadClassLoader'));
27+
spl_autoload_unregister(array('ComposerAutoloaderInita5488e1860834e352e8c4c2ad38c930f', '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\ComposerStaticInit179325cca1997a4610e4a9073d755ce3::getInitializer($loader));
33+
call_user_func(\Composer\Autoload\ComposerStaticInita5488e1860834e352e8c4c2ad38c930f::getInitializer($loader));
3434
} else {
3535
$classMap = require __DIR__ . '/autoload_classmap.php';
3636
if ($classMap) {

0 commit comments

Comments
 (0)