Changeset 1574694
- Timestamp:
- 01/14/2017 04:12:15 PM (9 years ago)
- Location:
- nxtbridge
- Files:
-
- 2 added
- 2 edited
- 18 copied
-
tags/0.4.1 (copied) (copied from nxtbridge/trunk)
-
tags/0.4.1/bower_components/moment (copied) (copied from nxtbridge/trunk/bower_components/moment)
-
tags/0.4.1/config.php (copied) (copied from nxtbridge/trunk/config.php)
-
tags/0.4.1/img (copied) (copied from nxtbridge/trunk/img)
-
tags/0.4.1/lib (copied) (copied from nxtbridge/trunk/lib)
-
tags/0.4.1/lib/assets-auto.php (copied) (copied from nxtbridge/trunk/lib/assets-auto.php)
-
tags/0.4.1/lib/assets-graphics.php (copied) (copied from nxtbridge/trunk/lib/assets-graphics.php)
-
tags/0.4.1/lib/assets-info.php (copied) (copied from nxtbridge/trunk/lib/assets-info.php)
-
tags/0.4.1/lib/fakepage.php (copied) (copied from nxtbridge/trunk/lib/fakepage.php)
-
tags/0.4.1/lib/options.php (copied) (copied from nxtbridge/trunk/lib/options.php)
-
tags/0.4.1/lib/tip.php (added)
-
tags/0.4.1/nxtbridge.php (copied) (copied from nxtbridge/trunk/nxtbridge.php) (2 diffs)
-
tags/0.4.1/readme.txt (copied) (copied from nxtbridge/trunk/readme.txt) (1 diff)
-
tags/0.4.1/style.css (copied) (copied from nxtbridge/trunk/style.css)
-
tags/0.4.1/style.scss (copied) (copied from nxtbridge/trunk/style.scss)
-
tags/0.4.1/wallet (copied) (copied from nxtbridge/trunk/wallet)
-
tags/0.4.1/wallet.css (copied) (copied from nxtbridge/trunk/wallet.css)
-
tags/0.4.1/wallet.scss (copied) (copied from nxtbridge/trunk/wallet.scss)
-
tags/0.4.1/wallet/main.php (copied) (copied from nxtbridge/trunk/wallet/main.php)
-
trunk/lib/tip.php (added)
-
trunk/nxtbridge.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nxtbridge/tags/0.4.1/nxtbridge.php
r1574681 r1574694 4 4 Plugin Name: NXTBridge 5 5 Plugin URI: https://nxter.org/nxtbridge 6 Version: 0.4. 06 Version: 0.4.1 7 7 Author: scor2k 8 8 Description: Show Nxt asset information on your Wordpress sites. … … 11 11 */ 12 12 global $api; 13 $version = '0.4. 0'; // NOT FORGET TO CHANGE !!!13 $version = '0.4.1'; // NOT FORGET TO CHANGE !!! 14 14 15 15 $api = '//api.nxter.org/v1'; -
nxtbridge/tags/0.4.1/readme.txt
r1574681 r1574694 71 71 72 72 == Changelog == 73 74 = 0.4.1 = 75 * Bug fix :) 73 76 74 77 = 0.4.0 = -
nxtbridge/trunk/nxtbridge.php
r1574681 r1574694 4 4 Plugin Name: NXTBridge 5 5 Plugin URI: https://nxter.org/nxtbridge 6 Version: 0.4. 06 Version: 0.4.1 7 7 Author: scor2k 8 8 Description: Show Nxt asset information on your Wordpress sites. … … 11 11 */ 12 12 global $api; 13 $version = '0.4. 0'; // NOT FORGET TO CHANGE !!!13 $version = '0.4.1'; // NOT FORGET TO CHANGE !!! 14 14 15 15 $api = '//api.nxter.org/v1'; -
nxtbridge/trunk/readme.txt
r1574681 r1574694 71 71 72 72 == Changelog == 73 74 = 0.4.1 = 75 * Bug fix :) 73 76 74 77 = 0.4.0 =
Note: See TracChangeset
for help on using the changeset viewer.