Skip to content

Commit

Permalink
Update UPGRADE-1.3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmleroux authored Mar 14, 2017
1 parent f4a64ff commit f009765
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion UPGRADE-1.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# UPGRADE FROM 1.2 to 1.3

```
Some namespaces changed for Akeneo PIM 1.6 compatibility and you can reflect them in your custom by running the following commands:

```bash
find ./src -type f -print0 | xargs -0 sed -i 's/Pim\\Bundle\\EnhancedConnectorBundle\\Processor\\AttributeToFlatArrayProcessor/Pim\\Bundle\\EnhancedConnectorBundle\\Processor\\Normalization\\AttributeProcessor/g'
find ./src -type f -print0 | xargs -0 sed -i 's/Pim\\Bundle\\EnhancedConnectorBundle\\Processor\\FamilyToFlatArrayProcessor/Pim\\Bundle\\EnhancedConnectorBundle\\Processor\\Normalization\\FamilyProcessor/g'
```

0 comments on commit f009765

Please sign in to comment.