Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dxops committed Feb 11, 2020
1 parent afe01c0 commit 27feb43
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,21 @@ With this extension, you will be able to sync the following data from Akeneo to

## Compatibility

| Connector | OroCommerce | Akeneo | Build |
|------------|-------------|------------|-------|
| v1.6 | v1.6 | v2.3, v3.2 | [![Build Status](https://travis-ci.org/oroinc/OroAkeneoBundle.svg?branch=1.6)](https://travis-ci.org/oroinc/OroAkeneoBundle) |
| v3.1 | v3.1 | v2.3, v3.2 | [![Build Status](https://travis-ci.org/oroinc/OroAkeneoBundle.svg?branch=3.1)](https://travis-ci.org/oroinc/OroAkeneoBundle) |
| Connector | OroCommerce | Akeneo | Build |
|------------|-------------|------------------|-------|
| v1.6 | v1.6 | v2.3, v3.2, v4.0 | [![Build Status](https://travis-ci.org/oroinc/OroAkeneoBundle.svg?branch=1.6)](https://travis-ci.org/oroinc/OroAkeneoBundle) |
| v3.1 | v3.1 | v2.3, v3.2, v4.0 | [![Build Status](https://travis-ci.org/oroinc/OroAkeneoBundle.svg?branch=3.1)](https://travis-ci.org/oroinc/OroAkeneoBundle) |

## Schema

**Make sure you don't have any pending Schema Update changes or entity and migration inconsistencies:**

```
> php app/console --env=prod doctrine:schema:update --dump-sql
[OK] Nothing to update - your database is already in sync with the current entity metadata.
```

## Dataset

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"extra": {
"patches": {
"oro/platform": {
"BAP-19164: Child jobs stuck when consumers fail with out of memory error/other non-recoverable fatal like parsing error": "https://raw.githubusercontent.com/oroinc/OroAkeneoBundle/3.1/patches/job_runner_impovement.patch",
"BAP-19127: Log Allowed memory size of x bytes exhausted errors": "https://raw.githubusercontent.com/oroinc/OroAkeneoBundle/3.1/patches/oro_distribution_bundle_improvement.patch"
"BAP-19164: Child jobs stuck when consumers fail with out of memory error/other non-recoverable fatal like parsing error": "https://raw.githubusercontent.com/oroinc/OroAkeneoBundle/1.6/patches/job_runner_impovement.patch",
"BAP-19127: Log Allowed memory size of x bytes exhausted errors": "https://raw.githubusercontent.com/oroinc/OroAkeneoBundle/1.6/patches/oro_distribution_bundle_improvement.patch"
},
"monolog/monolog": {
"BAP-19127: Log Allowed memory size of x bytes exhausted errors": "https://raw.githubusercontent.com/oroinc/OroAkeneoBundle/3.1/patches/monolog_error_handler_improvement.patch"
"BAP-19127: Log Allowed memory size of x bytes exhausted errors": "https://raw.githubusercontent.com/oroinc/OroAkeneoBundle/1.6/patches/monolog_error_handler_improvement.patch"
},
"symfony/symfony": {
"BAP-19127: Log Allowed memory size of x bytes exhausted errors": "https://raw.githubusercontent.com/oroinc/OroAkeneoBundle/3.1/patches/symfony_error_handler_improvement.patch"
"BAP-19127: Log Allowed memory size of x bytes exhausted errors": "https://raw.githubusercontent.com/oroinc/OroAkeneoBundle/1.6/patches/symfony_error_handler_improvement.patch"
}
}
}
Expand Down

0 comments on commit 27feb43

Please sign in to comment.