Skip to content

Commit

Permalink
Update from 157a4ca
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Jan 3, 2022
1 parent 8e50a0d commit e5c8c08
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 53 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/main.yml

This file was deleted.

7 changes: 5 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: https://tatum.io/
Tags: tatum, blockchain, nft, erc721, ethereum, celo, bsc, mint
Requires at least: 5.5
Requires PHP: 7.0
Tested up to: 5.7.2
Stable tag: 2.0.14
Tested up to: 5.8.2
Stable tag: 2.0.15
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -116,6 +116,9 @@ For a complete guide on how to build the backend to an NFT marketplace from scra
= 2.0.14 =
* Tested with WordPress 5.7.2

= 2.0.15 =
* Tested with WordPress 5.8.2

== 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 (Mon Jan 03 2022 09:05:40 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Mon Jan 03 2022 10:17:27 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 (Mon Jan 03 2022 09:05:40 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Mon Jan 03 2022 10:17:27 GMT+0000 (Coordinated Universal Time)). */
return array(
'src/public/dist/admin.js' => '8b4434a06c26f543c93c6cd61acbbdcb',
'src/public/dist/vendor-admin.js' => '544a5b292e9bff3de00321a3d11b0984',
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.14
* Version: 2.0.15
* 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 ComposerAutoloaderInitcf2104ad6f067008878df4136d1b7fee::getLoader();
return ComposerAutoloaderInit5bbb6cec10aa746f652cd466dc0b97d8::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 ComposerAutoloaderInitcf2104ad6f067008878df4136d1b7fee
class ComposerAutoloaderInit5bbb6cec10aa746f652cd466dc0b97d8
{
private static $loader;

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

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInitcf2104ad6f067008878df4136d1b7fee', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit5bbb6cec10aa746f652cd466dc0b97d8', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInitcf2104ad6f067008878df4136d1b7fee', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit5bbb6cec10aa746f652cd466dc0b97d8', '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\ComposerStaticInitcf2104ad6f067008878df4136d1b7fee::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit5bbb6cec10aa746f652cd466dc0b97d8::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 ComposerStaticInitcf2104ad6f067008878df4136d1b7fee
class ComposerStaticInit5bbb6cec10aa746f652cd466dc0b97d8
{
public static $prefixLengthsPsr4 = array (
'k' =>
Expand Down Expand Up @@ -70,9 +70,9 @@ class ComposerStaticInitcf2104ad6f067008878df4136d1b7fee
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitcf2104ad6f067008878df4136d1b7fee::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitcf2104ad6f067008878df4136d1b7fee::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitcf2104ad6f067008878df4136d1b7fee::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit5bbb6cec10aa746f652cd466dc0b97d8::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit5bbb6cec10aa746f652cd466dc0b97d8::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit5bbb6cec10aa746f652cd466dc0b97d8::$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' => 'c1c0cc5e77537207d510252d403b2d22e7240e16',
'reference' => '157a4caa4692b6a5399ce4b0f9aee5730e7390a9',
'name' => '__root__',
'dev' => false,
),
Expand All @@ -16,7 +16,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'c1c0cc5e77537207d510252d403b2d22e7240e16',
'reference' => '157a4caa4692b6a5399ce4b0f9aee5730e7390a9',
'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 ComposerAutoloaderInit9b60b666756d5bf210274bef00499212::getLoader();
return ComposerAutoloaderInit337a13fa008dabfe937a3b388a751bb1::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 ComposerAutoloaderInit9b60b666756d5bf210274bef00499212
class ComposerAutoloaderInit337a13fa008dabfe937a3b388a751bb1
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInit9b60b666756d5bf210274bef00499212', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit337a13fa008dabfe937a3b388a751bb1', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInit9b60b666756d5bf210274bef00499212', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit337a13fa008dabfe937a3b388a751bb1', '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\ComposerStaticInit9b60b666756d5bf210274bef00499212::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit337a13fa008dabfe937a3b388a751bb1::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 ComposerStaticInit9b60b666756d5bf210274bef00499212
class ComposerStaticInit337a13fa008dabfe937a3b388a751bb1
{
public static $prefixLengthsPsr4 = array (
'H' =>
Expand Down Expand Up @@ -35,9 +35,9 @@ class ComposerStaticInit9b60b666756d5bf210274bef00499212
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit9b60b666756d5bf210274bef00499212::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit9b60b666756d5bf210274bef00499212::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit9b60b666756d5bf210274bef00499212::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit337a13fa008dabfe937a3b388a751bb1::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit337a13fa008dabfe937a3b388a751bb1::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit337a13fa008dabfe937a3b388a751bb1::$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' => 'c1c0cc5e77537207d510252d403b2d22e7240e16',
'reference' => '157a4caa4692b6a5399ce4b0f9aee5730e7390a9',
'name' => 'tatum/utils',
'dev' => false,
),
Expand All @@ -16,7 +16,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'c1c0cc5e77537207d510252d403b2d22e7240e16',
'reference' => '157a4caa4692b6a5399ce4b0f9aee5730e7390a9',
'dev_requirement' => false,
),
),
Expand Down

0 comments on commit e5c8c08

Please sign in to comment.