Skip to content

Commit 65a097a

Browse files
committed
Merge 4.0 branch.
Signed-off-by: Bruno Gaspar <brunofgaspar1@gmail.com>
2 parents b4def1e + dc236eb commit 65a097a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,36 @@ We do not give estimated times for completion on `Accepted` Proposals.
1717

1818
- Support for Laravel 5.3.
1919

20+
### v4.0.1 - 2016-04-27
21+
22+
`UPDATED`
23+
24+
- Service provider to add missing value on the provides array.
25+
2026
### v4.0.0 - 2016-01-18
2127

2228
`REVISED`
2329

2430
- Support for Laravel 5.2.
2531

32+
### v3.0.1 - 2016-04-27
33+
34+
`UPDATED`
35+
36+
- Service provider to add missing value on the provides array.
37+
2638
### v3.0.0 - 2016-01-18
2739

2840
`REVISED`
2941

3042
- Support for Laravel 5.1.
3143

44+
### v2.0.5 - 2016-04-27
45+
46+
`UPDATED`
47+
48+
- Service provider to add missing value on the provides array.
49+
3250
### v2.0.4 - 2016-01-18
3351

3452
`REVISED`
@@ -71,6 +89,12 @@ We do not give estimated times for completion on `Accepted` Proposals.
7189

7290
- Laravel 4 support.
7391

92+
### v1.0.3 - 2016-04-27
93+
94+
`UPDATED`
95+
96+
- Service provider to add missing value on the provides array.
97+
7498
### v1.0.2 - 2015-07-29
7599

76100
`ADDED`

src/StripeServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function register()
4141
public function provides()
4242
{
4343
return [
44-
'stripe',
44+
'stripe', 'stripe.config'
4545
];
4646
}
4747

0 commit comments

Comments
 (0)