Skip to content

6.14.2

Compare
Choose a tag to compare
@synzen synzen released this 22 Oct 22:18
  • Fix nested objects in arrays past the 0th index not getting outputted to the dump file for feeds properly via the dump command

    Before:

    PROPERTY NAME                     |  VALUE                                     
    -------------------------------------------------------------------------------
    link                              |  value
    guid                              |  value
    enclosures[0]_url                 |  value
    enclosures[0]_type                |  value
    

    After:

    PROPERTY NAME                     |  VALUE                                     
    -------------------------------------------------------------------------------
    link                              |  value
    guid                              |  value
    enclosures[0]_url                 |  value
    enclosures[0]_type                |  value
    enclosures[1]_url                 |  value
    enclosures[1]_type                |  value
    enclosures[2]_url                 |  value
    enclosures[2]_type                |  value
    enclosures[3]_url                 |  value
    enclosures[3]_type                |  value
    enclosures[4]_url                 |  value
    enclosures[4]_type                |  value