Skip to content

Commit

Permalink
Update from 8be6175
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Apr 14, 2022
1 parent 61f4f5c commit 29be517
Show file tree
Hide file tree
Showing 20 changed files with 48 additions and 44 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: nft, erc721, ethereum, celo, bsc, polygon, harmony, mint, tatum, blockchai
Requires at least: 5.5
Requires PHP: 7.0
Tested up to: 5.8.2
Stable tag: 2.0.27
Stable tag: 2.0.28
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -202,6 +202,9 @@ Changed author of the plugin
= 2.0.27 =
Added support for Testnet & detailed info about minted NFTs & more validation messages

= 2.0.28 =
Fixed API key submit validation

== 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 (Thu Apr 14 2022 08:14:54 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Thu Apr 14 2022 09:09:53 GMT+0000 (Coordinated Universal Time)). */
return array(
'mobx' => '4.15.4',
'react' => '17.0.2',
Expand Down
10 changes: 5 additions & 5 deletions inc/base/others/cachebuster.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/* This file was automatically generated by the `grunt libs:cachebuster` command (Thu Apr 14 2022 08:14:54 GMT+0000 (Coordinated Universal Time)). */
/* This file was automatically generated by the `grunt libs:cachebuster` command (Thu Apr 14 2022 09:09:53 GMT+0000 (Coordinated Universal Time)). */
return array(
'src/public/dist/admin.js' => '19a243ee5414970482df596da246de5f',
'src/public/dist/vendor-admin.js' => '1d8711836e662add70c241a66b5ca4eb',
'src/public/dist/vendor-widget.js' => '2c740602b5d0339869ae715be7e7ba24',
'src/public/dist/widget.js' => '53e81a4c3bee3931547b2283da962846',
'src/public/dist/admin.js' => '6a83f9d51144ea6281f9d86d7bb8d70c',
'src/public/dist/vendor-admin.js' => '88674945a6b37489c984c3de1eaeb815',
'src/public/dist/vendor-widget.js' => '357c2c2cda20d8b1dfd3fa9a4f4a91d2',
'src/public/dist/widget.js' => 'fb924215ff42f60dd90fad293bb14d9e',
'src/public/dist/admin.css' => '171a52746ca0ae79e591dd7535306dc5',
'src/public/dist/widget.css' => '1479e83e34ea80c5596ab0fa32dfa6e5',
);
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: Lukas Kotol
* Author URI: https://t.me/LukasKotol
* Version: 2.0.27
* Version: 2.0.28
* 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.

6 changes: 3 additions & 3 deletions public/dist/vendor-admin.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/dist/vendor-widget.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 ComposerAutoloaderInit7659330c1dc2966e52345bfb2d0a411f::getLoader();
return ComposerAutoloaderInit4dc2469ac76a38dab8dea4c44690b80a::getLoader();
Loading

0 comments on commit 29be517

Please sign in to comment.