Plugin Directory

Changeset 1537414


Ignore:
Timestamp:
11/21/2016 10:29:30 AM (9 years ago)
Author:
scor2k
Message:

Version 0.1.8 with SSL support

Location:
nxtbridge
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • nxtbridge/tags/0.1.8/nxtbridge.php

    r1537324 r1537414  
    44  Plugin Name: NXTBridge
    55  Plugin URI: http://nxter.org/nxtbridge
    6   Version: 0.1.7
     6  Version: 0.1.8
    77  Author: scor2k
    88  Description: Show Nxt asset information on your Wordpress sites.
     
    1111*/
    1212
    13 $api = '//api.nxtex.info:8080/v1';
     13$api = '//api.nxtex.info/v1';
    1414
    1515//$api = '//a.ubuntu.local:8080/v1';
  • nxtbridge/tags/0.1.8/readme.txt

    r1537324 r1537414  
    6969
    7070== Changelog ==
     71= 0.1.8 =
     72* Replace API address. Now we can work on https (SSL) sites!
     73
    7174= 0.1.7 =
    7275* Add new shortcut NXTBridgeAssetCandlestick id=<asset_id>] - It'll be show information about Open, High, Low and Close price and about Volume for this day.
  • nxtbridge/trunk/nxtbridge.php

    r1537324 r1537414  
    44  Plugin Name: NXTBridge
    55  Plugin URI: http://nxter.org/nxtbridge
    6   Version: 0.1.7
     6  Version: 0.1.8
    77  Author: scor2k
    88  Description: Show Nxt asset information on your Wordpress sites.
     
    1111*/
    1212
    13 $api = '//api.nxtex.info:8080/v1';
     13$api = '//api.nxtex.info/v1';
    1414
    1515//$api = '//a.ubuntu.local:8080/v1';
  • nxtbridge/trunk/readme.txt

    r1537324 r1537414  
    6969
    7070== Changelog ==
     71= 0.1.8 =
     72* Replace API address. Now we can work on https (SSL) sites!
     73
    7174= 0.1.7 =
    7275* Add new shortcut NXTBridgeAssetCandlestick id=<asset_id>] - It'll be show information about Open, High, Low and Close price and about Volume for this day.
Note: See TracChangeset for help on using the changeset viewer.