1.4.10
November 15th, 2022
Changes
- Changed popup thumbnail from a fixed size to responsive size, to fit it's container
Full Changelog: https://github.com/jmalko/wistia/compare/v1.4.9...v1.4.10
1.4.9
November 15th, 2022
Bugfix
- Change array key check method from v1.4.8
Full Changelog: https://github.com/jmalko/wistia/compare/v1.4.8...v1.4.9
1.4.8
November 15th, 2022
Bugfix
- Check for base array before checking for nested value
Full Changelog: https://github.com/jmalko/wistia/compare/v1.4.7...v1.4.8
1.4.1
March 30th, 2022
Changed "completed" modifier to cycle through classed elements instead of ID.
1.4.0
March 30th, 2022
Add thumbnail modifier
{{ wistia_field | details:thumbnail }}
returns the url of the thumbnail image set in Wistia
1.3.2
March 24th, 2022
Bugfixes: - Check for old pre-1.2 string values - Promote field styling change to release
1.3.0
March 16th, 2022
Media info loads in the CP now and save to the entry as an object. This, so that now video metas are addressable directly via PHP.
{{ wistia | details:duration }} - returns raw seconds {{ wistia | details:duration_formatted }} - returns HH:MM:SS
You will have to visit each video and change the URL momentarily, then save in order to pull the meta data.
1.2.0
March 11th, 2022
Added modifiers: {{ wistia | detail:duration }} - add the duration where you wish in your template as a span (format: ~1m) {{ wistia | detail:complete }} - put a 90% complete mark where you wish. It's a span, and marks the parent node with ".active" class
Complete and finished statuses are stored in javascript cookies for 30 days from last activity. Adjustment to this can come later.
1.1.2
March 9th, 2022
Added embed features:
embed style show title show duration track completion track finish
Added classes for styling. Opt-in tailwind styles forthcoming.
.wistia_popup .wistia_popup_meta .wistia_popup_title .wistia_popup_details .wistia_popup_duration .wistia_popup_completion .wistia_popup_finished
.wistia_inline .wistia_inline_meta .wistia_inline_title .wistia_inline_details .wistia_inline_duration .wistia_inline_completion .wistia_inline_finished
1.1.1
March 9th, 2022
Added embed features: 1. embed style 2. show title 3. show duration 4. track completion 5. track finish
Added classes: .wistia_popup .wistia_popup_meta .wistia_popup_title .wistia_popup_details .wistia_popup_duration .wistia_popup_completion .wistia_popup_finished
.wistia_inline .wistia_inline_meta .wistia_inline_title .wistia_inline_details .wistia_inline_duration .wistia_inline_completion .wistia_inline_finished