Skip to content

5.9.0

Compare
Choose a tag to compare
@gggeek gggeek released this 11 Apr 08:21
· 348 commits to master since this release
  • New: the role/create migration step now resolves references for role names. Same for role/update.

  • New: new migration steps language\update, language\load, section\load, role\load, object_state\load, object_state_group\load

  • New: more flexible matching for migration step language\delete

  • New: more reference resolving in section creation and update

  • New: the generate command now has a --list-types option that will have it list all migration types available for generation

  • Fix: warnings generated when creating array-valued refs using an empty collection of items

  • Fix: references would not be resolved for Author and Selection fields, when the field value is given in array form.
    Ex: this will now be resolved

      ...
      attributes:
          country: # an ezselection field
              - italy
              - reference:mycountry
    
  • BC changes:

    • the language\delete step should not be used any more with a lang element, but with match instead