Changeset 2956181
- Timestamp:
- 08/21/2023 11:18:54 AM (3 years ago)
- Location:
- micropayments-paywall
- Files:
-
- 2 edited
- 9 copied
-
tags/3.0.1 (copied) (copied from micropayments-paywall/trunk)
-
tags/3.0.1/LICENSE (copied) (copied from micropayments-paywall/trunk/LICENSE)
-
tags/3.0.1/README.txt (copied) (copied from micropayments-paywall/trunk/README.txt) (5 diffs)
-
tags/3.0.1/assets (copied) (copied from micropayments-paywall/trunk/assets)
-
tags/3.0.1/assets/screenshot-2.png (copied) (copied from micropayments-paywall/trunk/assets/screenshot-2.png)
-
tags/3.0.1/assets/screenshot-3.png (copied) (copied from micropayments-paywall/trunk/assets/screenshot-3.png)
-
tags/3.0.1/assets/screenshot-4.png (copied) (copied from micropayments-paywall/trunk/assets/screenshot-4.png)
-
tags/3.0.1/assets/screenshot-5.png (copied) (copied from micropayments-paywall/trunk/assets/screenshot-5.png)
-
tags/3.0.1/micropaymentsPaywall.php (copied) (copied from micropayments-paywall/trunk/micropaymentsPaywall.php) (2 diffs)
-
trunk/README.txt (modified) (5 diffs)
-
trunk/micropaymentsPaywall.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
micropayments-paywall/tags/3.0.1/README.txt
r2956160 r2956181 2 2 Contributors: Trelis 3 3 Donate link: https://www.trelis.com 4 Tags: paywall, m icropayments, content, monetization, paid content, credit card, debit card, stripe4 Tags: paywall, membership, restricted-content, micropayments, credit card, debit card, stripe 5 5 Requires at least: 6.1 6 6 Tested up to: 6.3 7 Stable tag: 2.5.37 Stable tag: 3.0.1 8 8 Requires PHP: 7.4 9 License: Commercial, per WordPress install license. 9 License: GPL-3.0 10 License URI: http://www.gnu.org/licenses/gpl-3.0.txt 10 11 11 12 Paywall your posts with a micropayments paywall. … … 20 21 1. Activate the plugin. 21 22 1. Go to your WordPress dashboard and click on 'Paywall' on the left hand menu. 22 1. Configure at least one payment gateway. See more below on Trelis (digital wallet) and Stripe (card)..23 1. Configure at least one payment gateway. See more below on accepting USDC (via Trelis) and debit/credit card (via Stripe). 23 24 1. From "Posts" on the left hand menu, create or edit a post. Enable the paywall by checking the "Enable Paywall" box. 24 25 1. Set the price for the post in the "Product Price" field. … … 28 29 == Configuring Trelis Payment Gateway == 29 30 30 Trelis facilitates direct payments from a customer's wallet to yours, over the Polygon network.31 Trelis facilitates direct payments from a customer's wallet to yours, in USDC, over the Polygon network. 31 32 32 Trelis is in alpha and does not charge fees at present.You and your customers need a wallet to use Trelis. You can find a list of recommended wallets when you connect at Trelis.com .33 You and your customers need a wallet to use Trelis. You can find a list of recommended wallets when you connect at Trelis.com . 33 34 34 35 You can set the price of posts as low as you wish, e.g. $0.05 . … … 45 46 == Configuring Stripe Payment Gateway (Premium Plug-in Only)== 46 47 47 If you have a Stripe account, you can allow customers to pay you via card by purchasing the [Premium plugin](https:// micropayments-paywall.trelis.com/).48 If you have a Stripe account, you can allow customers to pay you via card by purchasing the [Premium plugin](https://buy.stripe.com/5kA9Bm5tPdmb4ow6oy). 48 49 49 50 Stripe fees typically include a flat fee (often 30c) plus a fixed percentage over 2.5%. In certain cases, you can request micropayment fee rates which allow for a lower fixed fee. … … 83 84 84 85 Trelis charges a 1% transaction fee on micropayments, billed monthly to the merchant. 85 Trelis does not charge for payments made via credit/debit card. Fees are managed by Stripe. 86 Trelis does not charge for payments made via credit/debit card. Fees are managed by Stripe. Upgrade to premium for $9.99 [here](https://buy.stripe.com/5kA9Bm5tPdmb4ow6oy). 86 87 87 88 == Screenshots == -
micropayments-paywall/tags/3.0.1/micropaymentsPaywall.php
r2956160 r2956181 12 12 * Plugin URI: https://docs.trelis.com/products/micropayments-paywall 13 13 * Description: Paywall your posts with a micropayments paywall... 14 * Version: 3.0. 014 * Version: 3.0.1 15 15 * Requires at least: 6.1 16 16 * Requires PHP: 7.4 … … 18 18 * Contributors: ronantrelis 19 19 * Author URI: https://www.Trelis.com 20 * License: Commercial, per WordPress install license. 20 * License: GPL-3.0 21 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 21 22 * Text Domain: micropayments-paywall 22 23 * Domain Path: /languages -
micropayments-paywall/trunk/README.txt
r2956160 r2956181 2 2 Contributors: Trelis 3 3 Donate link: https://www.trelis.com 4 Tags: paywall, m icropayments, content, monetization, paid content, credit card, debit card, stripe4 Tags: paywall, membership, restricted-content, micropayments, credit card, debit card, stripe 5 5 Requires at least: 6.1 6 6 Tested up to: 6.3 7 Stable tag: 2.5.37 Stable tag: 3.0.1 8 8 Requires PHP: 7.4 9 License: Commercial, per WordPress install license. 9 License: GPL-3.0 10 License URI: http://www.gnu.org/licenses/gpl-3.0.txt 10 11 11 12 Paywall your posts with a micropayments paywall. … … 20 21 1. Activate the plugin. 21 22 1. Go to your WordPress dashboard and click on 'Paywall' on the left hand menu. 22 1. Configure at least one payment gateway. See more below on Trelis (digital wallet) and Stripe (card)..23 1. Configure at least one payment gateway. See more below on accepting USDC (via Trelis) and debit/credit card (via Stripe). 23 24 1. From "Posts" on the left hand menu, create or edit a post. Enable the paywall by checking the "Enable Paywall" box. 24 25 1. Set the price for the post in the "Product Price" field. … … 28 29 == Configuring Trelis Payment Gateway == 29 30 30 Trelis facilitates direct payments from a customer's wallet to yours, over the Polygon network.31 Trelis facilitates direct payments from a customer's wallet to yours, in USDC, over the Polygon network. 31 32 32 Trelis is in alpha and does not charge fees at present.You and your customers need a wallet to use Trelis. You can find a list of recommended wallets when you connect at Trelis.com .33 You and your customers need a wallet to use Trelis. You can find a list of recommended wallets when you connect at Trelis.com . 33 34 34 35 You can set the price of posts as low as you wish, e.g. $0.05 . … … 45 46 == Configuring Stripe Payment Gateway (Premium Plug-in Only)== 46 47 47 If you have a Stripe account, you can allow customers to pay you via card by purchasing the [Premium plugin](https:// micropayments-paywall.trelis.com/).48 If you have a Stripe account, you can allow customers to pay you via card by purchasing the [Premium plugin](https://buy.stripe.com/5kA9Bm5tPdmb4ow6oy). 48 49 49 50 Stripe fees typically include a flat fee (often 30c) plus a fixed percentage over 2.5%. In certain cases, you can request micropayment fee rates which allow for a lower fixed fee. … … 83 84 84 85 Trelis charges a 1% transaction fee on micropayments, billed monthly to the merchant. 85 Trelis does not charge for payments made via credit/debit card. Fees are managed by Stripe. 86 Trelis does not charge for payments made via credit/debit card. Fees are managed by Stripe. Upgrade to premium for $9.99 [here](https://buy.stripe.com/5kA9Bm5tPdmb4ow6oy). 86 87 87 88 == Screenshots == -
micropayments-paywall/trunk/micropaymentsPaywall.php
r2956160 r2956181 12 12 * Plugin URI: https://docs.trelis.com/products/micropayments-paywall 13 13 * Description: Paywall your posts with a micropayments paywall... 14 * Version: 3.0. 014 * Version: 3.0.1 15 15 * Requires at least: 6.1 16 16 * Requires PHP: 7.4 … … 18 18 * Contributors: ronantrelis 19 19 * Author URI: https://www.Trelis.com 20 * License: Commercial, per WordPress install license. 20 * License: GPL-3.0 21 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 21 22 * Text Domain: micropayments-paywall 22 23 * Domain Path: /languages
Note: See TracChangeset
for help on using the changeset viewer.