kslimani / clappr-ima-plugin

Interactive Media Ads (IMA) SDK plugin for Clappr
MIT License
13 stars 3 forks source link

Support for @clappr/player latest version #63

Closed utilsites closed 1 year ago

utilsites commented 1 year ago

Like discussed here, clappr changed to a new project: @clappr/player.

The old project on npm now has this message: This package has been deprecated, Author message: This version is no longer supported. Please use the @clappr/player versions instead.

Can this clappr IMA plugin have a new version (maybe better on other project to don't brake latest), that is compatible with @clappr/player ? Or it's already compatible? Sorry, it's a bit confusing.

kslimani commented 1 year ago

Hello, i released a new version of the plugin which should support Clappr 0.4+ Please note this is experimental (i could not test on every devices, like phones or tablets).

utilsites commented 1 year ago

Nice, thanks! Can you also confirm if the latest version of clappr IMA plugin is compatible with the clappr old version? It seems so, but I'm not sure. Maybe need to lock the version for the previous one, while don't migrate to clappr player last version.

kslimani commented 1 year ago

I used a 0.5.0 tag (from previous 0.4.6) to mark the change. But it should be still backward compatible because i did not made any major changes (only implemented required methods, by Clappr 0.4+).

utilsites commented 1 year ago

Ok thanks for the information. For now I will keep the previous clappr version, but later will migrate.