Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
doersf committed Jan 30, 2015
1 parent 7059fda commit e1192d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Block.io PHP
===========

**Current Release**: 1.1.2
**Current Release**: 1.1.3

**01/19/15**: Added support for sweeping legacy keys.
**01/29/15**: Added support for getting Wallet Import Format private keys from custom keys.
**01/19/15**: Added support for sweeping legacy keys.
**01/09/15**: Added sweep functionality.
**11/03/14**: Fix DER signature encoding. Now stable.
**18/10/14**: Enforcing Determinism in Signatures (RFC6979), also using BIP62 to hinder transaction malleability.
Expand Down Expand Up @@ -46,7 +47,7 @@ Download and include the block_io.php class:
Or preferably install via [Composer](https://getcomposer.org/)


"block_io-php/block_io-php": "1.1.2"
"block_io-php/block_io-php": "1.1.3"


Instantiate the class and set your API key. If the API key is valid the set function will return true otherwise false.
Expand Down

0 comments on commit e1192d8

Please sign in to comment.