Skip to content

Commit 60539df

Browse files
committed
version bump to 0.1.0
1 parent e4c0085 commit 60539df

File tree

4 files changed

+207
-81
lines changed

4 files changed

+207
-81
lines changed

CHANGELOG.md

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,31 @@
1-
hiqdev/yii2-merchant
2-
--------------------
1+
# hiqdev/yii2-merchant
32

4-
## [Under development]
3+
## [0.1.0] - 2017-09-28
54

6-
- Fixed eCoin and Paxum
7-
- Fixed bugs
8-
- Fixed Travis build
9-
- Changed: redone with `php-merchant`
10-
- Fixed redirection to payment systems
11-
- Added `renderDeposit` facility
12-
- Added use of Payment Icons
13-
- Added tests and Travis CI
14-
- Chnaged: redone with Omnipay
15-
- Added basics
5+
- Refactored transactions storage ([@hiqsol], [@SilverFire], [@tafid])
6+
- Changed design ([@tafid])
7+
- Added commision support ([@SilverFire])
8+
- Fixed translations ([@hiqsol], [@SilverFire], [@tafid])
9+
- Fixed eCoin and Paxum ([@hiqsol])
10+
- Fixed bugs ([@hiqsol], [@SilverFire], [@tafid])
11+
- Fixed Travis build ([@hiqsol], [@SilverFire])
12+
- Changed: redone with `php-merchant` ([@hiqsol], [@SilverFire])
13+
- Fixed redirection to payment systems ([@hiqsol])
14+
- Added `renderDeposit` facility ([@hiqsol])
15+
- Added use of Payment Icons ([@hiqsol])
16+
- Added tests and Travis CI ([@hiqsol])
17+
- Chnaged: redone with Omnipay ([@SilverFire], [@hiqsol])
18+
- Added basics ([@hiqsol])
1619

1720
## [Development started] - 2015-10-21
21+
22+
[@hiqsol]: https://github.com/hiqsol
23+
[sol@hiqdev.com]: https://github.com/hiqsol
24+
[@SilverFire]: https://github.com/SilverFire
25+
[d.naumenko.a@gmail.com]: https://github.com/SilverFire
26+
[@tafid]: https://github.com/tafid
27+
[andreyklochok@gmail.com]: https://github.com/tafid
28+
[@BladeRoot]: https://github.com/BladeRoot
29+
[bladeroot@gmail.com]: https://github.com/BladeRoot
30+
[Under development]: https://github.com/hiqdev/yii2-merchant/releases
31+
[0.1.0]: https://github.com/hiqdev/yii2-merchant/releases/tag/0.1.0

chkipper.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
11
{
2-
"name": "hiqdev/yii2-merchant"
2+
"name": "hiqdev/yii2-merchant",
3+
"authors": {
4+
"hiqsol": {
5+
"name": "Andrii Vasyliev",
6+
"role": "Project lead",
7+
"email": "sol@hiqdev.com",
8+
"github": "https://github.com/hiqsol",
9+
"homepage": "http://hipanel.com/"
10+
},
11+
"SilverFire": {
12+
"name": "Dmitry Naumenko",
13+
"role": "Lead backend developer",
14+
"email": "d.naumenko.a@gmail.com",
15+
"github": "https://github.com/SilverFire",
16+
"homepage": "http://silverfire.me/"
17+
},
18+
"tafid": {
19+
"name": "Andrey Klochok",
20+
"role": "Lead frontend developer",
21+
"email": "andreyklochok@gmail.com",
22+
"github": "https://github.com/tafid",
23+
"homepage": "http://hiqdev.com/"
24+
},
25+
"BladeRoot": {
26+
"name": "Yuriy Myronchuk",
27+
"role": "QA Lead",
28+
"email": "bladeroot@gmail.com",
29+
"github": "https://github.com/BladeRoot",
30+
"homepage": "http://hiqdev.com/"
31+
}
32+
}
333
}

history.md

Lines changed: 148 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,130 @@
1-
hiqdev/yii2-merchant
2-
--------------------
1+
# hiqdev/yii2-merchant
32

4-
## [Under development]
3+
## [0.1.0] - 2017-09-28
54

5+
- Refactored transactions storage
6+
- [e4c0085] 2017-09-28 fixed tests [@hiqsol]
7+
- [9723af5] 2017-09-28 csfixed [@hiqsol]
8+
- [47379d4] 2017-07-31 Updated Module to use hostname instead of servername [@SilverFire]
9+
- [2ee5644] 2017-06-20 renamed `web` config <- hisite [@hiqsol]
10+
- [ee8ca60] 2017-06-20 renamed `hidev.yml` [@hiqsol]
11+
- [7e76575] 2017-03-31 Removed redundant check in Module::saveTransaction() [@SilverFire]
12+
- [80f5213] 2017-03-31 Fixed case when tansaction is not found [@SilverFire]
13+
- [60eecd6] 2017-03-31 Renamed `status` to `success` in Transaction table [@SilverFire]
14+
- [d2116fd] 2017-03-30 Refactored transactions storage [@SilverFire]
15+
- [9d55e1d] 2017-03-29 fixed getting available merchants in `pay/deposit` [@hiqsol]
16+
- [35326fe] 2017-03-28 Updated PayButton and Deposit form to follow php-merchant API changes [@SilverFire]
17+
- [99a4950] 2017-03-28 Enhanced PayController::actionRequest() to check merchant presence [@SilverFire]
18+
- [2fd82c1] 2017-03-27 redone `Module::getCollection` function to fetch collection every time again [@hiqsol]
19+
- [f443293] 2017-03-27 csfixed [@SilverFire]
20+
- [9c8aaea] 2017-03-27 Added PHPUnit 6 compatibility [@SilverFire]
21+
- [250ba1e] 2017-03-23 Removed commented code [@tafid]
22+
- [a47e48a] 2017-03-22 Added to obtain available merchants to Deposit action [@tafid]
23+
- [8e34c11] 2017-02-16 Added extra config-plugin hisite config [@tafid]
24+
- [0455e49] 2017-02-01 PayButton refactord to trigger local event instead of a global one [@SilverFire]
25+
- [2e5cbd8] 2017-02-01 Implemented button comment rendering [@SilverFire]
26+
- Changed design
27+
- [56a4365] 2017-03-31 Removed box header from deposit view [@tafid]
28+
- [6e55765] 2017-03-31 Changed deposit and deposit-form views markup [@tafid]
29+
- [efaad49] 2017-03-27 Added responsive styles to merchant select [@tafid]
30+
- [37fbf3b] 2017-03-27 Removed inline css for deposit view and placed it to ccs file, call it from PayButton widget [@tafid]
31+
- [b338802] 2017-03-27 Changed box size in deposit view [@tafid]
32+
- [7a14b5d] 2017-03-22 Changed design [@tafid]
33+
- [937be79] 2017-02-16 Added extra css to PayButton marckup [@tafid]
34+
- [820df72] 2017-02-16 Added class clearly [@tafid]
35+
- [4ed4be1] 2017-02-16 Added Theme Manager settings [@tafid]
36+
- Added commision support
37+
- [4f1c26c] 2017-01-20 Added commission support [@SilverFire]
38+
- Fixed translations
39+
- [e1a9c7e] 2017-03-27 added i18n hisite config [@hiqsol]
40+
- [c17c7e0] 2017-03-27 Updated translations, fixed presentation logic [@SilverFire]
41+
- [a20b8c2] 2017-03-22 translations [@tafid]
42+
- [c8145a4] 2017-01-13 Translations updated [@SilverFire]
643
- Fixed eCoin and Paxum
7-
- [33e91a1] 2016-07-13 rehideved [sol@hiqdev.com]
8-
- [9dc45c6] 2016-04-18 fixed comleting history [sol@hiqdev.com]
9-
- [a0213a0] 2016-03-25 fixed History functions [sol@hiqdev.com]
10-
- [77afc6c] 2016-03-25 fixed eCoin to work, it makes no notify just return [sol@hiqdev.com]
44+
- [33e91a1] 2016-07-13 rehideved [@hiqsol]
45+
- [9dc45c6] 2016-04-18 fixed comleting history [@hiqsol]
46+
- [a0213a0] 2016-03-25 fixed History functions [@hiqsol]
47+
- [77afc6c] 2016-03-25 fixed eCoin to work, it makes no notify just return [@hiqsol]
1148
- Fixed bugs
12-
- [87b761f] 2016-08-05 changed bumping to use `chkipper` [sol@hiqdev.com]
13-
- [e4fa5f9] 2016-07-13 csfixed [sol@hiqdev.com]
14-
- [0be4d2e] 2016-07-12 csfixed [sol@hiqdev.com]
15-
- [e367e59] 2016-06-30 Removed dependency on Err class [d.naumenko.a@gmail.com]
16-
- [d16a1ec] 2016-03-25 redone history functions: - id argument [sol@hiqdev.com]
17-
- [7e9b380] 2016-03-11 Added translations [d.naumenko.a@gmail.com]
18-
- [99618c7] 2016-02-11 Minor fix. Add Box view [andreyklochok@gmail.com]
19-
- [4254b94] 2016-02-04 phpcsfixed [sol@hiqdev.com]
20-
- [c66c63c] 2016-02-03 + localizePage to build proper url to /merchant/pay/return [sol@hiqdev.com]
21-
- [bca7393] 2016-02-03 pay/deposit - added the message for a case when no payments methods available [d.naumenko.a@gmail.com]
49+
- [87b761f] 2016-08-05 changed bumping to use `chkipper` [@hiqsol]
50+
- [e4fa5f9] 2016-07-13 csfixed [@hiqsol]
51+
- [0be4d2e] 2016-07-12 csfixed [@hiqsol]
52+
- [e367e59] 2016-06-30 Removed dependency on Err class [@SilverFire]
53+
- [d16a1ec] 2016-03-25 redone history functions: - id argument [@hiqsol]
54+
- [7e9b380] 2016-03-11 Added translations [@SilverFire]
55+
- [99618c7] 2016-02-11 Minor fix. Add Box view [@tafid]
56+
- [4254b94] 2016-02-04 phpcsfixed [@hiqsol]
57+
- [c66c63c] 2016-02-03 + localizePage to build proper url to /merchant/pay/return [@hiqsol]
58+
- [bca7393] 2016-02-03 pay/deposit - added the message for a case when no payments methods available [@SilverFire]
2259
- Fixed Travis build
23-
- [10c6932] 2016-01-30 fixed tests [sol@hiqdev.com]
24-
- [f8fa4aa] 2016-01-26 rehideved [sol@hiqdev.com]
25-
- [2616a6e] 2015-12-15 php-cs-fixed [sol@hiqdev.com]
26-
- [cae2de5] 2015-12-15 PayController - back ~> returnUrl, PHPDoc updated [d.naumenko.a@gmail.com]
27-
- [f394b3a] 2015-12-15 fixed tests [sol@hiqdev.com]
28-
- [f1ecb98] 2015-12-14 fixed travis: dont build 5.4, dont allow fail 7 [sol@hiqdev.com]
29-
- [72c57a8] 2015-12-14 trying hidev.phar [sol@hiqdev.com]
60+
- [10c6932] 2016-01-30 fixed tests [@hiqsol]
61+
- [f8fa4aa] 2016-01-26 rehideved [@hiqsol]
62+
- [2616a6e] 2015-12-15 php-cs-fixed [@hiqsol]
63+
- [cae2de5] 2015-12-15 PayController - back ~> returnUrl, PHPDoc updated [@SilverFire]
64+
- [f394b3a] 2015-12-15 fixed tests [@hiqsol]
65+
- [f1ecb98] 2015-12-14 fixed travis: dont build 5.4, dont allow fail 7 [@hiqsol]
66+
- [72c57a8] 2015-12-14 trying hidev.phar [@hiqsol]
3067
- Changed: redone with `php-merchant`
31-
- [d914e86] 2015-12-16 + finishUrl [sol@hiqdev.com]
32-
- [099a0a7] 2015-12-14 Action check-return implemented [d.naumenko.a@gmail.com]
33-
- [eb568af] 2015-12-14 php-cs-fixed [sol@hiqdev.com]
34-
- [e3e8e2a] 2015-12-14 Deposit - added validation rules for sum attribute [d.naumenko.a@gmail.com]
35-
- [15dc2d9] 2015-12-14 Module tidied up more [d.naumenko.a@gmail.com]
36-
- [25703a6] 2015-12-14 Module tidied up [d.naumenko.a@gmail.com]
37-
- [d66f028] 2015-12-11 + return/cancel method set to POST [sol@hiqdev.com]
38-
- [b57d0fb] 2015-12-11 renamed `transactionId` <- `internalid` [sol@hiqdev.com]
39-
- [1d0f00e] 2015-12-11 + return/cancel method set to POST [sol@hiqdev.com]
40-
- [cbba2e2] 2015-12-11 renamed `transactionId` <- `internalid` [sol@hiqdev.com]
41-
- [278543e] 2015-12-11 + internalid and history [sol@hiqdev.com]
42-
- [957f3aa] 2015-12-09 simplified merchant creating [sol@hiqdev.com]
43-
- [fce8fd4] 2015-12-08 finishing redoing to php-merchant [sol@hiqdev.com]
44-
- [ff73135] 2015-12-08 redone with php-merchant [sol@hiqdev.com]
68+
- [d914e86] 2015-12-16 + finishUrl [@hiqsol]
69+
- [099a0a7] 2015-12-14 Action check-return implemented [@SilverFire]
70+
- [eb568af] 2015-12-14 php-cs-fixed [@hiqsol]
71+
- [e3e8e2a] 2015-12-14 Deposit - added validation rules for sum attribute [@SilverFire]
72+
- [15dc2d9] 2015-12-14 Module tidied up more [@SilverFire]
73+
- [25703a6] 2015-12-14 Module tidied up [@SilverFire]
74+
- [d66f028] 2015-12-11 + return/cancel method set to POST [@hiqsol]
75+
- [b57d0fb] 2015-12-11 renamed `transactionId` <- `internalid` [@hiqsol]
76+
- [1d0f00e] 2015-12-11 + return/cancel method set to POST [@hiqsol]
77+
- [cbba2e2] 2015-12-11 renamed `transactionId` <- `internalid` [@hiqsol]
78+
- [278543e] 2015-12-11 + internalid and history [@hiqsol]
79+
- [957f3aa] 2015-12-09 simplified merchant creating [@hiqsol]
80+
- [fce8fd4] 2015-12-08 finishing redoing to php-merchant [@hiqsol]
81+
- [ff73135] 2015-12-08 redone with php-merchant [@hiqsol]
4582
- Fixed redirection to payment systems
46-
- [a2b0337] 2015-12-04 fixed bulidUrl to pass proper merchant [sol@hiqdev.com]
47-
- [294da33] 2015-12-03 fixed tests [sol@hiqdev.com]
48-
- [2befc31] 2015-12-03 fixed tests [sol@hiqdev.com]
49-
- [bc7177c] 2015-12-03 fixed redirection to payment systems [sol@hiqdev.com]
50-
- [9379eb2] 2015-12-03 + preparing data for Omnipay merchant unification [sol@hiqdev.com]
51-
- [247c544] 2015-12-03 fixed payment icons [sol@hiqdev.com]
83+
- [a2b0337] 2015-12-04 fixed bulidUrl to pass proper merchant [@hiqsol]
84+
- [294da33] 2015-12-03 fixed tests [@hiqsol]
85+
- [2befc31] 2015-12-03 fixed tests [@hiqsol]
86+
- [bc7177c] 2015-12-03 fixed redirection to payment systems [@hiqsol]
87+
- [9379eb2] 2015-12-03 + preparing data for Omnipay merchant unification [@hiqsol]
88+
- [247c544] 2015-12-03 fixed payment icons [@hiqsol]
5289
- Added `renderDeposit` facility
53-
- [c366ba7] 2015-12-01 + `renderDeposit` facility [sol@hiqdev.com]
90+
- [c366ba7] 2015-12-01 + `renderDeposit` facility [@hiqsol]
5491
- Added use of Payment Icons
55-
- [79c0ce8] 2015-11-30 used Payment Icons [sol@hiqdev.com]
92+
- [79c0ce8] 2015-11-30 used Payment Icons [@hiqsol]
5693
- Added tests and Travis CI
57-
- [995394c] 2015-11-30 improved tests [sol@hiqdev.com]
58-
- [4f3ceb1] 2015-11-25 added tests and Travis CI [sol@hiqdev.com]
59-
- [277f5e6] 2015-11-25 fixed Module::createMerchant to properly pass data [sol@hiqdev.com]
94+
- [995394c] 2015-11-30 improved tests [@hiqsol]
95+
- [4f3ceb1] 2015-11-25 added tests and Travis CI [@hiqsol]
96+
- [277f5e6] 2015-11-25 fixed Module::createMerchant to properly pass data [@hiqsol]
6097
- Chnaged: redone with Omnipay
61-
- [bf5d311] 2015-11-23 Changed namespace to yii2-collection [d.naumenko.a@gmail.com]
62-
- [b6400ea] 2015-11-12 php-cs-fixed [sol@hiqdev.com]
63-
- [ef52743] 2015-11-12 php-cs-fixed [sol@hiqdev.com]
64-
- [024f9a1] 2015-11-12 still redoing to omnipay [sol@hiqdev.com]
65-
- [b941ed3] 2015-11-09 + require yii2-collection [sol@hiqdev.com]
66-
- [1d6f98b] 2015-11-09 started redoing to omnipay [sol@hiqdev.com]
67-
- [67aa249] 2015-11-09 improved package description [sol@hiqdev.com]
98+
- [bf5d311] 2015-11-23 Changed namespace to yii2-collection [@SilverFire]
99+
- [b6400ea] 2015-11-12 php-cs-fixed [@hiqsol]
100+
- [ef52743] 2015-11-12 php-cs-fixed [@hiqsol]
101+
- [024f9a1] 2015-11-12 still redoing to omnipay [@hiqsol]
102+
- [b941ed3] 2015-11-09 + require yii2-collection [@hiqsol]
103+
- [1d6f98b] 2015-11-09 started redoing to omnipay [@hiqsol]
104+
- [67aa249] 2015-11-09 improved package description [@hiqsol]
68105
- Added basics
69-
- [ce5afe7] 2015-11-07 added basics [sol@hiqdev.com]
70-
- [cf31f89] 2015-10-30 php-cs-fixed [sol@hiqdev.com]
71-
- [1b82630] 2015-10-30 finished translation [sol@hiqdev.com]
72-
- [961f39d] 2015-10-30 fixed composer type to yii2-extension [sol@hiqdev.com]
73-
- [66b9ec7] 2015-10-30 fixed composer type to yii2-extension; adding translations [sol@hiqdev.com]
74-
- [124f377] 2015-10-26 adding deposit views, model and action [sol@hiqdev.com]
75-
- [234edfc] 2015-10-26 + pay button rendering with merchant [sol@hiqdev.com]
76-
- [0614bd9] 2015-10-22 improved with `_loadMerchant` [sol@hiqdev.com]
77-
- [26d44b4] 2015-10-21 php-cs-fixed [sol@hiqdev.com]
78-
- [f538d37] 2015-10-21 hideved [sol@hiqdev.com]
79-
- [dfadf30] 2015-10-21 inited [sol@hiqdev.com]
106+
- [ce5afe7] 2015-11-07 added basics [@hiqsol]
107+
- [cf31f89] 2015-10-30 php-cs-fixed [@hiqsol]
108+
- [1b82630] 2015-10-30 finished translation [@hiqsol]
109+
- [961f39d] 2015-10-30 fixed composer type to yii2-extension [@hiqsol]
110+
- [66b9ec7] 2015-10-30 fixed composer type to yii2-extension; adding translations [@hiqsol]
111+
- [124f377] 2015-10-26 adding deposit views, model and action [@hiqsol]
112+
- [234edfc] 2015-10-26 + pay button rendering with merchant [@hiqsol]
113+
- [0614bd9] 2015-10-22 improved with `_loadMerchant` [@hiqsol]
114+
- [26d44b4] 2015-10-21 php-cs-fixed [@hiqsol]
115+
- [f538d37] 2015-10-21 hideved [@hiqsol]
116+
- [dfadf30] 2015-10-21 inited [@hiqsol]
80117

81118
## [Development started] - 2015-10-21
82119

120+
[@hiqsol]: https://github.com/hiqsol
121+
[sol@hiqdev.com]: https://github.com/hiqsol
122+
[@SilverFire]: https://github.com/SilverFire
123+
[d.naumenko.a@gmail.com]: https://github.com/SilverFire
124+
[@tafid]: https://github.com/tafid
125+
[andreyklochok@gmail.com]: https://github.com/tafid
126+
[@BladeRoot]: https://github.com/BladeRoot
127+
[bladeroot@gmail.com]: https://github.com/BladeRoot
83128
[a0213a0]: https://github.com/hiqdev/yii2-merchant/commit/a0213a0
84129
[77afc6c]: https://github.com/hiqdev/yii2-merchant/commit/77afc6c
85130
[d16a1ec]: https://github.com/hiqdev/yii2-merchant/commit/d16a1ec
@@ -144,3 +189,39 @@ hiqdev/yii2-merchant
144189
[e367e59]: https://github.com/hiqdev/yii2-merchant/commit/e367e59
145190
[9dc45c6]: https://github.com/hiqdev/yii2-merchant/commit/9dc45c6
146191
[87b761f]: https://github.com/hiqdev/yii2-merchant/commit/87b761f
192+
[e4c0085]: https://github.com/hiqdev/yii2-merchant/commit/e4c0085
193+
[9723af5]: https://github.com/hiqdev/yii2-merchant/commit/9723af5
194+
[47379d4]: https://github.com/hiqdev/yii2-merchant/commit/47379d4
195+
[2ee5644]: https://github.com/hiqdev/yii2-merchant/commit/2ee5644
196+
[ee8ca60]: https://github.com/hiqdev/yii2-merchant/commit/ee8ca60
197+
[56a4365]: https://github.com/hiqdev/yii2-merchant/commit/56a4365
198+
[6e55765]: https://github.com/hiqdev/yii2-merchant/commit/6e55765
199+
[7e76575]: https://github.com/hiqdev/yii2-merchant/commit/7e76575
200+
[80f5213]: https://github.com/hiqdev/yii2-merchant/commit/80f5213
201+
[60eecd6]: https://github.com/hiqdev/yii2-merchant/commit/60eecd6
202+
[d2116fd]: https://github.com/hiqdev/yii2-merchant/commit/d2116fd
203+
[9d55e1d]: https://github.com/hiqdev/yii2-merchant/commit/9d55e1d
204+
[35326fe]: https://github.com/hiqdev/yii2-merchant/commit/35326fe
205+
[99a4950]: https://github.com/hiqdev/yii2-merchant/commit/99a4950
206+
[2fd82c1]: https://github.com/hiqdev/yii2-merchant/commit/2fd82c1
207+
[e1a9c7e]: https://github.com/hiqdev/yii2-merchant/commit/e1a9c7e
208+
[c17c7e0]: https://github.com/hiqdev/yii2-merchant/commit/c17c7e0
209+
[f443293]: https://github.com/hiqdev/yii2-merchant/commit/f443293
210+
[9c8aaea]: https://github.com/hiqdev/yii2-merchant/commit/9c8aaea
211+
[efaad49]: https://github.com/hiqdev/yii2-merchant/commit/efaad49
212+
[b338802]: https://github.com/hiqdev/yii2-merchant/commit/b338802
213+
[37fbf3b]: https://github.com/hiqdev/yii2-merchant/commit/37fbf3b
214+
[250ba1e]: https://github.com/hiqdev/yii2-merchant/commit/250ba1e
215+
[a47e48a]: https://github.com/hiqdev/yii2-merchant/commit/a47e48a
216+
[7a14b5d]: https://github.com/hiqdev/yii2-merchant/commit/7a14b5d
217+
[a20b8c2]: https://github.com/hiqdev/yii2-merchant/commit/a20b8c2
218+
[937be79]: https://github.com/hiqdev/yii2-merchant/commit/937be79
219+
[820df72]: https://github.com/hiqdev/yii2-merchant/commit/820df72
220+
[8e34c11]: https://github.com/hiqdev/yii2-merchant/commit/8e34c11
221+
[4ed4be1]: https://github.com/hiqdev/yii2-merchant/commit/4ed4be1
222+
[0455e49]: https://github.com/hiqdev/yii2-merchant/commit/0455e49
223+
[2e5cbd8]: https://github.com/hiqdev/yii2-merchant/commit/2e5cbd8
224+
[4f1c26c]: https://github.com/hiqdev/yii2-merchant/commit/4f1c26c
225+
[c8145a4]: https://github.com/hiqdev/yii2-merchant/commit/c8145a4
226+
[Under development]: https://github.com/hiqdev/yii2-merchant/releases
227+
[0.1.0]: https://github.com/hiqdev/yii2-merchant/releases/tag/0.1.0

version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yii2-merchant 0.1.0 2017-09-28 16:52:32 +0200 e4c0085e667c292263694a3854e41c6f5b5d179c

0 commit comments

Comments
 (0)