You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the embed library on my project and noticed that Google Maps weren't working, this is because Linkable is using version 2 of the Embed library.
Is it possible to use version 3 in the next version? I'm aware that is requires PHP 5.5.
For now i've had to not use this module as embeds are more important :/
The text was updated successfully, but these errors were encountered:
I ran into this too (trying to install with SilverStripe 4). Embed has been updated on the master branch so should be fixed when a new version is tagged.
For now you can do composer require sheadawson/silverstripe-linkable dev-master which will install from master and include the correct version of embed\embed
I'm using the embed library on my project and noticed that Google Maps weren't working, this is because Linkable is using version 2 of the Embed library.
Is it possible to use version 3 in the next version? I'm aware that is requires PHP 5.5.
For now i've had to not use this module as embeds are more important :/
The text was updated successfully, but these errors were encountered: