Skip to content

5.5.1

Compare
Choose a tag to compare
@gggeek gggeek released this 25 Nov 22:08
· 417 commits to master since this release
  • New: when updating, deleting, loading Contents and Locations, you can now sort the results, as well as use an offset and limit. Ex:

      -
          type: content
          mode: load
          match: { content_type_identifier: folder }
          match_offset: 0
          match_limit: 10
          match_sort:
              - { sort_field: published, sort_order: desc }
    
  • New: it is now possible to generate migration definition files via migration steps.
    Also, more references are resolved in migrationdefinition/generate steps.

  • New: it is now possible to set the location remote_id when creating locations
    Also, more references are resolved in location/create and location/update steps.

  • New: it is now possible to match users using their group id

  • New: it is now possible to match user groups using the parent group id