- ECB-14: Fix permissions on job profiles
- GITHUB-90: family export doesnt export label
- ECB-13: fix ProductReader returning false
- Compatibility with PIM 1.7 community edition 1.7
- Compatibility with PIM 1.7 enterprise edition 1.7
- Remove all FormConfigurationProviders to use the new PEF for Jobs
- Compatibility with PIM community edition 1.6
- Compatibility with PIM enterprise edition 1.6
- Remove the customized product export as the PIM 1.6 supports same filtering features (completeness, last export date)
- Move
Pim\Bundle\EnhancedConnectorBundle\Processor\AttributeToFlatArrayProcessor
toPim\Bundle\EnhancedConnectorBundle\Processor\Normalization\AttributeProcessor
- Move
Pim\Bundle\EnhancedConnectorBundle\Processor\FamilyToFlatArrayProcessor
toPim\Bundle\EnhancedConnectorBundle\Processor\Normalization\FamilyProcessor
- Use startTime instead of endTime for last execution date
- Use of object detacher in ProductReader is deprecated and will be removed in 1.3
- Compatibility with Akeneo PIM 1.5
- Detach products after having read them instead of doing it in the processor
- Remove enhanced family export as it has been integrated in Akeneo PIM 1.5
- Replace service
pim_enhanced_connector.reader.orm.family
bypim_base_connector.reader.orm.family
- Replace service
pim_enhanced_connector.processor.product_to_flat_array
bypim_base_connector.processor.product_to_flat_array
- Added
akeneo_storage_utils.doctrine.object_detacher
inpim_enhanced_connector.reader.product
- ECB-7: diverted from 1.3 branch where a BC break was fixed
- ECB-6: Detach products once processed to avoid memory leak
- ECB-5: Add a new option to export categorized and/or uncategorized products
- ECB-3: Attribute labels are tranlated and exported to PimGento only for active locales
- ECB-4: Add missing translations on enhanced product export display
- Correct a bug that prevents family export to PimGento if no label is filled
- Correct a bug that prevents attribute export to PimGento if the attribute is in no family
- Using datagrids update filter results in an error caused by the "Greater or equal" operator used by the enhanced product reader
- Initial release