File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ This **open-source plugin was developed to help the Sylius community**. If you h
47
47
48
48
| Plugin version | Sylius version | Supported VSF version |
49
49
| :--------------------:| :--------------:| :---------------------:|
50
- | v2.1.0 | 1.8 | 1.12.2 |
50
+ | v2.1.1 | 1.8 | 1.12.2 |
51
51
| v1.0.0-beta.1 | 1.6 | 1.11.4 |
52
52
53
53
### Requirements
@@ -74,7 +74,7 @@ Please refer to [Sylius Documentation - How to disable Sylius shop?](https://doc
74
74
First, add this plugin as dependency to your Sylius project.
75
75
76
76
```
77
- $ composer require bitbag/vuestorefront-plugin:v2.1.0
77
+ $ composer require bitbag/vuestorefront-plugin:v2.1.1
78
78
```
79
79
80
80
Add the plugin to ` config/bundles.php ` (if it's not there already):
@@ -403,7 +403,7 @@ To fix it add a following block into your `composer.json` file:
403
403
```
404
404
Make sure that
405
405
```
406
- "bitbag/vuestorefront-plugin": "v2.1.0 "
406
+ "bitbag/vuestorefront-plugin": "v2.1.1 "
407
407
```
408
408
is present in ` require ` section in your ` composer.json ` file and then run:
409
409
```
Original file line number Diff line number Diff line change @@ -52,8 +52,7 @@ public function __construct(
52
52
bool $ ssl ,
53
53
string $ username ,
54
54
string $ password
55
- )
56
- {
55
+ ) {
57
56
$ this ->host = $ host ;
58
57
$ this ->port = $ port ;
59
58
$ this ->transport = $ transport ;
@@ -72,9 +71,9 @@ public function __invoke(Request $request): Response
72
71
'transport ' => $ this ->transport ,
73
72
'ssl ' => $ this ->ssl ,
74
73
'username ' => $ this ->username ,
75
- 'password ' => $ this ->password
74
+ 'password ' => $ this ->password ,
76
75
]);
77
-
76
+
78
77
$ client ->addConnection ($ connection );
79
78
80
79
$ index = $ request ->attributes ->get ('index ' );
You can’t perform that action at this time.
0 commit comments