Skip to content

Commit

Permalink
Merge commit 'cf34ba8c40dcadcdec026340e67a66cf0912e460'
Browse files Browse the repository at this point in the history
# Conflicts:
#	NFT_UnitySDK/Packages/com.nftport.nftport/Editor/Resources/c_UPDATEtmint.psd
#	NFT_UnitySDK/Packages/com.nftport.nftport/Editor/Resources/c_product_update.psd
#	NFT_UnitySDK/Packages/com.nftport.nftport/Runtime/Internal/PortConstants.cs
  • Loading branch information
saszer committed Sep 2, 2022
2 parents 6eb9bd5 + f60bbaf commit f36e115
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.0](https://github.com/nftport/nftport-unity/compare/v0.6.0...v0.7.0) (2022-08-30)


### Features

* New Feature - Update NFT / Dynamic NFTs. Useful in making evolutionary NFTs/ -Game NFT Assets like characters, fusions, evolutions - pokemons, potions, game character utilities etc. ([c6cf6da](https://github.com/nftport/nftport-unity/commit/c6cf6da399ecca00070da4b906ce387df0867961))

## [0.6.0](https://github.com/nftport/nftport-unity/compare/v0.5.1...v0.6.0) (2022-08-19)


Expand Down Expand Up @@ -149,4 +156,4 @@ Provides starter pack for NFTPort API endpoints in Unity3D. Early release.
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

-----
*NFTPort.xyz*
*NFTPort.xyz*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Deploy fully customizable NFTs and contracts with industry standards - decentral
| | | | |
| Deploy a contract for NFT products | 🧭 planned | [via API](https://docs.nftport.xyz/docs/nftport/b3A6MjE0MDYzNzU-deploy-a-contract-for-nft-products) | [via API](https://docs.nftport.xyz/docs/nftport/b3A6MjE0MDYzNzU-deploy-a-contract-for-nft-products) | 🧭 planned
| [Customizable minting : Mint NFTs of your contract to any wallet](https://docs.nftport.xyz/docs/nftport/ZG9jOjYzMDIzNDgx-customizable-minting) | 🧭 planned | ✅ | ✅ | 🧭 planned
| Update a minted NFT / Dynamic NFTs | 🧭 planned | 🧭 planned | 🧭 planned | 🧭 planned
| [Update a minted NFT / Dynamic NFTs](https://docs.nftport.xyz/docs/nftport/ZG9jOjg2MTE3MTg4-customizable-minted-update-nft) | 🧭 planned | | ✅ | 🧭 planned
| Burn a minted NFT | 🔧 in consideration | 🧭 planned | 🧭 planned | 🔧 in consideration


Expand Down
3 changes: 1 addition & 2 deletions Runtime/Internal/PortConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ public static class PortConstants
public const string Docs_Txns_Account = "https://docs.nftport.xyz/docs/nftport/ZG9jOjY1MjQwMTAw-transaction-data-account";
public const string Docs_Txns_NFT = "https://docs.nftport.xyz/docs/nftport/ZG9jOjgzODU5NDUy-transaction-data-nft";
public const string Txn_Collection = "https://docs.nftport.xyz/docs/nftport/ZG9jOjgzODU5NDUx-transaction-data-collection-contract";

public const string Docs_Update_NFT = "https://docs.nftport.xyz/docs/nftport/ZG9jOjYzMDIzNDgx-customizable-minting";
public const string Docs_Update_NFT = "https://docs.nftport.xyz/docs/nftport/ZG9jOjg2MTE3MTg4-customizable-minted-update-nft";


public const string DiscordInvite = "https://discord.gg/w92sXkNmBR";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.nftport.nftport",
"displayName": "NFTPort",
"version": "0.6.0",
"version": "0.7.0",
"description": "NFTPort.xyz unity extension provides tools and features to integrate NFT's crosschain at lightning speed in Unity.\n\n https://github.com/nftport/nftport-unity.git",
"type": "tool",
"homepage": "https://www.nftport.xyz/",
Expand Down

0 comments on commit f36e115

Please sign in to comment.