• Working in 3.6.7 but fails in 3.7.0
    The shortcode loop includes
    field=cutoff value='future-time' after='-9 hours'
    cutoff is an integer datetime and now in loop.php at line 1643 the foreach fails because $values is that integer via format.php->explode_list the first line which is now
    if (!is_string($list)) return $list;

    is there a better way to perform that compare rather than patch explode_list.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    Hi, sorry for the late reply!

    Thank you for noting the exact location of the bug. I fixed it to handle field values that are numbers. I’ll be publishing a new version soon.

    Eliot, was this fixed in one of the newer versions posted recently?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘V3.70 breaks compare code’ is closed to new replies.