Skip to content

Latest commit

 

History

History
157 lines (111 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

157 lines (111 loc) · 3.41 KB

Changelog for Config Importer

7.0.1 & 7.0.2

Changed

  • config import silently ignores error if extension for creating new shops is not ready. This allows easy upgrade of this module

7.0

Changed

  • Import and export shop configurations in all languages supported by a shop.
  • Sort keys of shop configurations in export files.
  • Fixed 'shop' option validation

6.2.0

Changed

  • Checking whether module is already active before deactivating the module.
  • $oModuleStateFixer->deactivate($oModule)
  • Creating sub-shops through defined configuration files.

fixed

  • fixed that if the selected theme is the default in the defaults.yaml then all theme settings for this theme got lost
  • Config import is not enabling a module if it's deactivated in DB.
  • Config import is not creating sub-shops through configuration files.

6.1.0

fixed

  • The tests have been updated and are now compatible with OXID ESHOP 6.1.

changed

  • The tests have been refactored to use namespaces.
  • Several tests have been refactored to not mock the SUT.

6.1.0 (beta release)

new

  • add a shop parameter to comand line to allow importing config of specific shop ids

fixed

  • encoding changed to utf8 to avoid issue with dd slider module

6.0.0 (only beta)

changed

  • use boolean syntax for module settings in export
  • settings not listed in module's metadata will not be exported
  • fix importing settings that do not exist in metadata

fixed

  • first disabled module during the import was causing warnings as it was not detected as beeing disabled

5.2.0

changed

  • moved to module internals fix command (instead of oxid console)
  • additinal check see #20

5.1.0

add

  • added services yaml to register console command

5.0.0

update

  • changed default configuration path because most projects do not want to have configuration not within the modules folder

4.0.17

update

  • symfony/yaml v3

4.0.16

fixed

  • fixed php warning

4.0.15

fixed

  • theme config was not imported if there was a theme that was not used in the import

4.0.14

fixed

  • fixed setting module version

4.0.13

  • performance

changed

  • theme config handling (do not include unnecessary config)

4.0.12

  • performance

fixed

  • fix to be compatible with new oxid console statefixer needs output object

4.0.11

sorting version field

4.0.10

fixed

  • debug output is working again

4.0.9

changed

  • do not export aModuleExtensions anymore
  • unique aDisabledModules

4.0.8

fixed

use correct version number in metadata.php

4.0.7

fixed

use the correct shop id during fix states during the import

4.0.6

changed

remove version from composer.json (to be read from composer.lock)

4.0.5

fixed

catch exception for module activation and compare versions to only run updates for new module versions

4.0.4

changed

Added a getter for default exclude fields, will skip the module controllers array.

4.0.3

4.0.2

  • Updating module for OXID eShop V6
  • Composer-ready
  • New module structure

0.5.1

  • Export handles theme settings
  • Ignore environment specific fields on export

0.4

  • Use types in exported variables

0.3

  • ...

v0.2.0

  • Module renamed
  • Documentation adjusted
  • Changelog added
  • Refactoring done to match OXPS standards
  • Added JSON pretty print option support
  • Adjusted dashboard styles