File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ Full documentation can be found on: https://docs.oxid-esales.com/add-ons/persona
7
7
8
8
## Compatibility
9
9
10
- * 1.x version of the module works with OXID eShop compilation 6.1.x
11
- * 2.1.0 version of the module works with OXID eShop compilation 6.2.x
12
- * 2.2 module version works with OXID eShop compilations 6.3.x, 6.4.x and 6.5.x
10
+ * 4.0 module versions works with OXID eShop compilations 7.0.x
13
11
* 3.0 module versions works with OXID eShop compilations 6.5.x
12
+ * 2.2 module version works with OXID eShop compilations 6.3.x, 6.4.x and 6.5.x
13
+ * 2.1.0 version of the module works with OXID eShop compilation 6.2.x
14
+ * 1.x version of the module works with OXID eShop compilation 6.1.x
14
15
15
16
#### Branches:
17
+ * Branch b-7.0.x is compatible with OXID eShop 7.0.x branches
16
18
* Branch b-6.3.x is compatible with OXID eShop 6.5.x branches
17
19
18
20
## Installation
@@ -81,11 +83,11 @@ There are 2 ways of exporting data:
81
83
82
84
To export data via CLI execute command:
83
85
``` bash
84
- bin/oe-console oe:personalization:export
86
+ vendor/ bin/oe-console oe:personalization:export
85
87
```
86
88
or if there is a need to customize configuration parameters:
87
89
``` bash
88
- bin/oe-console oe:personalization:export --config /path/to/your/config/file.php
90
+ vendor/ bin/oe-console oe:personalization:export --config /path/to/your/config/file.php
89
91
```
90
92
91
93
## Bugs and Issues
You can’t perform that action at this time.
0 commit comments