Skip to content

Commit aee038d

Browse files
committed
Update from 92e17e5
1 parent 2a69aa8 commit aee038d

14 files changed

Lines changed: 34 additions & 30 deletions

File tree

README.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ Removed open sea link and changed eth testnet link to sepolia
214214
= 2.0.32 =
215215
Added user agent header
216216

217+
= 2.0.35 =
218+
Added user agent header - edit
219+
217220
== Upgrade Notice ==
218221

219222
= 1.0.0 =

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 (Wed Jan 11 2023 11:48:00 GMT+0000 (Coordinated Universal Time)). */
2+
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Jan 11 2023 12:02:07 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 (Wed Jan 11 2023 11:48:00 GMT+0000 (Coordinated Universal Time)). */
2+
/* This file was automatically generated by the `grunt libs:cachebuster` command (Wed Jan 11 2023 12:02:07 GMT+0000 (Coordinated Universal Time)). */
33
return array(
44
'src/public/dist/admin.js' => '210334e00f56b2cb281ddf3eec8c4bf3',
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.32
11+
* Version: 2.0.35
1212
* Text Domain: tatum
1313
* Domain Path: /languages
1414
* License: MIT

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 ComposerAutoloaderInit8ef7f385c30294367f9ad1f70ec54df6::getLoader();
7+
return ComposerAutoloaderInit357bb21a33824b520de42571b030336c::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 ComposerAutoloaderInit8ef7f385c30294367f9ad1f70ec54df6
5+
class ComposerAutoloaderInit357bb21a33824b520de42571b030336c
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('ComposerAutoloaderInit8ef7f385c30294367f9ad1f70ec54df6', 'loadClassLoader'), true, true);
25+
spl_autoload_register(array('ComposerAutoloaderInit357bb21a33824b520de42571b030336c', 'loadClassLoader'), true, true);
2626
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27-
spl_autoload_unregister(array('ComposerAutoloaderInit8ef7f385c30294367f9ad1f70ec54df6', 'loadClassLoader'));
27+
spl_autoload_unregister(array('ComposerAutoloaderInit357bb21a33824b520de42571b030336c', '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\ComposerStaticInit8ef7f385c30294367f9ad1f70ec54df6::getInitializer($loader));
33+
call_user_func(\Composer\Autoload\ComposerStaticInit357bb21a33824b520de42571b030336c::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 ComposerStaticInit8ef7f385c30294367f9ad1f70ec54df6
7+
class ComposerStaticInit357bb21a33824b520de42571b030336c
88
{
99
public static $prefixLengthsPsr4 = array (
1010
'k' =>
@@ -89,9 +89,9 @@ class ComposerStaticInit8ef7f385c30294367f9ad1f70ec54df6
8989
public static function getInitializer(ClassLoader $loader)
9090
{
9191
return \Closure::bind(function () use ($loader) {
92-
$loader->prefixLengthsPsr4 = ComposerStaticInit8ef7f385c30294367f9ad1f70ec54df6::$prefixLengthsPsr4;
93-
$loader->prefixDirsPsr4 = ComposerStaticInit8ef7f385c30294367f9ad1f70ec54df6::$prefixDirsPsr4;
94-
$loader->classMap = ComposerStaticInit8ef7f385c30294367f9ad1f70ec54df6::$classMap;
92+
$loader->prefixLengthsPsr4 = ComposerStaticInit357bb21a33824b520de42571b030336c::$prefixLengthsPsr4;
93+
$loader->prefixDirsPsr4 = ComposerStaticInit357bb21a33824b520de42571b030336c::$prefixDirsPsr4;
94+
$loader->classMap = ComposerStaticInit357bb21a33824b520de42571b030336c::$classMap;
9595

9696
}, null, ClassLoader::class);
9797
}

vendor/tatum/nft-maker/src/Connectors/TatumConnector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public static function getBaseUrl() {
7979
}
8080

8181
private function headers(): array {
82+
8283
return array('Accept' => 'application/json', 'Content-Type' => 'application/json', 'x-api-key' => $this->apiKey, 'User-Agent' => 'Tatum_WordPress_NftMaker/'.TATUM_VERSION);
8384
}
8485

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 ComposerAutoloaderInit0576fde27c072afb3329a696fc17ee93::getLoader();
7+
return ComposerAutoloaderInit61519e08d59e834e33f386d4b339ae1b::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 ComposerAutoloaderInit0576fde27c072afb3329a696fc17ee93
5+
class ComposerAutoloaderInit61519e08d59e834e33f386d4b339ae1b
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('ComposerAutoloaderInit0576fde27c072afb3329a696fc17ee93', 'loadClassLoader'), true, true);
25+
spl_autoload_register(array('ComposerAutoloaderInit61519e08d59e834e33f386d4b339ae1b', 'loadClassLoader'), true, true);
2626
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27-
spl_autoload_unregister(array('ComposerAutoloaderInit0576fde27c072afb3329a696fc17ee93', 'loadClassLoader'));
27+
spl_autoload_unregister(array('ComposerAutoloaderInit61519e08d59e834e33f386d4b339ae1b', '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\ComposerStaticInit0576fde27c072afb3329a696fc17ee93::getInitializer($loader));
33+
call_user_func(\Composer\Autoload\ComposerStaticInit61519e08d59e834e33f386d4b339ae1b::getInitializer($loader));
3434
} else {
3535
$classMap = require __DIR__ . '/autoload_classmap.php';
3636
if ($classMap) {

0 commit comments

Comments
 (0)