[BREAKGLASS] A BTCPay Server integration for the WordPress GiveWP plugin that allows you to collect donations.
Go to file
ndeet 909397101f
Some checks failed
Build and deploy to WordPress.org / New release (release) Has been cancelled
Bump versions.
2025-05-27 16:02:09 +02:00
.github/workflows Fix slug. 2025-05-27 15:32:59 +02:00
.wordpress-org Adding banner, screenshots and preparing for official release on WordPress plugin directory. 2025-05-27 15:22:15 +02:00
assets/js Initial working version. 2025-04-01 18:03:23 +02:00
languages Adding translations file. 2025-04-08 11:20:08 +02:00
src More sanitization, update min versions. 2025-05-26 08:58:58 +02:00
.distignore Remove composer.json from ignore as it should now be included according to new guidelines for WP. 2025-04-08 11:20:52 +02:00
.gitignore Initial working version. 2025-04-01 18:03:23 +02:00
btcpay-for-givewp.php Bump versions. 2025-05-27 16:02:09 +02:00
composer.json Add missing btcpay library dependency. 2025-05-27 16:00:19 +02:00
license.txt Initial working version. 2025-04-01 18:03:23 +02:00
README.md Adding readme.txt infos, readme, wordpress-org images (WIP), github workflow. 2025-04-01 22:41:42 +02:00
readme.txt Bump versions. 2025-05-27 16:02:09 +02:00

BTCPay for GiveWP

For a detailed feature overview and description go to the official WordPress plugin page: https://wordpress.org/plugins/btcpay-for-givewp/ or readme.txt in this diretory.

This readme is mostly about plugin development on the main repo on GitHub.

Todo for new features or known issues

Check the issues on the repo here: https://github.com/btcpayserver/givewp/issues

Development

git clone git@github.com:btcpayserver/givewp.git

Install dependencies with Composer:

composer install

Contributing

Feel free to open an issue to discuss a feature or provide a PR for any improvements or if you want to tackle a feature listed in the issues.