From d2e4c47a3ad986fb4bd6eac2b7a96a4cc35e59a4 Mon Sep 17 00:00:00 2001 From: Hathoriel Date: Fri, 20 Aug 2021 10:37:39 +0200 Subject: [PATCH] Update to 1.0.5 --- README.txt | 5 ++++- tatum.php | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 362766ef..918592d2 100644 --- a/README.txt +++ b/README.txt @@ -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.7.1 -Stable tag: 1.0.3 +Stable tag: 1.0.5 License: MIT License URI: https://opensource.org/licenses/MIT @@ -85,6 +85,9 @@ In the Metadata there should be some info about minted Token or link to web page = 1.0.3 = * Fixed deploy NFT minor bug += 1.0.5 = +* Fixed minor bugs + == Upgrade Notice == = 1.0.0 = diff --git a/tatum.php b/tatum.php index f2b1d7d1..346ed0eb 100644 --- a/tatum.php +++ b/tatum.php @@ -4,7 +4,7 @@ * Plugin Name: Tatum * Plugin URI: https://tatum.io/ * Description: Tatum is a free easiest and fastest plugin to work with NFTs without any expertise in blockchain field. - * Version: 1.0.3 + * Version: 1.0.4 * Author: Lukas Kotol * Author URI: https://github.com/Hathoriel * License: MIT @@ -23,7 +23,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define('TATUM_VERSION', '1.0.3'); +define('TATUM_VERSION', '1.0.5'); /** * The code that runs during plugin activation. * This action is documented in includes/class-tatum-activator.php