Changeset 1537414
- Timestamp:
- 11/21/2016 10:29:30 AM (9 years ago)
- Location:
- nxtbridge
- Files:
-
- 2 edited
- 3 copied
-
tags/0.1.8 (copied) (copied from nxtbridge/trunk)
-
tags/0.1.8/nxtbridge.php (copied) (copied from nxtbridge/trunk/nxtbridge.php) (2 diffs)
-
tags/0.1.8/readme.txt (copied) (copied from nxtbridge/trunk/readme.txt) (1 diff)
-
trunk/nxtbridge.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nxtbridge/tags/0.1.8/nxtbridge.php
r1537324 r1537414 4 4 Plugin Name: NXTBridge 5 5 Plugin URI: http://nxter.org/nxtbridge 6 Version: 0.1. 76 Version: 0.1.8 7 7 Author: scor2k 8 8 Description: Show Nxt asset information on your Wordpress sites. … … 11 11 */ 12 12 13 $api = '//api.nxtex.info :8080/v1';13 $api = '//api.nxtex.info/v1'; 14 14 15 15 //$api = '//a.ubuntu.local:8080/v1'; -
nxtbridge/tags/0.1.8/readme.txt
r1537324 r1537414 69 69 70 70 == Changelog == 71 = 0.1.8 = 72 * Replace API address. Now we can work on https (SSL) sites! 73 71 74 = 0.1.7 = 72 75 * 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 4 4 Plugin Name: NXTBridge 5 5 Plugin URI: http://nxter.org/nxtbridge 6 Version: 0.1. 76 Version: 0.1.8 7 7 Author: scor2k 8 8 Description: Show Nxt asset information on your Wordpress sites. … … 11 11 */ 12 12 13 $api = '//api.nxtex.info :8080/v1';13 $api = '//api.nxtex.info/v1'; 14 14 15 15 //$api = '//a.ubuntu.local:8080/v1'; -
nxtbridge/trunk/readme.txt
r1537324 r1537414 69 69 70 70 == Changelog == 71 = 0.1.8 = 72 * Replace API address. Now we can work on https (SSL) sites! 73 71 74 = 0.1.7 = 72 75 * 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.