After installing latest update (v2.0.0), I am getting this error:
Notice: Undefined variable: elementor in /var/www/wp-content/plugins/outfunnel/outfunnel.php on line 103
Line looks like this:
$this->$elementor = Elementor::instance();
but should be
$this->elementor = Elementor::instance();