diff --git a/.gitignore b/.gitignore index c2304d0..6905a43 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /dexkit-nft/build +/dexkit-aggregator/build diff --git a/README.md b/README.md index 944ddf6..c661586 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ DexKit offers whitelabel functionality being the current available: # How to install Aggregator plugin at Wordpress -- Download [Plugin](dexkit-agg.zip) +- Download [Plugin](dexkit-aggregator.zip) - Follow the [GUIDE](dexkit-aggregator/docs/INSTALL_AGGREGATOR.md) diff --git a/dexkit-aggregator.zip b/dexkit-aggregator.zip index 4ccb25d..d823cf2 100644 Binary files a/dexkit-aggregator.zip and b/dexkit-aggregator.zip differ diff --git a/dexkit-aggregator/README.md b/dexkit-aggregator/README.md index 1357adc..d0111e4 100644 --- a/dexkit-aggregator/README.md +++ b/dexkit-aggregator/README.md @@ -1,8 +1,7 @@ -# DexKit Wordpress Plugins +# DexKit Aggregator Plugin -## Current Plugin Version: 0.2.0 ## +## Current Plugin Version: 0.1.0 ## -## This feature is still under high development DexKit offers whitelabel functionality being the current available: @@ -11,69 +10,21 @@ DexKit offers whitelabel functionality being the current available: # How to install Aggregator plugin at Wordpress -- Download [Plugin](dexkit-agg.zip) - -- Follow the [GUIDE](INSTALL_AGGREGATOR.md) - -# How to install NFT Marketplace plugin at Wordpress - -- Download [Plugin](dexkit-nft.zip) - -- Follow the [GUIDE](INSTALL_MARKETPLACE_NFT.md) - -# NFT Marketplace - -This NFT marketplace has the follow features: - -- Display NFT's related to selected collection -- Display Detail of NFT -- Display Associated Artist, all your cards using your artist address are showed first to users -- Branding costumization using DexKit Dashboard -- Coins costumization -- Easy share and open on OpenSea -- Uses ZRX v3 orders - -## Additional Planned Features - -- Integrate Open Sea orderbook [ ] -- Integrate NFT Transfers [ ] - - +- Download [Plugin](../dexkit-aggregator.zip) +- Follow the [GUIDE](docs/INSTALL_AGGREGATOR.md) # Found a BUG or want a FEATURE that not exists ? -- Please open an issue on this repository - - -# NFT Marketplace - -This NFT marketplace has the follow features: - -- Display NFT's related to selected collection -- Display Detail of NFT -- Display Associated Artist, all your cards using your artist address are showed first to users -- Branding costumization using DexKit Dashboard -- Coins costumization -- Easy share and open on OpenSea -- Uses ZRX v3 orders +- Please open an issue on this [repository](https://github.com/DexKit/wordpress) -## Additional Planned Features -- Integrate Open Sea orderbook [ ] -- Integrate NFT Transfers [ ] -# Found a BUG or want a FEATURE that not exists ? - -- Please open an issue on this repository - - - # Changelog [NFT Changelog](NFT_CHANGELOG.md) \ No newline at end of file diff --git a/dexkit-aggregator/dexkit-aggregator.php b/dexkit-aggregator/dexkit-aggregator.php index eded992..274ffca 100644 --- a/dexkit-aggregator/dexkit-aggregator.php +++ b/dexkit-aggregator/dexkit-aggregator.php @@ -7,7 +7,6 @@ * Text Domain: dexkit-aggregator * Domain Path: /languages * Version: 0.1.0 - * * @package Dexkit-Aggregator */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/dexkit-aggregator/docs/INSTALL_AGGREGATOR.md b/dexkit-aggregator/docs/INSTALL_AGGREGATOR.md index b40df2b..855b294 100644 --- a/dexkit-aggregator/docs/INSTALL_AGGREGATOR.md +++ b/dexkit-aggregator/docs/INSTALL_AGGREGATOR.md @@ -1,5 +1,8 @@ # How to Install Aggregator Plugin +[PLUGIN FILE](../../dexkit-aggregator.zip) + + 1. Follow these instructions to increase the upload limit of your wordpress site: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-link-you-followed-has-expired-error-in-wordpress/ @@ -15,7 +18,7 @@ https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-link-you-followed-has-exp ![Choose File](images/install-aggregator/install-agg-3.png "Choose File") -5. After selecting the Dexkit plugin file (dexkit-aggregator.zip) +5. After selecting the [Dexkit plugin file](../../dexkit-aggregator.zip) Click "Install Now" ![Install Now](images/install-aggregator/install-agg-4.png "Install Now") diff --git a/dexkit-nft/docs/INSTALL_MARKETPLACE_NFT.md b/dexkit-nft/docs/INSTALL_MARKETPLACE_NFT.md index b1f00ca..5d0750d 100644 --- a/dexkit-nft/docs/INSTALL_MARKETPLACE_NFT.md +++ b/dexkit-nft/docs/INSTALL_MARKETPLACE_NFT.md @@ -1,5 +1,7 @@ # How to Install NFT Marketplace Plugin +[PLUGIN FILE](../../dexkit-nft.zip) + 1. Follow these instructions to increase the upload limit of your wordpress site: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-link-you-followed-has-expired-error-in-wordpress/