Skip to content

Commit

Permalink
version bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Mar 30, 2017
1 parent 6c4d38f commit 3a19753
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 6 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
hiqdev/omnipay-yandexmoney changelog
------------------------------------
## [Under development]

## Under development
## [1.0.0] - 2017-03-30

- Redone to `omnipay-yandexmoney`
- Added basics
- Implemented P2P money trasfer ([@SilverFire], [@hiqsol])

## Development started 2015-10-23
## [Development started] - 2015-10-23

[@hiqsol]: https://github.com/hiqsol
[[email protected]]: https://github.com/hiqsol
[@SilverFire]: https://github.com/SilverFire
[[email protected]]: https://github.com/SilverFire
[@tafid]: https://github.com/tafid
[[email protected]]: https://github.com/tafid
[@BladeRoot]: https://github.com/BladeRoot
[[email protected]]: https://github.com/BladeRoot
[Under development]: https://github.com/hiqdev/omnipay-yandexmoney/releases
[1.0.0]: https://github.com/hiqdev/omnipay-yandexmoney/releases/tag/1.0.0
33 changes: 33 additions & 0 deletions chkipper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "hiqdev/omnipay-yandexmoney",
"authors": {
"hiqsol": {
"name": "Andrii Vasyliev",
"role": "Project lead",
"email": "[email protected]",
"github": "https://github.com/hiqsol",
"homepage": "http://hipanel.com/"
},
"SilverFire": {
"name": "Dmitry Naumenko",
"role": "Lead backend developer",
"email": "[email protected]",
"github": "https://github.com/SilverFire",
"homepage": "http://silverfire.me/"
},
"tafid": {
"name": "Andrey Klochok",
"role": "Lead frontend developer",
"email": "[email protected]",
"github": "https://github.com/tafid",
"homepage": "http://hiqdev.com/"
},
"BladeRoot": {
"name": "Yuriy Myronchuk",
"role": "QA Lead",
"email": "[email protected]",
"github": "https://github.com/BladeRoot",
"homepage": "http://hiqdev.com/"
}
}
}
52 changes: 52 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
## [Under development]

## [1.0.0] - 2017-03-30

- Implemented P2P money trasfer
- [6c4d38f] 2017-03-30 Renames AbstractRequest::getSecretKey() -> getSecret() [@SilverFire]
- [7fcee6b] 2017-03-30 Improved tests [@SilverFire]
- [894168d] 2017-03-30 csfixed [@SilverFire]
- [c80565b] 2017-03-30 Implemented tests [@SilverFire]
- [49fe7ef] 2017-03-30 hideved [@SilverFire]
- [1ecfce9] 2017-03-30 Added CompletePurchaseResponse::getCurrencyId() [@SilverFire]
- [40058fb] 2017-03-30 Basic implementation of p2p merchant [@SilverFire]
- [5c1e774] 2016-01-18 fixed build [@hiqsol]
- [5f4507a] 2015-12-11 removed assets, now in `payment-icons` [@hiqsol]
- [3bce72b] 2015-11-11 fixed namespace [@hiqsol]
- [e530fdd] 2015-11-09 php-cs-fixed [@hiqsol]
- [b4b79e3] 2015-11-09 started redoing to 'omnipay-yandexmoney' [@hiqsol]
- [0d43345] 2015-10-31 fixed '_secret' <- 'secret' [@hiqsol]
- [57a0f95] 2015-10-30 changed: redone to 'system' <- 'name' [@hiqsol]
- [2bb50e0] 2015-10-23 php-cs-fixed [@hiqsol]
- [e901012] 2015-10-23 hideved [@hiqsol]
- [fa5f24f] 2015-10-23 inited [@hiqsol]

## [Development started] - 2015-10-23

[@hiqsol]: https://github.com/hiqsol
[[email protected]]: https://github.com/hiqsol
[@SilverFire]: https://github.com/SilverFire
[[email protected]]: https://github.com/SilverFire
[@tafid]: https://github.com/tafid
[[email protected]]: https://github.com/tafid
[@BladeRoot]: https://github.com/BladeRoot
[[email protected]]: https://github.com/BladeRoot
[6c4d38f]: https://github.com/hiqdev/omnipay-yandexmoney/commit/6c4d38f
[7fcee6b]: https://github.com/hiqdev/omnipay-yandexmoney/commit/7fcee6b
[894168d]: https://github.com/hiqdev/omnipay-yandexmoney/commit/894168d
[c80565b]: https://github.com/hiqdev/omnipay-yandexmoney/commit/c80565b
[49fe7ef]: https://github.com/hiqdev/omnipay-yandexmoney/commit/49fe7ef
[1ecfce9]: https://github.com/hiqdev/omnipay-yandexmoney/commit/1ecfce9
[40058fb]: https://github.com/hiqdev/omnipay-yandexmoney/commit/40058fb
[5c1e774]: https://github.com/hiqdev/omnipay-yandexmoney/commit/5c1e774
[5f4507a]: https://github.com/hiqdev/omnipay-yandexmoney/commit/5f4507a
[3bce72b]: https://github.com/hiqdev/omnipay-yandexmoney/commit/3bce72b
[e530fdd]: https://github.com/hiqdev/omnipay-yandexmoney/commit/e530fdd
[b4b79e3]: https://github.com/hiqdev/omnipay-yandexmoney/commit/b4b79e3
[0d43345]: https://github.com/hiqdev/omnipay-yandexmoney/commit/0d43345
[57a0f95]: https://github.com/hiqdev/omnipay-yandexmoney/commit/57a0f95
[2bb50e0]: https://github.com/hiqdev/omnipay-yandexmoney/commit/2bb50e0
[e901012]: https://github.com/hiqdev/omnipay-yandexmoney/commit/e901012
[fa5f24f]: https://github.com/hiqdev/omnipay-yandexmoney/commit/fa5f24f
[Under development]: https://github.com/hiqdev/omnipay-yandexmoney/releases
[1.0.0]: https://github.com/hiqdev/omnipay-yandexmoney/releases/tag/1.0.0
1 change: 1 addition & 0 deletions version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0 2017-03-30 19:14:01 +0300 6c4d38f2c88cc4d333b970add6d74eaa8879dc28

0 comments on commit 3a19753

Please sign in to comment.