Skip to content

Commit

Permalink
Update from 4043a3c
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Jan 4, 2022
1 parent 5940cbf commit eb77045
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 37 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: WordPress Plugin Deploy
on:
push:
tags:
- "*"
- "*"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -17,10 +17,10 @@ jobs:
name: Deploy to SVN
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: tatum
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: tatum
2 changes: 1 addition & 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.8.2
Stable tag: 2.0.15
Stable tag: 2.0.16
License: MIT
License URI: https://opensource.org/licenses/MIT

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 10:17:27 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Tue Jan 04 2022 09:07:36 GMT+0000 (Coordinated Universal Time)). */
return array(
'mobx' => '4.15.4',
'react' => '17.0.2',
Expand Down
4 changes: 2 additions & 2 deletions inc/base/others/cachebuster.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/* This file was automatically generated by the `grunt libs:cachebuster` command (Mon Jan 03 2022 10:17:27 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Tue Jan 04 2022 09:07:36 GMT+0000 (Coordinated Universal Time)). */
return array(
'src/public/dist/admin.js' => '8b4434a06c26f543c93c6cd61acbbdcb',
'src/public/dist/admin.js' => '8feb5d72f211e93b8dd66edbae18724d',
'src/public/dist/vendor-admin.js' => '544a5b292e9bff3de00321a3d11b0984',
'src/public/dist/vendor-widget.js' => '9e3cdc863b954ff97d9e44bdb8f0384a',
'src/public/dist/widget.js' => '55dc633ed835f64258416aab9b31c9dc',
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.15
* Version: 2.0.16
* Text Domain: tatum
* Domain Path: /languages
* License: MIT
Expand Down
2 changes: 1 addition & 1 deletion public/dist/admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/dist/admin.js.map

Large diffs are not rendered by default.

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 ComposerAutoloaderInit5bbb6cec10aa746f652cd466dc0b97d8::getLoader();
return ComposerAutoloaderInitf2f0d6b2bfa7eefefc955db05363d53a::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 ComposerAutoloaderInit5bbb6cec10aa746f652cd466dc0b97d8
class ComposerAutoloaderInitf2f0d6b2bfa7eefefc955db05363d53a
{
private static $loader;

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

require __DIR__ . '/platform_check.php';

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

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

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

0 comments on commit eb77045

Please sign in to comment.