## DePay Donations

The Wordpress Web3 Donation plugin allows you to accept cryptocurrency donations directly into your wallet.

![Wordpress Web3 Donations](/.wordpress-org/screenshot-1.gif)

### Demo

Visit our demo wordpress installation and scroll to the buttom to find the "Support Us" donation button:

https://web3wordpress.xyz/

### Installation

1. [Download the latest plugin](https://github.com/DePayFi/web3-wordpress-depay-donations/releases/latest/download/wp-depay-donations-plugin.zip) 

2. Install the the plugin from within your wordpress admin section: "Plugins" -> "Upload Plugin" -> Choose the plugin zip you've downloaded in step 1

### Release

In order to release the plugins simply push a git tag:

```
git tag v2.2.2
git push origin v2.2.2
```
