-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v3.0.0: merges donation + payment plugin into one: DePay for Wordpress
- Loading branch information
Showing
38 changed files
with
457 additions
and
365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# These are supported funding model platforms | ||
|
||
custom: https://tip.depay.com/6KFBECVsokSt0UKOAug8CI | ||
custom: https://link.depay.com/6KFBECVsokSt0UKOAug8CI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
/node_modules | ||
# ignore everything in the root except the "wp-content" directory. | ||
!wp-content/ | ||
|
||
# ignore everything in the "wp-content" directory, except: | ||
# "mu-plugins", "plugins", "themes" directory | ||
wp-content/* | ||
!wp-content/mu-plugins/ | ||
!wp-content/plugins/ | ||
!wp-content/themes/ | ||
|
||
# ignore these plugins | ||
wp-content/plugins/hello.php | ||
|
||
# ignore specific themes | ||
wp-content/themes/twenty*/ | ||
|
||
# ignore node dependency directories | ||
node_modules/ | ||
|
||
# ignore log files and databases | ||
*.log | ||
*.sql | ||
*.sqlite | ||
|
||
phpcs-report.txt | ||
lint/vendor |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,29 @@ | ||
## DePay Payments | ||
## DePay for Wordpress | ||
|
||
The Wordpress Web3 Payments plugin allows you to accept cryptocurrency payments directly into your wallet. | ||
The Wordpress Web3 Payments plugin allows you to accept web3 crypto payments directly into your wallet. | ||
|
||
![Wordpress Web3 Payments](/.wordpress-org/screenshot-1.gif) | ||
![Wordpress Web3 Payments](/.wordpress-org/screenshot-1.jpg) | ||
|
||
### Demo | ||
|
||
Visit our demo wordpress installation and scroll to the buttom to find the "Pay" button: | ||
|
||
https://web3wordpress.xyz/ | ||
|
||
### Installation | ||
|
||
1. [Download the latest plugin](https://github.com/DePayFi/web3-wordpress-depay-payments/releases/latest/download/wp-depay-payments-plugin.zip) | ||
1. [Download the latest plugin](https://github.com/DePayFi/web3-payments-depay/releases/latest/download/wp-depay-payments-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 | ||
## Development | ||
|
||
In order to release the plugins simply push a git tag: | ||
### Update Version | ||
|
||
``` | ||
git commit | ||
yarn update:version | ||
``` | ||
|
||
### Release | ||
|
||
``` | ||
git push | ||
git tag v2.5.1 | ||
git push origin v2.5.1 | ||
yarn release | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.