-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
103 additions
and
24 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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
name: Publish to WordPress.org | ||
|
||
on: | ||
workflow_run: | ||
workflows: | ||
- Create auto release | ||
types: | ||
- completed | ||
|
||
env: | ||
PLUGIN_SLUG: cryptopay-gateway-for-armember | ||
|
||
jobs: | ||
deploy_to_wp_org: | ||
permissions: write-all | ||
name: WordPress.org Plugin Deploy | ||
if: ${{ github.event.workflow_run.conclusion == 'success' }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@master | ||
|
||
- name: Get upload url & and release version | ||
id: get_release_info | ||
run: | | ||
latest_release=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ | ||
"https://api.github.com/repos/${{ github.repository }}/releases/latest") | ||
latest_release_id=$(echo "$latest_release" | jq -r '.id') | ||
latest_release_version=$(echo "$latest_release" | jq -r '.tag_name') | ||
upload_url=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ | ||
-H "Content-Type: application/json" \ | ||
"https://api.github.com/repos/${{ github.repository }}/releases/${latest_release_id}" | jq -r '.upload_url') | ||
echo "UPLOAD_URL=$upload_url" >> $GITHUB_ENV | ||
echo "RELEASE_ID=$latest_release_id" >> $GITHUB_ENV | ||
echo "RELEASE_VERSION=$latest_release_version" >> $GITHUB_ENV | ||
- name: Install Subversion (SVN) | ||
run: sudo apt-get update && sudo apt-get install -y subversion | ||
|
||
- name: WordPress Plugin Deploy | ||
id: deploy | ||
uses: 10up/action-wordpress-plugin-deploy@stable | ||
with: | ||
generate-zip: true | ||
env: | ||
SVN_PASSWORD: ${{ secrets.WORDPRESS_ORG_PASSWORD }} | ||
SVN_USERNAME: ${{ secrets.WORDPRESS_ORG_USERNAME }} | ||
SLUG: ${{ env.PLUGIN_SLUG }} | ||
VERSION: ${{ env.RELEASE_VERSION }} | ||
|
||
- name: Upload release asset | ||
uses: actions/upload-release-asset@v1 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ env.UPLOAD_URL }} | ||
asset_path: ${{ steps.deploy.outputs.zip-path }} | ||
asset_name: ${{ env.PLUGIN_SLUG }}.zip | ||
asset_content_type: application/zip |
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
## Cryptocurrency Payment Gateway for ARMember by CryptoPay | ||
## Cryptocurrency Payment Gateway Plugin for ARMember by CryptoPay | ||
|
||
First of all, we would like to point out that this plugin is not a standalone plugin. This plugin is a **<a href="https://beycanpress.com/cryptopay/?utm_source=github&utm_medium=cryptopay_arm">cryptocurrency payment gateway for ARMember</a>**. In other words, users who want to sell courses with cryptocurrency payments can use WordPress and ARMember. However, this plugin is a plugin for CryptoPay and a cryptocurrency payment gateway for ARMember. So it's actually CryptoPay, which is the main plugin that handles cryptocurrency payments for WordPress. Therefore, users must have both plugins. | ||
### What does this plugin do? | ||
|
||
Thanks to this plugin, you can receive **<a href="https://beycanpress.com/cryptopay/?utm_source=github&utm_medium=cryptopay_arm">cryptocurrency payments</a>** from many Blockchain networks, especially Bitcoin, Ethereum, Solana, and sell paid courses with cryptocurrencies on your WordPress site with the ARMember plugin. | ||
The blockchain and cryptocurrency ecosystem is expanding rapidly. Many entrepreneurs in this field build communities, offer educational content, and create platforms. If you've set up a membership platform using ARMember on WordPress and need a seamless way to accept crypto payments, you're in the right place. | ||
|
||
What is CryptoPay? (Click and watch video) | ||
With CryptoPay, you can integrate a commission-free, peer-to-peer cryptocurrency payment gateway into ARMember effortlessly. | ||
|
||
[](https://www.youtube.com/watch?v=3vaoFL4XG10) | ||
<br> | ||
### How does it work? | ||
|
||
Review CryptoPay Lite: **<a href="https://wordpress.org/plugins/cryptopay-wc-lite/">Cryptocurrency payment gateway for ARMember</a>** | ||
To use this plugin, you need to have either the Lite or Premium version of CryptoPay, as it functions as an integration module. Additionally, ARMember must be installed on your WordPress site. Once CryptoPay is activated, navigate to the payment settings in ARMember and add CryptoPay as a payment method. | ||
|
||
Review CryptoPay Premium: **<a href="https://beycanpress.com/cryptopay/?utm_source=github&utm_medium=cryptopay_arm">Cryptocurrency payments for WooCommerce</a>** | ||
As shown in the images below, you can start accepting cryptocurrency payments directly through ARMember with ease. | ||
|
||
Review ARMember: **<a href="https://wordpress.org/plugins/armember-membership/">ARMember</a>** | ||
|
||
See **<a href="https://cryptopay.beycanpress.net/" target="_blank">Demo</a>** | ||
|
||
Bitcoin, Ethereum, Binance, Solana, Tron, Avalanche, Polygon, MetaMask, TrustWallet, WalletConnect, Phantom Cryptocurrency payments gateway plugin for WordPress & WooCommerce, cryptocurrency wordpress, cryptocurrency woocommerce, cryptocurrency payments, cryptocurrency payments gateway, cryptocurrency payments for woocommerce, cryptocurrency payments for wordpress, bitcoin payment for wordpress, woocommerce crypto payments, wordpress crypto payments, wordPress cryptocurrency payment plugin, woocommerce cryptocurrency payment gateway, cryptocurrency payment gateway for woocommerce, crypto payments woocommerce, accept cryptocurrency payments | ||
 | ||
 | ||
 |
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