spicywebau / craft-embedded-assets

Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets in Craft CMS
MIT License
171 stars 34 forks source link

Where is the full documentation? #252

Closed darylknight closed 3 months ago

darylknight commented 3 months ago

Bug Description

I just inherited a Craft site which uses getVideoCode from Embedded Assets. I can see from the latest patch notes that this is getting removed, but I can't see any link in this repository that points at full docs that include this function. Could you please show me where the docs for this are? The repo has a section on templating, but doesn't include this.

image

Embedded Assets version

4.0.0

Craft CMS version

4.8.5

ttempleton commented 3 months ago

Per the changelog, getVideoCode() has been removed in 4.0.0, and getIframeCode() should be used instead. getIframeCode() is covered in the docs here.