AtlasPublicPolicy / power-bi-embedded

Use Power BI Embedded to embed dashboards, reports, report visuals, Q&A, and tiles in your WordPress website.
GNU General Public License v3.0
49 stars 34 forks source link

PHP 8.0 - Deprecated notices #29

Open VlooMan opened 3 years ago

VlooMan commented 3 years ago

Hi,

When using the plugin on PHP 8.0 it generates Deprecated notices which are annoying during development when error reporting is necessary. Any chance you could have a look at it?

Deprecated: Required parameter $field_id follows optional parameter $type in wp-content/plugins/embed-power-bi/lib/cmb2/includes/rest- api/CMB2_REST.php on line 693

Cheers

jangabler commented 3 years ago

Hi @VlooMan,

since https://github.com/CMB2/CMB2/commit/82c3fc844aba8f3c099d7450013e4ff870f58832 the parameter isn't optional anymore. The dependency CMB2 should be updated!