- update: add Pimcore 12 support and drop support for Pimcore <11.5
- switched to MIT license
- bugfix: [Inherited Properties] add inherited field to export and skip inherited properties on import
- BC-break: bugfix: Import of exported Page Snippet documents by changing type to
Pimcore\Model\Document\SnippetYou have to change the key of your already exported YAML files fromPimcore\Model\Document\PageSnippettoPimcore\Model\Document\Snippet - improvement: Refactoring of PageImportPopulator - separated into three new Populators
- feature: [With or Without IDs] Export and Import should be possible without IDs (#20)
- change: You have to change the key of already exported YAML files from
Pimcore\Model\DocumenttoPimcore\Model\Document\Page
- bugfix: add controller field to converters_populators (#18)
- feature: Import Pimcore DataObjects via
/admin/neusta/import-export/object/import - feature: Import Pimcore Documents via
/admin/neusta/import-export/document/import - feature: Overwrite option for existing elements during import
- feature: Detailed result messages after import (number of replaced, not replaced, and newly imported elements)
- improvement: changed YAML format using full-qualified Pimcore type as key
- improvement: Refactored
AbstractImportBaseControllerfor better reusability and statistics - improvement: Improved error handling and logging during import
- bugfix: Correct HTTP status codes and error messages for failed imports
- chore: remove teamneusta/pimcore-fixture-bundle dependency (#11)
- BC-break: If you used on of the AbstractAssetFixture or AbstractPageFixture classes from this bundle, use teamneusta/pimcore-fixture-bundle instead.
- bugfix: CSRF Protection is safe again and don't need to be disabled for the import route (#9)
- feature: Initial release
- feature: Export Pimcore pages to YAML files
- feature: Import Pimcore pages from YAML files