Skip to content

Commit

Permalink
version bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Jul 10, 2018
1 parent f267533 commit b2786c9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

## [Under development]

## [0.1.0] - 2018-07-10

## [Development started] - 2017-10-03

[@hiqsol]: https://github.com/hiqsol
Expand All @@ -12,3 +13,4 @@
[@BladeRoot]: https://github.com/BladeRoot
[[email protected]]: https://github.com/BladeRoot
[Under development]: https://github.com/hiqdev/omnipay-bitpay/releases
[0.1.0]: https://github.com/hiqdev/omnipay-bitpay/releases/tag/0.1.0
24 changes: 23 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@

## [Under development]

## [0.1.0] - 2018-07-10

- [f267533] 2018-07-10 hideved [@SilverFire]
- [6ba8cd3] 2018-07-10 Updated BitPay client depenency not to rely on deprecated ext-mcrypt [@SilverFire]
- [63a7da8] 2017-11-28 Changed PurchaseRequest to cast amount to float to prevent exception in php-bitpay layer when currency is BTC [@SilverFire]
- [c3ce408] 2017-11-27 Fixed CompletePurchaseResponse::getTransactionReference() [@SilverFire]
- [46c14a1] 2017-10-17 CompletePurchaseRequest requires transactionId instead of transactionReference [@SilverFire]
- [9750eb0] 2017-10-12 Return string from CompletePurchaseResponse::getAmount() [@SilverFire]
- [abb9741] 2017-10-10 Flipped transactionId and transactionReference [@SilverFire]
- [1b2d26a] 2017-10-04 Implemented request signing [@SilverFire]
- [9667898] 2017-10-03 Basic implemetation [@SilverFire]
- [0083c82] 2017-10-03 Updated composer.json [@SilverFire]
- [6eb6c6a] 2017-10-03 first commit [@SilverFire]

## [Development started] - 2017-10-03
Expand All @@ -15,3 +26,14 @@
[[email protected]]: https://github.com/BladeRoot
[6eb6c6a]: https://github.com/hiqdev/omnipay-bitpay/commit/6eb6c6a
[Under development]: https://github.com/hiqdev/omnipay-bitpay/releases
[f267533]: https://github.com/hiqdev/omnipay-bitpay/commit/f267533
[6ba8cd3]: https://github.com/hiqdev/omnipay-bitpay/commit/6ba8cd3
[63a7da8]: https://github.com/hiqdev/omnipay-bitpay/commit/63a7da8
[c3ce408]: https://github.com/hiqdev/omnipay-bitpay/commit/c3ce408
[46c14a1]: https://github.com/hiqdev/omnipay-bitpay/commit/46c14a1
[9750eb0]: https://github.com/hiqdev/omnipay-bitpay/commit/9750eb0
[abb9741]: https://github.com/hiqdev/omnipay-bitpay/commit/abb9741
[1b2d26a]: https://github.com/hiqdev/omnipay-bitpay/commit/1b2d26a
[9667898]: https://github.com/hiqdev/omnipay-bitpay/commit/9667898
[0083c82]: https://github.com/hiqdev/omnipay-bitpay/commit/0083c82
[0.1.0]: https://github.com/hiqdev/omnipay-bitpay/releases/tag/0.1.0
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
omnipay-bitpay dev-master-6eb6c6a 2017-10-03 11:01:50 +0300 6eb6c6a7cb6f7fc2277a699e3c4373abdbb60c0b
omnipay-bitpay 0.1.0 2018-07-10 12:42:54 +0300 f26753367600bba631bcfc2076854c56a0c923f9

0 comments on commit b2786c9

Please sign in to comment.