Changeset 2954498
- Timestamp:
- 08/16/2023 03:17:26 PM (3 years ago)
- Location:
- micropayments-paywall
- Files:
-
- 10 added
- 2 edited
-
assets/banner-772x250.png (added)
-
assets/css (added)
-
assets/css/menu-styles.css (added)
-
assets/css/paywall-style.css (added)
-
assets/icon-256x256.png (added)
-
assets/menu-icon.png (added)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
trunk/README.txt (modified) (5 diffs)
-
trunk/micropaymentsPaywall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
micropayments-paywall/trunk/README.txt
r2954492 r2954498 5 5 Requires at least: 6.1 6 6 Tested up to: 6.3 7 Stable tag: 2.5. 07 Stable tag: 2.5.1 8 8 Requires PHP: 7.4 9 9 License: GPL-3.0 … … 36 36 37 37 To configure Trelis within WordPress -> Settings -> Micropayments Paywall Settings: 38 38 39 1. Copy the Trelis Webhook URL. 39 40 1. Navigate to [Trelis.com](Trelis.com) and connect your wallet. This wallet will receive payments. If you don't have a wallet you can create one by clicking 'Connect' on the home page. … … 52 53 53 54 To configure Stripe within Micropayments Paywall Settings (accessible via "Paywall" on your WordPress dashboard): 55 54 56 1. Copy the Stripe Webhook URL. 55 57 1. Navigate to [Stripe.com](Stripe.com) and log into your account. This account will receive payments. … … 80 82 == Screenshots == 81 83 82 Adding api keys.83 Enabling the paywall and setting the price for a post.84 Paywall displayed on a post.85 Paying for access.84 1. Adding api keys. 85 2. Enabling the paywall and setting the price for a post. 86 3. Paywall displayed on a post. 87 4. Paying for access. 86 88 87 89 == Changelog == … … 90 92 91 93 None. 94 95 = 2.5 = 96 97 Cosmetic fixes 98 99 = 2.4.1 = 100 101 Release on WordPress.org 92 102 93 103 = 2.2.2 = -
micropayments-paywall/trunk/micropaymentsPaywall.php
r2954492 r2954498 12 12 * Plugin URI: https://docs.trelis.com/products/micropayments-paywall 13 13 * Description: Paywall your posts with a micropayments paywall... 14 * Version: 2.5. 014 * Version: 2.5.1 15 15 * Requires at least: 6.1 16 16 * Requires PHP: 7.4
Note: See TracChangeset
for help on using the changeset viewer.