Plugin Directory

Changeset 1948700


Ignore:
Timestamp:
09/28/2018 03:19:04 PM (8 years ago)
Author:
satoshipay
Message:

update to 1.3

Location:
satoshipay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • satoshipay/trunk/readme.txt

    r1948680 r1948700  
    55Requires at least: 4.4.5
    66Tested up to: 4.9.8
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88License: MIT
    99License URI: https://opensource.org/licenses/MIT
     
    8080== Changelog ==
    8181
    82 = 1.2 =
     82= 1.2 / 1.3 =
    8383* Added support to Donation.
    8484* Improved settings page.
  • satoshipay/trunk/satoshipay.php

    r1948680 r1948700  
    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 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.2
     14 * Version:           1.3
    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', '1.2');
     32define('SATOSHIPAY_VERSION', '1.3');
    3333
    3434// Plugin root file
Note: See TracChangeset for help on using the changeset viewer.