Skip to content

Commit

Permalink
Update from 463ea81
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Nov 14, 2021
1 parent 424da7b commit f38bd86
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 26 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: tatum, blockchain, nft, erc721, ethereum, celo, bsc, mint
Requires at least: 5.5
Requires PHP: 7.0
Tested up to: 5.7.1
Stable tag: 2.0.10
Stable tag: 2.0.11
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -84,6 +84,9 @@ No. The plugin could be only used to sell the NFT created by Admin to the custom
= 2.0.0 =
* Completely new version with IPFS and lazy minting support

= 2.0.11 =
* Fixed Safari date bug

== 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 (Sun Nov 14 2021 20:04:14 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Sun Nov 14 2021 20:15:09 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 (Sun Nov 14 2021 20:04:14 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Sun Nov 14 2021 20:15:09 GMT+0000 (Coordinated Universal Time)). */
return array(
'src/public/dist/admin.js' => '303d41e0b74eadbfdd45c9c63ee2f2d3',
'src/public/dist/vendor-admin.js' => 'cf7bcffd2127b22b8e586ad7991b134e',
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: Tatum
* Author URI: https://tatum.io
* Version: 2.0.10
* Version: 2.0.11
* 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 ComposerAutoloaderInita1557e7c9248a192ff91888254d4f39b::getLoader();
return ComposerAutoloaderInit9cc9c21ad052306750030a742100409b::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 ComposerAutoloaderInita1557e7c9248a192ff91888254d4f39b
class ComposerAutoloaderInit9cc9c21ad052306750030a742100409b
{
private static $loader;

Expand All @@ -24,15 +24,15 @@ public static function getLoader()

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInita1557e7c9248a192ff91888254d4f39b', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit9cc9c21ad052306750030a742100409b', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInita1557e7c9248a192ff91888254d4f39b', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit9cc9c21ad052306750030a742100409b', 'loadClassLoader'));

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

call_user_func(\Composer\Autoload\ComposerStaticInita1557e7c9248a192ff91888254d4f39b::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit9cc9c21ad052306750030a742100409b::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 ComposerStaticInita1557e7c9248a192ff91888254d4f39b
class ComposerStaticInit9cc9c21ad052306750030a742100409b
{
public static $prefixLengthsPsr4 = array (
'k' =>
Expand Down Expand Up @@ -70,9 +70,9 @@ class ComposerStaticInita1557e7c9248a192ff91888254d4f39b
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInita1557e7c9248a192ff91888254d4f39b::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInita1557e7c9248a192ff91888254d4f39b::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInita1557e7c9248a192ff91888254d4f39b::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit9cc9c21ad052306750030a742100409b::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit9cc9c21ad052306750030a742100409b::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit9cc9c21ad052306750030a742100409b::$classMap;

}, null, ClassLoader::class);
}
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'a6ee1b50ad21a18420fb53829b175e72a170d3c1',
'reference' => '463ea819e5af8af565c9add0eca3b9e94efc79fe',
'name' => '__root__',
'dev' => false,
),
Expand All @@ -16,7 +16,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'a6ee1b50ad21a18420fb53829b175e72a170d3c1',
'reference' => '463ea819e5af8af565c9add0eca3b9e94efc79fe',
'dev_requirement' => false,
),
'kornrunner/keccak' => array(
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 ComposerAutoloaderInit95d90dce1a37af75cdd13c43664fd9c9::getLoader();
return ComposerAutoloaderInit5ff5667e972c67691a7ff590913d0d4b::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 ComposerAutoloaderInit95d90dce1a37af75cdd13c43664fd9c9
class ComposerAutoloaderInit5ff5667e972c67691a7ff590913d0d4b
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInit95d90dce1a37af75cdd13c43664fd9c9', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit5ff5667e972c67691a7ff590913d0d4b', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInit95d90dce1a37af75cdd13c43664fd9c9', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit5ff5667e972c67691a7ff590913d0d4b', 'loadClassLoader'));

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

call_user_func(\Composer\Autoload\ComposerStaticInit95d90dce1a37af75cdd13c43664fd9c9::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit5ff5667e972c67691a7ff590913d0d4b::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 ComposerStaticInit95d90dce1a37af75cdd13c43664fd9c9
class ComposerStaticInit5ff5667e972c67691a7ff590913d0d4b
{
public static $prefixLengthsPsr4 = array (
'H' =>
Expand Down Expand Up @@ -35,9 +35,9 @@ class ComposerStaticInit95d90dce1a37af75cdd13c43664fd9c9
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit95d90dce1a37af75cdd13c43664fd9c9::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit95d90dce1a37af75cdd13c43664fd9c9::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit95d90dce1a37af75cdd13c43664fd9c9::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit5ff5667e972c67691a7ff590913d0d4b::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit5ff5667e972c67691a7ff590913d0d4b::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit5ff5667e972c67691a7ff590913d0d4b::$classMap;

}, null, ClassLoader::class);
}
Expand Down
4 changes: 2 additions & 2 deletions vendor/tatum/utils/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'a6ee1b50ad21a18420fb53829b175e72a170d3c1',
'reference' => '463ea819e5af8af565c9add0eca3b9e94efc79fe',
'name' => 'tatum/utils',
'dev' => false,
),
Expand All @@ -16,7 +16,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'a6ee1b50ad21a18420fb53829b175e72a170d3c1',
'reference' => '463ea819e5af8af565c9add0eca3b9e94efc79fe',
'dev_requirement' => false,
),
),
Expand Down

0 comments on commit f38bd86

Please sign in to comment.