Changeset 1948700
- Timestamp:
- 09/28/2018 03:19:04 PM (8 years ago)
- Location:
- satoshipay/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
satoshipay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
satoshipay/trunk/readme.txt
r1948680 r1948700 5 5 Requires at least: 4.4.5 6 6 Tested up to: 4.9.8 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 License: MIT 9 9 License URI: https://opensource.org/licenses/MIT … … 80 80 == Changelog == 81 81 82 = 1.2 =82 = 1.2 / 1.3 = 83 83 * Added support to Donation. 84 84 * Improved settings page. -
satoshipay/trunk/satoshipay.php
r1948680 r1948700 12 12 * Plugin URI: https://wordpress.org/plugins/satoshipay/ 13 13 * Description: Integrates SatoshiPay into WordPress. Quick start: 1) Select SatoshiPay from the left-hand admin menu, 2) add SatoshiPay API credentials, 3) edit a post, 4) activate "Paid Post" in SatoshiPay meta box, 5) set a price, 6) publish and view post. The SatoshiPay widget will appear and allow readers to pay for the post. 14 * Version: 1. 214 * Version: 1.3 15 15 * Author: SatoshiPay 16 16 * Author URI: https://satoshipay.io … … 30 30 // Plugin version, used in user-agent string for API calls; keep in sync with 31 31 // version in plugin description above! 32 define('SATOSHIPAY_VERSION', '1. 2');32 define('SATOSHIPAY_VERSION', '1.3'); 33 33 34 34 // Plugin root file
Note: See TracChangeset
for help on using the changeset viewer.