-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c4d38f
commit 3a19753
Showing
4 changed files
with
100 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.0.0 2017-03-30 19:14:01 +0300 6c4d38f2c88cc4d333b970add6d74eaa8879dc28 |