Releases: synzen/MonitoRSS
Releases · synzen/MonitoRSS
16.14.9
6.14.3
6.14.2
-
Fix nested objects in arrays past the 0th index not getting outputted to the dump file for feeds properly via the
dump
commandBefore:
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