Skip to content

5.7.0

Compare
Choose a tag to compare
@gggeek gggeek released this 02 Dec 23:47
· 405 commits to master since this release
  • New: when manipulating Locations, it is now possible to set references to content_remote_id

  • Fix: the migrations generated for content/create and content/update were missing information about section and object states

  • New: new migration step: content_version/load. Example:

      -
          type: content_version
          mode: load
          match:
              content_id: 2893941
          match_versions:
              status: archived
          references_type: array
          references:
              -
                  identifier: archived_versions_for_2893941
                  attribute: version_no
    
  • New: migration step: content_version/delete can now match the versions based on status, as well as using complex conditions based on and/or/not

  • New: when manipulating content versions, it is now possible to set references to version_no and version_status

  • BC changes:

    • migration step: content_version/delete has deprecated the element 'versions' in favour of 'match_versions'

    • when manipulating content versions, it is not possible any more to set references to attributes (might be fixed in the future)