File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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
```
You can’t perform that action at this time.
0 commit comments