Skip to main content

Changelog

1.3.3

1.3.2

  • [New] Field groups can have front office hooks to display data
  • [New] New hook cfgGetPositionsAfter to add custom front-office hooks
  • [New] Support for Custom Setting entity to create configuration pages.
  • [New] Add new Customer Group relation field.
  • [New] Add new Hook Checker to ensure correct module implementation.
  • [New] Add addPresenterVars(array $vars) function to ProductFieldValue class.
  • [Edit] Image Field is now translatable.

1.2.0

  • [New] New system for entities: Enhance the number of entities supported, add translations to entity names, add controllers and hook selection for each entity, add name aliases for data retriever.
  • [New] Support for Shop entity.
  • [New] Support for Shop Group entity.
  • [New] Support for Gender entity.
  • [New] Support for Customer Group entity.
  • [New] Support for Order State entity.
  • [New] Support for Specific Price Rule entity.
  • [New] Support for Tax Rules Group entity.
  • [New] Support for Store entity.
  • [New] Support for Country entity.
  • [New] Support for State entity.
  • [New] Support for Image entity.
  • [New] Support for Tag entity.
  • [New] Support for Alias entity.
  • [New] Support for Search Engine entity.
  • [New] Data retriever method can use module name instead of ID: $dataRetriever->get('module', 'module_name').
  • [Fix] Fix duplicate validation message (multilingual fields).
  • [Fix] Fix issue when saving an empty repeater which had value.

1.1.2

  • [New] Add new Date Field.
  • [Fix] Fix issue with field data when converting translatable field to untranslatable.
  • [Fix] Fix issue when a new language was added to the back office.
  • [Fix] Fix installation issue with PS 8.1.0 version.

1.1.1

  • [New] Add menu option to CustomFieldGroups modules.
  • [New] Add new Color Field.
  • [New] The module is now translatable, translation for language "FR" added.
  • [Edit] Change relation field return values to object|null.
    • Lazy loading of related entities field groups.
    • Add product presenter to product field (lazy loaded).
  • [Edit] Change development directory to "_dev" folder, change Gulp assets processing to Webpack.
  • [Fix] Minor process optimization.
  • [Fix] Back office controller verification before assets insertion.
  • [Fix] Security fix.
  • [Other] French documentation available.

1.1.0

  • CustomFieldGroups module is available