Skip to content

Commit e524452

Browse files
committed
OXDEV-7559 Update compatibility and export sections
Signed-off-by: Anton Fedurtsya <anton@fedurtsya.com>
1 parent 5482743 commit e524452

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ Full documentation can be found on: https://docs.oxid-esales.com/add-ons/persona
77

88
## Compatibility
99

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
1311
* 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
1415

1516
#### Branches:
17+
* Branch b-7.0.x is compatible with OXID eShop 7.0.x branches
1618
* Branch b-6.3.x is compatible with OXID eShop 6.5.x branches
1719

1820
## Installation
@@ -81,11 +83,11 @@ There are 2 ways of exporting data:
8183

8284
To export data via CLI execute command:
8385
```bash
84-
bin/oe-console oe:personalization:export
86+
vendor/bin/oe-console oe:personalization:export
8587
```
8688
or if there is a need to customize configuration parameters:
8789
```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
8991
```
9092

9193
## Bugs and Issues

0 commit comments

Comments
 (0)