Changeset 1311757
- Timestamp:
- 12/18/2015 03:44:41 PM (10 years ago)
- Location:
- satoshipay
- Files:
-
- 2 edited
-
tags/0.5.2/satoshipay.php (modified) (2 diffs)
-
trunk/satoshipay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
satoshipay/tags/0.5.2/satoshipay.php
r1311736 r1311757 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 Content" in SatoshiPay meta box, 5) set a price, 6) publish and view post. The SatoshiPay widget will appear and allow you to pay for the post. 14 * Version: 0.5. 114 * Version: 0.5.2 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', '0.5. 1');32 define('SATOSHIPAY_VERSION', '0.5.2'); 33 33 34 34 // Load configuration, silently ignore missing config.php -
satoshipay/trunk/satoshipay.php
r1286210 r1311757 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 Content" in SatoshiPay meta box, 5) set a price, 6) publish and view post. The SatoshiPay widget will appear and allow you to pay for the post. 14 * Version: 0.5. 114 * Version: 0.5.2 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', '0.5. 1');32 define('SATOSHIPAY_VERSION', '0.5.2'); 33 33 34 34 // Load configuration, silently ignore missing config.php
Note: See TracChangeset
for help on using the changeset viewer.