- 1.8.3
- 1.8.1
- YouTube API v3 support (v2 has been dropped!)
- 1.6.7
- 1.6.8
- Option/Parameter added: autoplay="true" will start playing the video(s) as soon as they're ready. Does not work in preview mode!
- 1.6.7
- New filter added: "+postMeta:key" will add post meta data to the search string.
- 1.6.6
- Added timeout functionality so you don't run into related errors when you have to wait longer for YouTube to respond than you server allows (PHP) script execution.
- 1.6.5
- Widget: 'before' and 'after' code output fixed
- 1.6.4
- You now can also select the categories of a post (postCategories) as relation.
- You can now add the post title, tags, or categories by adding "+postTags", "+postTitle", and/or "+postCategories" in the filter field.
- 1.6.3
- New shortcode/widget parameter: viewRelated="no" or viewRelated="false" will not show more related videos at the end of a clip.
- 1.6.1
- Plugin settings: You can now set your own message when no videos were found .
- 1.6.0
- In case no videos can be found, spit out the YouTube request URL.
- 1.5.9
- Workaround: In case curl is not install simply try calling the YouTube API, no matter if the (officially) required HTTPS wrapper is installed or not.
- 1.5.7
- Fix: Detection of which method to use to call the remote YouTube API.
- 1.5.6
- Fix: Behavior when not a single video is returning from YT.
- 1.5.4
- 1.5.3
- Quick typo fix in the JS code. Oh Boy^^.
- 1.5.2
- Fix: Preview mode now shows title and description again (if you want it to).
- 1.5.1
- HTML/JS fix for displaying the videos.
- 1.5.0
- A backend page has been added! It includes some basic settings/options, a system requirement check, and the documentation.
- The documentation has been visually cleaned up a bit and the copy has been edited.
- New attribute added: filter="" (e.g. filter="intitle:official") will add more search parameters. Might be useful when the relation is set to be the post title or the tags to add some "static" filters.
- 1.4.6
- New attribute added: author="{YouTube Username}" will only show videos from that very YT user.
- 1.4.5
- New attribute added: lang="", e.g. lang="en". Inserting a two-letter language code should restricts the videos to that very language.
- New attribute added: region="", e.g. region="de". Only show videos that are viewable for a given (two-letter country code) region.
- 1.4.3
- Added Serbo-Croatian translation, thanks to by Borisa Djuraskovic.
- 1.4.2
- Added internal "Allow fullscreen mode" (HTML) parameter.
- 1.4.1
- Request only videos of a certain length: "short" = less than four minutes. "medium" = between 4 and 20 minutes. "long" = longer than 20 minutes.
- 1.4.0
- New attribute: preview. Set to 'true' will display preview thumbnail images and only load (and play) the video when such an image has been clicked.
- 1.3.2
- Issues fixed with relation="postTitle" and id attribute.
- 1.3.1
- Two new attributes/options added: showVideoTitle and showVideoDescription.
- 1.2.1
- Fixes issues when adding custom HTML class or id attribute.
- 1.2.0
- New RANDOM option/parameter added. "Random" has to be a numeric value and determines the size of a pool, {MAX} number of random videos will be picked from. It could read like: Give me {MAX} random videos from a pool of {RANDOM}. Don't worry, I'm about to revise the documentation to make it understandable again^^
- 1.1.3
- Shortcode fix (return, don't echo...)
- 1.1.2
- Updating half the fix makes only half sense, sry^^
- 1.1.1
- API fix for handling the "orderBy" parameter more robust.
- 1.1.0
- Added optional parameter 'exact' which allows you to search for an exact phrase. It basically equals a search on YouTube with quotation marks around your search terms.
- Also changed the API for the sake of scalability! The API method "searchYouTube" now takes an array(!) of configurational parameters as argument.
- 1.0.9
- Bug fixed: YouTube API seems to be case sensitive on some parameters which had caused problems with the "viewCount" (orderBy) parameter.
- 1.0.8
- Added parameter "wmode = transparent" which should allow HTML elements to be positioned above a video object.
- 1.0.5
- New widget option "Site Search". It allows (if checked) to use the terms a user has entered into the WordPress search box an look these up at YouTube. On "normal" pages (other than the search results page) your other settings will be used to define the relation. So there's no harm done here :)
- 1.0.4
- 1.0.3
- Added a ReadMe or How-To page to the WordPress backend under Settings > Related YT Videos
- 1.0.2