Skip to content

Commit 00cf3df

Browse files
committed
Released 3.0.1
1 parent c1a5c0b commit 00cf3df

File tree

3 files changed

+40
-3
lines changed

3 files changed

+40
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## [Under development]
22

3+
## [3.0.1] - 2021-09-29
4+
5+
- Add getting payment method from request ([@BladeRoot])
6+
- `money.yandex.ru` got changed to `yoomoney.ru` ([@BladeRoot], [@SilverFire])
7+
- Do not ask additinal client data by default ([@SilverFire], [@BladeRoot])
8+
- Other minor changes ([@BladeRoot], [@SilverFire])
9+
310
## [3.0.0] - 2019-10-17
411

512
- Update to Omnipay v3 ([@SilverFire])
@@ -16,6 +23,8 @@
1623

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

26+
## [dev] - 2019-10-17
27+
1928
[@hiqsol]: https://github.com/hiqsol
2029
[[email protected]]: https://github.com/hiqsol
2130
[@SilverFire]: https://github.com/SilverFire
@@ -24,8 +33,10 @@
2433
[[email protected]]: https://github.com/tafid
2534
[@BladeRoot]: https://github.com/BladeRoot
2635
[[email protected]]: https://github.com/BladeRoot
27-
[Under development]: https://github.com/hiqdev/omnipay-yandexmoney/compare/1.1.0...HEAD
36+
[Under development]: https://github.com/hiqdev/omnipay-yandexmoney/compare/3.0.0...HEAD
2837
[1.0.0]: https://github.com/hiqdev/omnipay-yandexmoney/releases/tag/1.0.0
2938
[1.1.0]: https://github.com/hiqdev/omnipay-yandexmoney/compare/1.0.0...1.1.0
3039
[1.1.1]: https://github.com/hiqdev/omnipay-yandexmoney/compare/1.1.0...1.1.1
3140
[3.0.0]: https://github.com/hiqdev/omnipay-yandexmoney/compare/1.1.1...3.0.0
41+
[Development started]: https://github.com/hiqdev/omnipay-yandexmoney/compare/dev...Development started
42+
[3.0.1]: https://github.com/hiqdev/omnipay-yandexmoney/compare/3.0.0...3.0.1

history.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
## [Under development]
22

3+
## [3.0.1] - 2021-09-29
4+
5+
- Add getting payment method from request
6+
- [5b7c790] 2021-04-14 add getting payment method from request [@BladeRoot]
7+
- `money.yandex.ru` got changed to `yoomoney.ru`
8+
- [95201e2] 2021-03-16 money.yandex.ru => yoomoney.ru [@BladeRoot]
9+
- [c1a5c0b] 2021-09-29 Fix tests [@SilverFire]
10+
- Do not ask additinal client data by default
11+
- [fc4ea4a] 2021-03-18 Merge pull request #3 from bladeroot/ask-client-info [@SilverFire]
12+
- [c4b97c9] 2021-04-14 do not ask client data [@BladeRoot]
13+
- Other minor changes
14+
- [1389d57] 2021-03-15 add dinamical parametr [@BladeRoot]
15+
- [1695603] 2021-03-16 type hinting [@BladeRoot]
16+
- [92e8f05] 2021-04-14 Merge pull request #4 from bladeroot/yandexmoney-improvment [@SilverFire]
17+
318
## [3.0.0] - 2019-10-17
419

520
- Update to Omnipay v3
@@ -38,6 +53,8 @@
3853

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

56+
## [dev] - 2019-10-17
57+
4158
[@hiqsol]: https://github.com/hiqsol
4259
[[email protected]]: https://github.com/hiqsol
4360
[@SilverFire]: https://github.com/SilverFire
@@ -63,7 +80,7 @@
6380
[2bb50e0]: https://github.com/hiqdev/omnipay-yandexmoney/commit/2bb50e0
6481
[e901012]: https://github.com/hiqdev/omnipay-yandexmoney/commit/e901012
6582
[fa5f24f]: https://github.com/hiqdev/omnipay-yandexmoney/commit/fa5f24f
66-
[Under development]: https://github.com/hiqdev/omnipay-yandexmoney/compare/1.1.0...HEAD
83+
[Under development]: https://github.com/hiqdev/omnipay-yandexmoney/compare/3.0.0...HEAD
6784
[1.0.0]: https://github.com/hiqdev/omnipay-yandexmoney/releases/tag/1.0.0
6885
[56ca4e3]: https://github.com/hiqdev/omnipay-yandexmoney/commit/56ca4e3
6986
[b00ff2e]: https://github.com/hiqdev/omnipay-yandexmoney/commit/b00ff2e
@@ -72,3 +89,13 @@
7289
[1.1.1]: https://github.com/hiqdev/omnipay-yandexmoney/compare/1.1.0...1.1.1
7390
[a34b45f]: https://github.com/hiqdev/omnipay-yandexmoney/commit/a34b45f
7491
[3.0.0]: https://github.com/hiqdev/omnipay-yandexmoney/compare/1.1.1...3.0.0
92+
[c1a5c0b]: https://github.com/hiqdev/omnipay-yandexmoney/commit/c1a5c0b
93+
[c4b97c9]: https://github.com/hiqdev/omnipay-yandexmoney/commit/c4b97c9
94+
[92e8f05]: https://github.com/hiqdev/omnipay-yandexmoney/commit/92e8f05
95+
[5b7c790]: https://github.com/hiqdev/omnipay-yandexmoney/commit/5b7c790
96+
[fc4ea4a]: https://github.com/hiqdev/omnipay-yandexmoney/commit/fc4ea4a
97+
[95201e2]: https://github.com/hiqdev/omnipay-yandexmoney/commit/95201e2
98+
[1695603]: https://github.com/hiqdev/omnipay-yandexmoney/commit/1695603
99+
[1389d57]: https://github.com/hiqdev/omnipay-yandexmoney/commit/1389d57
100+
[Development started]: https://github.com/hiqdev/omnipay-yandexmoney/compare/dev...Development started
101+
[3.0.1]: https://github.com/hiqdev/omnipay-yandexmoney/compare/3.0.0...3.0.1

version

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)