Plugin Directory

Changeset 1311757


Ignore:
Timestamp:
12/18/2015 03:44:41 PM (10 years ago)
Author:
satoshipay
Message:

more version bumps

Location:
satoshipay
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • satoshipay/tags/0.5.2/satoshipay.php

    r1311736 r1311757  
    1212 * Plugin URI:        https://wordpress.org/plugins/satoshipay/
    1313 * 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.1
     14 * Version:           0.5.2
    1515 * Author:            SatoshiPay
    1616 * Author URI:        https://satoshipay.io
     
    3030// Plugin version, used in user-agent string for API calls; keep in sync with
    3131// version in plugin description above!
    32 define('SATOSHIPAY_VERSION', '0.5.1');
     32define('SATOSHIPAY_VERSION', '0.5.2');
    3333
    3434// Load configuration, silently ignore missing config.php
  • satoshipay/trunk/satoshipay.php

    r1286210 r1311757  
    1212 * Plugin URI:        https://wordpress.org/plugins/satoshipay/
    1313 * 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.1
     14 * Version:           0.5.2
    1515 * Author:            SatoshiPay
    1616 * Author URI:        https://satoshipay.io
     
    3030// Plugin version, used in user-agent string for API calls; keep in sync with
    3131// version in plugin description above!
    32 define('SATOSHIPAY_VERSION', '0.5.1');
     32define('SATOSHIPAY_VERSION', '0.5.2');
    3333
    3434// Load configuration, silently ignore missing config.php
Note: See TracChangeset for help on using the changeset viewer.