Skip to content

Commit

Permalink
Update from c1c0cc5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Jan 3, 2022
1 parent 4a6c965 commit 2df3ca3
Show file tree
Hide file tree
Showing 15 changed files with 101 additions and 117 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/main.yml

This file was deleted.

10 changes: 7 additions & 3 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.1
Stable tag: 2.0.13
Tested up to: 5.7.2
Stable tag: 2.0.14
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -113,10 +113,14 @@ For a complete guide on how to build the backend to an NFT marketplace from scra
= 2.0.13 =
* Fixed error with initial table chain column

= 2.0.14 =
* Tested with WordPress 5.7.2

== Upgrade Notice ==

= 1.0.0 =
* No upgrade notice yet

= 2.0.0 =
* Warning! This new version is a complete upgrade and not compatible with the previous version 1. Please make sure you have securely stored your private keys before upgrading to version 2.0.0.
* Warning! This new version is a complete upgrade and not compatible with the previous version 1. Please make sure you have securely stored your private keys before upgrading to version 2.0.0.

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 (Thu Nov 25 2021 08:17:27 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Mon Jan 03 2022 09:05:40 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 (Thu Nov 25 2021 08:17:27 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Mon Jan 03 2022 09:05:40 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 inc/hooks/PublicHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function woocommerce_order_set_to_processing($order_id) {
$this->mintProduct($product_id, $order_id, $api_key, $url);
} catch (\Exception $e) {
$recipient_address = get_post_meta($order_id, 'recipient_blockchain_address_' . $preparedNft->chain, true);
$this->resolveNftError($order_id, $e->getMessage(), $preparedNft, $recipient_address);
$this->resolveNftError($order_id, $e->getMessage(), $preparedNft->chain, $preparedNft, $recipient_address);
}
}
}
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.13
* Version: 2.0.14
* 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 ComposerAutoloaderInit9857ccf4df55a5683253a5783502201d::getLoader();
return ComposerAutoloaderInitcf2104ad6f067008878df4136d1b7fee::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 ComposerAutoloaderInit9857ccf4df55a5683253a5783502201d
class ComposerAutoloaderInitcf2104ad6f067008878df4136d1b7fee
{
private static $loader;

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

require __DIR__ . '/platform_check.php';

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

0 comments on commit 2df3ca3

Please sign in to comment.