All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Force vimeo through oembed to stop webpage rate limits (#21) (thanks @samuelbirch!)
- Wrapping functions in a try-catch to fail more gracefully. (#19) (thanks @mijewe!)
- Added better handling of invalid and private video URLs (#16) (thanks @billythekid!)
- Fixed
isValueEmpty
bug in fieldtype (thanks @samuelbirch!)
- Added video fieldtype (thanks @samuelbirch!)
- Added
getVideoId
variable
- Code cleanup
- Updated functions to return an empty string if the URL returns null for any reason. (#5, #6)
- Craft 3.0.0 release is required, no longer supporting RC versions
- Added
getTitle
variable - Added
getDescription
variable - Added
getType
variable - Added
getAspectRatio
variable - Added
getProviderName
variable
- Change
Embed
parameters tochoose_bigger_image
rather than picking it based off pixel dimensions
- Code cleanup
- Thumbnail images now remove
http:
orhttps:
from the URL to prevent mixed security
- Added new
embed
variable
- Added new parameters to pass along with the
getEmbedUrl
variable - Updated thumbnail function to simplify after adding the Embed library
- Updated path and repo name to fit within new recommended guidelines as discussed here.
- Updated to require
craftcms/cms ^3.0.0-RC1
(Thanks @brandonkelly)
- Fixed composer
handle
which caused a crash.
- Added
getVideoThumbnail
variable.
- Initial release