instantpage / instant.page

Make your site’s pages instant in 1 minute and improve your conversion rate by 1%
https://instant.page
MIT License
6.04k stars 205 forks source link

PHP 7.3.8 warnings #44

Closed mrEckendonk closed 5 years ago

mrEckendonk commented 5 years ago

Hi there,

I get these warnings with a site that has the WordPress plugins, on sites where I self hosted it I don't get any warnings.

PHP Warning:  Use of undefined constant instantpage_wp_enqueue_scripts - assumed 'instantpage_wp_enqueue_scripts' (this will throw an Error in a future version of PHP) in /home/nginx/domains/XXX.com.br/public/wp-content/plugins/instant-page/instantpage.php on line 11
Warning: Use of undefined constant instantpage_wp_enqueue_scripts - assumed 'instantpage_wp_enqueue_scripts' (this will throw an Error in a future version of PHP) in /home/nginx/domains/XXX.com.br/public/wp-content/plugins/instant-page/instantpage.php on line 11 PHP Warning:  Use of undefined constant instantpage_script_loader_tag - assumed 'instantpage_script_loader_tag' (this will throw an Error in a future version of PHP) in /home/nginx/domains/XXX.com.br/public/wp-content/plugins/instant-page/instantpage.php on line 12
Warning: Use of undefined constant instantpage_script_loader_tag - assumed 'instantpage_script_loader_tag' (this will throw an Error in a future version of PHP) in /home/nginx/domains/XXX.com.br/public/wp-content/plugins/instant-page/instantpage.php on line 12
dieulot commented 5 years ago

Oops, that’s a regression. I just pushed v2.0.0.1 which fixes it.