• Resolved elanghout

    (@elanghout)


    Than you for the last update. This version v3.0 is unfortunately not compatible with PHP 7.2 and 7.3 due to specific PHP 7.4 syntax in the code.

    For example in wp-content/plugins/responsive-videos-fitvids/lib/Core/Bootstrap.php on line 24:
    private static ?Bootstrap $instance = null;
    Results in error:
    PHP Parse error: syntax error, unexpected ‘?’, expecting function (T_FUNCTION) or const (T_CONST)

    Or in line 30:
    private static function Bootstrap $instance = null;
    Results in error:
    PHP Parse error: syntax error, unexpected ‘array’ (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sibin Grasic

    (@seebeen)

    Hello,

    Sorry for the bad experience. Please give me 1 hour to fix the error. System, might’ve not detected the min php version when linting the code.

    Plugin Author Sibin Grasic

    (@seebeen)

    Hello, Issue has been fixed. Version 3.0.1 has been pushed to repo.

    Thank you so much for the fast response! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Last v3.0 not compatible with PHP 7.2 and 7.3’ is closed to new replies.