Plugin Directory

Changeset 1286210


Ignore:
Timestamp:
11/14/2015 01:39:02 PM (10 years ago)
Author:
satoshipay
Message:

update to 0.5.1

Location:
satoshipay/trunk
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • satoshipay/trunk/readme.txt

    r1286031 r1286210  
    22
    33Contributors: satoshipay
    4 Tags: micropayments, bitcoin, paywall, paid content, payment, satoshipay, nanopayments
     4Tags: micropayments, bitcoin, paywall, paid content, payment, satoshipay, nanopayments, widget
    55Requires at least: 4.0
    66Tested up to: 4.3.1
    7 Stable tag: trunk
     7Stable tag: 0.5.1
    88License: GPL2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Integrates SatoshiPay into WordPress. SatoshiPay allows you to monetize content using bitcoin nanopayments, even setting prices of 1c or less per post are possible.
     11Adds SatoshiPay to your site, allowing you to monetize bits of content using bitcoin nanopayments of down to 1c or less.
     12
     13== Description ==
     14
     15SatoshiPay is a cross-website, 0-click content payment mechanism based on the popular cryptocurrency bitcoin. To use SatoshiPay your readers don't need to sign up or download any additional software. If they come to your site with a pre-filled wallet, they will be able to pay for your content with just a single click, or if they have set their SatoshiPay wallet to allow automatic payments they won't have to click at all. Automagically make an income with your content! :)
     16
     17As a publisher you only need to install the plugin, get SatoshiPay API credentials (see note below), create a bitcoin wallet for your earnings and you are ready to go.
     18
     19Note: We are currently invite-only for publishers, but will open to all publishers soon. Email us at hello@satoshipay.io to get early access or sign up at https://satoshipay.io/#beta to be notified once we launch publicly.
    1220
    1321== Installation ==
     
    1725* Select SatoshiPay from the left-hand admin menu and add SatoshiPay API credentials (see note below).
    1826
    19 Note: We are currently invite only. Email us at hello@satoshipay.io to get early access API credentials or sign up at https://satoshipay.io/#beta to be notified once we launch publicly.
     27Note: We are currently invite-only for publishers, but will open to all publishers soon. Email us at hello@satoshipay.io to get early access or sign up at https://satoshipay.io/#beta to be notified once we launch publicly.
     28
     29== Screenshots ==
     30
     311. Editing and pricing a post.
     322. Post with masked text, price tag and SatoshiPay widget.
     333. Opened SatoshiPay widget.
     344. Bitcoin top-up dialog.
     355. Post after payment.
     366. SatoshiPay settings.
    2037
    2138== Changelog ==
     39
     40= 0.5.1 =
     41
     42* Added screenshots.
     43* Added more detailed plugin description.
     44* Added plugin directory icon and banner.
    2245
    2346= 0.5.0 =
  • satoshipay/trunk/satoshipay.php

    r1286031 r1286210  
    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.0
     14 * Version:           0.5.1
    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.0');
     32define('SATOSHIPAY_VERSION', '0.5.1');
    3333
    3434// Load configuration, silently ignore missing config.php
Note: See TracChangeset for help on using the changeset viewer.