Skip to content

Commit

Permalink
OXDEV-7559 Update compatibility and export sections
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Jun 25, 2024
1 parent 5482743 commit e524452
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ Full documentation can be found on: https://docs.oxid-esales.com/add-ons/persona

## Compatibility

* 1.x version of the module works with OXID eShop compilation 6.1.x
* 2.1.0 version of the module works with OXID eShop compilation 6.2.x
* 2.2 module version works with OXID eShop compilations 6.3.x, 6.4.x and 6.5.x
* 4.0 module versions works with OXID eShop compilations 7.0.x
* 3.0 module versions works with OXID eShop compilations 6.5.x
* 2.2 module version works with OXID eShop compilations 6.3.x, 6.4.x and 6.5.x
* 2.1.0 version of the module works with OXID eShop compilation 6.2.x
* 1.x version of the module works with OXID eShop compilation 6.1.x

#### Branches:
* Branch b-7.0.x is compatible with OXID eShop 7.0.x branches
* Branch b-6.3.x is compatible with OXID eShop 6.5.x branches

## Installation
Expand Down Expand Up @@ -81,11 +83,11 @@ There are 2 ways of exporting data:

To export data via CLI execute command:
```bash
bin/oe-console oe:personalization:export
vendor/bin/oe-console oe:personalization:export
```
or if there is a need to customize configuration parameters:
```bash
bin/oe-console oe:personalization:export --config /path/to/your/config/file.php
vendor/bin/oe-console oe:personalization:export --config /path/to/your/config/file.php
```

## Bugs and Issues
Expand Down

0 comments on commit e524452

Please sign in to comment.