YouTube Embed

Wordpress Plugin
Download latest - 5.2.3

Developers

codedart
Applian
dartiss

Download Stats

Today 43
Yesterday 71
Last Week 436
All Time 588,167
Banner 772x250


Releases (67 )

Version Release Date Change Log
5.2.3 2022-10-31
  • Enhancement: Compatibility with PHP 8 and above
5.2.2 2021-07-18
  • Enhancement: A second attempt to fix that pesky vulnerability. Hopefully, all should now be well
5.2 2020-06-03
  • Enhancement: What have I been doing during the pandemic? Picking through this code and resolving coding standards. Sigh. There's a LOT. Not all are done but will be in future updates but, for now, the majority are. Based on the amount of code I've had to change, I'm worried I've broken something. But, you know, every day's a school day and this has taught me a LOT
  • Enhancement: Look, I know I keep moving it but the plugin settings really shouldn't be anywhere other than under the Settings menu. So I've moved it back there
  • Enhancement: Added native lazy loading to the videos. I'll maybe look to add it to the thumbnails at a later time - does anybody want that?
  • Enhancement: I've improved the cache key generation. But, what this does mean, is that updating will cause all your YouTube Embed caches to clear. All your cache are belong to us
  • Enhancement: Clarified the API sign-up process in the README
5.1.1 2020-04-09
  • Enhancement: Added extra plugin meta
  • Bug: The URL separator was not always correct - it still seemed to work but it was sloppy
  • Bug: Reduced the top padding on videos
  • Bug: Single-video looping was not working due a change in how YouTube nows processes them (they now have to be single-video playlists for them to loop. Yeah, I know)
5.1 2020-03-07
  • Enhancement: Now supports specifying the language for the closed captions
  • Enhancement: Moved interface language option from the settings screen to profiles
  • Enhancement: You can now head to the settings screen and specify your own videos to be used on the profile screen
  • Enhancement: Added option to allow the Closed Caption language to be specified
  • Enhancement: Removed option in profile page to view an example 3D video. That just left a standard video and a playlist so, instead of switching between them, both examples are now set out on the page (so no need to switch now)
  • Maintenance: Removed deprecated window mode, auto-hide, HTML 5 and theme options
  • Maintenance: Removed the plugins menu
  • Bug: The demo videos weren't working, so they've been updated
  • Bug: Fixed an issue with the video cache, which was expiring too quickly
5.0.6 2019-01-30
  • Bug: It would appear that some of the code for the editor button was still lurking in dark corners of the plugin. That's caused those not rocking Gutenberg to see errors or, worst still, the dreaded "white screen of death". Apologies. I've now hoovered out all of the muck
  • Bug: Whilst fixing the above, I noticed the title of one of the settings was wrong, so I've fixed that oo
5.0.5 2019-01-29
  • Maintenance: The rel parameter has changed and the showinfo has been deprecated. Have updated the plugin for these changes
  • Maintenance: I've removed the editor button. It doesn't work after WP 5.0 and I don't wish to maintain it
  • Maintenance: I'm now using a time constant when caching
  • Maintenance: Added Github links to plugin meta
  • Maintenance: Using the checked function for screen output
  • Maintenance: A minor language tweak, where I was specifying something that should, ideally, be captured by translations instead
5.0.4 2017-11-20
  • Maintenance: Updated this README for better presentation in the new plugin directory. Funky.
  • Maintenance: The minimum requirements for this plugin is now WordPress 4.6 so language files could be got rid of and various other bits of change. Smooth.
  • Maintenance: Links to artiss.blog have been fixed. Smashing.
5.0.3 2017-04-02
  • Enhancement: Now allow the align parameter in the profile HTML
5.0.2 2016-11-04
  • Enhancement: I now include the shortcodes code whether you're in admin or not, as there is no performance improvement by doing otherwise
  • Enhancement: After WordPress 4.6 you don't need to load the text domain. So I don't!
  • Enhancement: Fixed XSS vulnerability by restricting which HTML tags can be used in the template field
5.0.1 2016-09-01
  • Maintenance: Now suppressing errors when fetching of API data fails
  • Maintenance: Updated the drop-down of video sizes in the profiles screen, based upon latest YouTube recommendations
  • Maintenance: Two sections of the README had the same name so wasn't displaying correctly on wordpress.org - now corrected!
  • Maintenance: Updated the screenshots - something I should have done for 5.0 but forgot (mumbling apologies)
  • Bug: Okay, I admit it, I was caching the videos when they were random user-generated playlists, which meant the random order was the same each time . Now I suppress caching if this is the case
  • Bug: For reasons I've yet to ascertain, some people appear to have an old value left over as the API key. I've therefore added a check for this and will clear it down if needs be
  • Bug: Got rid of a number of PHP errors, most of which would have caused issues with the code as well
  • Bug: No-one spotted this one but I did - the list and profile counts weren't always correct. Also, the profiles count was getting a bit confused with the lists count and the list count had really no idea what it was doing generally. Basically, it's sorted
  • Bug: To make things easier for myself I changed the array names that held the profile and list names. But, yeah, this means they weren't transferred from previous setups. Arse. Okay, that's now sorted
  • Bug: In trying to resolve that last issue I found that the code that's supposed to run during a plugin update wasn't. Some jiggery-pokery later, it's been re-written and works like a dream!
5.0 2016-08-05
  • Enhancement: The API is back ! The plugin can now fetch video information to add to the metadata
  • Enhancement: Caching is back ! Now that I'm happy with the speed of the main code, I'm now happy to cache it
  • Enhancement: Added housekeeping for the caching, because WordPress is rubbish at doing it itself
  • Enhancement: A new shortcode has been added to allow you to easily output video information to your post or page using a simple templating system
  • Enhancement: Added the new API data to the metadata but also added more elements
  • Enhancement: Improved the video ID validation if the API is not used
  • Enhancement: WordPress has a nasty habit of modifying the video IDs that are passed to the plugin. Most of these we're already able to undo, but it's now been enhanced further to work even better
  • Enhancement: The thumbnails shortcode now uses the API and, as a result, is slimmer and works with playlists too!
  • Enhancement: Made some minor changes towards better accessibility. It's been pretty shoddy up until now but the next release should complete this work
  • Maintenance: Data is passed around between functions via arrays rather than LOTS of variables, which is a much better of doing it
  • Maintenance: Removed the old video validation process as this is now handled by the API function
  • Maintenance: Widget changes to support the customizer in WP 4.5
  • Maintenance: Changed the branding back. Because it's me you want - I understand that now
  • Maintenance: Tested for WP 4.6 and PHP 7 compatibility because, you know, it's the future
  • Maintenance: Re-wrote this bad boy README
  • Bug: Fixed metadata output issues with playlists
  • Bug: Fixed bug where lists would not display if the new performance option was switched on
  • Bug: Fixed issue with the uninstaller
4.3.5 2016-05-05
  • Maintenance: Updated branding, inc. adding donation links
4.3.4 2016-02-26
  • Bug: Fixed issue with 3 hyphens in a video ID being converted to —
4.3.3 2016-02-16
  • Maintenance: One of the URLs in the README is being reported as being infected by malware. I have therefore removed this URL but have changed the release number, although no code has changed, to force the new version to download to existing users
4.3.2 2016-02-14
  • Bug: Correct validation of list field, which was preventing more than one video being specified
  • Bug: Fixed the URL for the settings link in the plugin meta
4.3.1 2016-02-06
  • Bug: Had removed a function (by accident, you understand) that converted the old alternative shortcode settings to a new format. The result is that the conversion didn't take place and an array was passed as a shortcode name to WordPress Core, generating an error. The function has been added back in.
4.3 2016-02-04
  • Enhancement: Added new "Third Party Plugins" screen, which lists third party plugins that work alongside YouTube Embed, adding extra functionality. You can view, install and see the status of these plugins from this screen
  • Maintenance: Moved the settings back to the YouTube Embed menu
  • Maintenance: Renamed menus to be more specific
  • Maintenance: Updated the function names, which were still using the out-dated "vye" prefix
4.2.1 2016-01-21
  • Bug fix: Quotes were not being dealt with correctly in the template field. Now corrected.
4.2 2016-01-19
  • Enhancement: Re-written the core embedding code. Redundant code removed and, for the remaining code, re-imagined to improve performance
  • Enhancement: Massively changed how the plugin retrieves saved options and, in particular, how I populate default values. The result? Much improved performance
  • Enhancement: Reviewed and reduced the calls to fetch the options
  • Enhancement: Added a new general option to allow you to force a list type to be specified before a list can be used. The reason? By doing this the code doesn't have to check if the ID it a list name each time and it improves performance. For those upgrading this will be switched off by default to maintain backwards compatibility
  • Enhancement: Admin bar options only appear if viewing the admin bar on the site (showing it whilst in the admin screens seemed rather pointless)
  • Enhancement: If you use WordPress Video Overlay Ads or Video SEO for WordPress then the settings menus will appear under the YouTube Embed menu
  • Enhancement: SSL options removed as it's now used by default, including with thumbnails and schema.org links
  • Enhancement: Improved the RSS feed output for search or user upload requests
  • Maintenance: Removed some deprecated elements in the code
  • Maintenance: Updated includes so that plugin folders were not hardcoded
  • Maintenance: Updated which functions I was using to retrieve folder names so that they are fully SSL compatible
  • Maintenance: Removed a load of redundant functions
  • Maintenance: Replaced a function with a PHP command but this means that the plugin is no compatible with PHP versions below 5.1
  • Maintenance: Tidied up the list screen further
  • Maintenance: Replaced the 'dynamic' parameter with 'responsive' which, as a name, is far more accurate. 'dynamic' will still work, though.
  • Maintenance: Improved admin screen validation and sanitisation
  • Bug fix: Uninstall wasn't clearing up properly on multisites
4.1.1 2015-12-08
  • Bug fix: Corrected settings URL in plugin meta.
  • Bug fix: If plugin has never run before, ensure a default options array is generated.
  • Maintenance: Removed donation options and updated branding.
4.1 2015-12-02
  • Enhancement: Added 'Plays inline' option for iOS devices.
  • Enhancement: Added extra Closed Caption option to better reflect how YouTube works - either on, off, or user default.
  • Enhancement: Added new option to force HTML5 playback (if available). This is an undocumented feature and, as such, may not actually work, depending on YouTube's current mood. If YouTube aren't going to support it then I'm certainly not going to so please don't shout if it doesn't work.
  • Enhancement: Lovely new icons for the lists page.
  • Enhancement: Improved the layout of the demo video on the profiles page.
  • Enhancement: Added a count to the profiles and lists screen to indicate how many are set up. Also showed on drop-down which of the profiles/lists are not defined.
  • Enhancement: Changes made to add compatibility with a3 lazy load.
  • Enhancement: Removed the caching - it created the output up to 3 times quicker but when that's 0.005 seconds it's not worth the hassle that comes with it. I started making performance improvements to compensate then realised it was such a big change that it would be best spun off as it's own seperate update - version 4.2. Look out for it.
  • Enhancement: Removed limitation of only being able to display up to 30 lists or profiles.
  • Enhancement: When you can select a profile from another screen (e.g. defining a profile to an alternative shortcode) then only defined profiles will be listed.
  • Enhancement: Added general option to specify the YouTube interface language as well as to suppress debug output in the resulting code.
  • Enhancement: Fixed validation errors against thumbnails.
  • Enhancement: Changed the "Frameborder" option to a more general "Improve Validation" which does, well, just that. It improves the generated markup so that it will validate better (if that's your bag).
  • Enhancement: Added option to use a third party script to handle content resizing. Implemented iFrame Resizer v3.5.1 and FitVids.js 1.1.
  • Enhancement: If another plugin is using the same shortcode as this I now output a prompt in the admin area. Also added a setting to turn off this prompt just in case you're using the secondary shortcode and are happy for this.
  • Enhancement: Re-written code for help screens, including adding more information and additional tabs.
  • Maintenance: Moved the settings page to, well, the Settings menu option. It makes sense.
  • Maintenence: Removed the enable of the JS API, which is now deprecated.
  • Maintenance: Improved the admin screen output code - had made it more WordPress standard in version 4 but got some of the code wrong.
4.0.2 2015-11-13
  • Maintenance: Not really a bug, but in some circumstances I wasn't initialising a variable used when generating the embed code. It worked fine but wasn't best practise so fixed. Sloppy.
  • Maintenance: Modified the default parameters so new user videos should appear with the same options as on YouTube itself. Consistent.
  • Maintenance: I ABSOLUTELY refuse to call this a bug. But I was calling get_the_excerpt() to build some of the video meta data. For some reason, still unknown to me, other plugins were crashing as a result of it. I've removed it for now but am investigating the cause. Frustrating.
  • Enhancement: WMODE is now only added to the embed URL if it's anything other than the default. Shrinkage.
4.0.1 2015-11-10
  • Maintenance: Left some debug code in by mistake. Doh. Sometimes I'd forget my own head if it wasn't screwed on.... Apologies to those affected.
4.0 2015-11-09
  • Maintenance: Removed a number of redundant/broken features. Learn more.
  • Maintenance: Updated download link to use KeepVid.
  • Maintenance: Re-written admin screen to use WordPress standard method of displaying settings. Oh, and the widget settings too.
  • Maintenance: ...speaking of which, revised the options available to widgets.
  • Maintenance: Merged many of the files where there wasn't a huge amount of content.
  • Maintenance: Renamed menu slugs as they were too generic and may cause clashes with other plugins or themes that are silly enough to do the same thing.
  • Enhancement: Revised profile screen to make it clearer, via the art of the icon, which parameters are compatible with which embed type.
  • Enhancement: If you go a bit "ape" with the parameters and manual playlists, it's possible to exceed the URL size limit. I've now put a check in place to report this, if it occurs.
  • Enhancement: Added modest branding as a parameter (before was only selectable via the profile screen).
  • Enhancement: Improved the meta data.
  • Bugs: Many of them. Fixed. Hoorah.
3.3.5 2015-09-25
  • Maintenance: Added missing text domain, ready for automatic translation.
3.3.4 2015-09-07
  • Maintenance: Updated admin screen headings for compatibility with 4.3.
  • Maintenance: Updated demo video on profile page. Just because.
  • Bug: Fixed (I hope) the problem with the editor button not appearing for some users. Thanks to Mark Aarhus for getting to the bottom of this for me.
  • Enhancement: Added donation link to plugin meta. Because I'm worth it.
3.3.3 2015-09-04
  • Maintenance: Now working with newer playlist IDs (README instructions chaneged to reflect how to do this)
  • Maintenance: Resolved widget issues with version 4.3 of WordPress
  • Maintenance: Eliminated XSS problem in admin profile screen
3.3.2 2015-06-06
  • Bug: One of the files was corrupt in the previous release - this correct is. Sorry :(
3.3.1 2015-06-04
  • Maintenance: Remove reference to Google API, as videos are now not displaying as a result of v2 being retired. Will update the plugin more fully in future release
3.3 2015-03-30
  • Maintenance: Ding, dong Applian has gone. Removed Vixy branding, updated README and language files to match
  • Maintenance: Removed those Vixy download links and restored the old method - will enhance this in a future release
  • Maintenance: Plugin had too much baggage so it could support old versions of WordPress. Why? Updated it to only support more recent versions but have removed lots of un-needed guff as well. The result - this version is 15% slimmer than the previous version. Win!
  • Maintenance: Spruced up the admin screens to match the new WordPress styling
  • Bug: Resolved a number of bugs as reported by users and spotted by myself. Thanks all! More fixes to come
3.2.1 2015-02-26
  • Bug: Fixed issue where playlist was appearing for single videos
  • Maintenance: Improved Metadata standard
3.2 2014-05-15
  • Bug: Prevented download bar SPAN from appearing even when switched off
  • Bug: Fixed issue that caused playlists to not appear
  • Enhancement: Added new shortcode for displaying video comments
  • Enhancement: IFRAME output now includes metadata
  • Enhancement: Editor button will now work with MCE4 editor (WP 3.9+)
  • Enhancement: SVG icon used in admin menu for WP 3.8+
3.1 2013-02-26
  • Enhancement: Allow user to specify video resolution required (experimental)
  • Enhancement: Different languages can be specified for transcripts, other than the English default
  • Enhancement: API enabled on scripts by default, allowing for third-party modification
  • Enhancement: Can now add a link to YouTube under a video
  • Maintenance: Removed adverts from administration screen
  • Maintenance: Changed download bar default to be opt-in and re-worded option text
3.0.1 2013-02-15
  • Bug: Fixed menu options shown in admin bar
  • Maintenance: Updated links to point to instructions on Vixy.net website
  • Enhancement: Validate download bar code to ensure it's secure
  • Enhancement: Passing blog language to language bar for i18n
3.0 2013-02-12
  • Maintenance: Changed name, updated adverts, removed donation and sponsorship requests
  • Maintenance: Renamed function to match new name and also removed prefix from files, which were not required
  • Maintenance: Checked and updated all help URLs
  • Maintenance: Removed about and instruction pages which were felt were no longer needed
  • Maintenance: Updated icons
  • Enhancement: Updated download links to use code from Vixy. This is now switched on by default
  • Enhancement: Added option to provide an affiliate ID for use with the download bar - blog owners can make 30% from sales generated
  • Enhancement: Simplified the menu access rules which has resulted in resolving a number of existing issues
  • Bug: Fixed PHP error when allowing shortcodes in widgets
2.7 2013-01-24
  • Maintenance: Using new website for video download link
  • Maintenance: README updated with new compatibility details and modified FAQs
  • Bug: Fixed a bug where some option screen text was not displaying
  • Bug: Fixed the feature pointer, which was no longer working
  • Enhancement: Added profile options to allow you to switch on video download link, as well as style the output
2.5.1 2012-12-20
  • Bug: Fixed a bug with Admin Bar when using WP 3.1 - 3.3 (thanks to Carl D'Halluin for finding this)
2.6.2 2012-10-31
  • Bug: Fixed bug in uninstall routine
  • Enhancement: Replaced user of print_r in cache key generator with serialize, as this can cause problems with some hosting configurations
2.6.1 2012-10-13
  • Bug: Fixed minimised script that adds editor button
  • Bug: Updated broken advert links
  • Bug: Fixed link in admin bar when using WP 3.1 - 3.3
  • Bug: Removed un-necessary cookie update that was causing errors in some situations
  • Maintenance: Updated WP 3.3+ admin bar options to correctly reflect permissions, naming and ordering of equivalent admin menu
2.6 2012-10-12
  • Bug: Fixed a bug that means videos have zero width on new installations until the default profile is updated (thanks to Aidan from Noise Republic for reporting that)
  • Bug: Corrected URLs pointing to help screens at artiss.co.uk
  • Bug: Resolved issue where translated IDs were not corrected if included in a URL (thanks to kchayka for reporting that)
  • Bug: Fixed problem where video ID is not found in full URL if not specified first (thanks to christopherw for reporting that)
  • Bug: Modest branding profile switch wasn't doing anything - the option was hard-coded on. Now corrected
  • Bug: User defined error message now decodes correctly (thanks to kchayka for reporting that)
  • Bug: No longer caches the video output if a random playlist has been selected
  • Maintenance: Updated advertisement engine code
  • Maintenance: Renamed README menu to Instructions
  • Maintenance: Assorted on-screen wording improvements
  • Maintenance: Removed title option as it's un-supported
  • Maintenance: Updated the uninstall routine
  • Maintenance: Cleaned code and updated translation files
  • Enhancement: Added Do Not Track compatibility. Once active, if user has Do Not Track in use then cookies will not be stored
  • Enhancement: New option to specify the shortcode that the editor button uses. A cookie is used to store this
  • Enhancement: New option to switch on shortcodes in widgets. This will allow all shortcodes in widgets, though, not just those for this plugin
  • Enhancement: Reviewed and updated access right to admin screen. Added option to choose what level has access to profiles and/or lists screen
  • Enhancement: Many functions were only activated if user was not in Administration screens. However, using AJAX on your site triggers the administration flag and, hence, the functions would not work. Changed this
  • Enhancement: Added option to modify access to Profile and Lists screen
  • Enhancement: Improved the cache clearing option and statistics
  • Enhancement: Reflected on profile screen that modest branding now works with HTML5 player
  • Enhancement: Added option to thumbnail output to suppress the link, so that you can add your own
  • Enhancement: Updated "Controls" option to support new third parameter and update definitions. Ensured backwards compatibility with old parameter options
2.5.6 2012-08-10
  • Maintenance: Restricted access to Options and Profiles screen to administrators
  • Bug: Fixed bug which caused errors to be generated on new installations of plugin
  • Enhancement: Set a default width if the content_width global variable is set to zero
2.5.5 2012-07-30
  • Maintenance: Updated sponsorship - now includes option to switch off if user has donated
  • Maintenance: Updated options screen to reflect the fact that the related and color parameters are now supported by the HTML5 player
  • Maintenance: Updated options screen to show that the info parameter, if used alongside a playlist will show thumbnails of the videos
  • Maintenance: Removed redundant GA code, which was never used
  • Maintenance: Combined scripts
  • Bug: Fixed internationalisation
  • Bug: Fixed output of video information on the Lists option screen
  • Bug: Modified cache key so that length does not exceed MySQL field maximum
  • Bug: Added close anchor for media meta - causes unclosed anchor under IE9 (thanks to Marcel Bootsman for identifying this)
  • Bug: Responsive video was not working on a demonstration video in Profile screen
2.5.4 2012-07-20
  • Bug: Fixed bug that prevented some fields in options screens to not save
2.5.3 2012-05-23
  • Bug: Fixed further issues with the widget code (thanks to Rose-Anne Constantineau for reporting it and helping me out test the result)
  • Maintenance: Improved some of the internationalisation texts
  • Maintenance: Neatened up some of the code output
2.5.2 2012-05-23
  • Bug: Fixed a bug where widgets weren't showing single videos (thanks to Josh Callaghan for reporting this)
2.2 2012-05-23
  • Maintenance: Updated dashboard widget to latest version
  • Maintenance: Added advertising banners to options screen - these can be turned off if you donate
  • Enhancement: Replace WP_PLUGIN_URL with plugins_url()
  • Enhancement: Added H and W as alternative shortcode parameters to HEIGHT and WIDTH
  • Enhancement: Editor button should appear for anyone from editor role upwards
  • Enhancement: Removed maximum length from profile and list names. However, only first 20 characters will appear in lists

=

2.5 2012-05-21
  • Maintenance: Updated code to work with new playlist options
  • Maintenance: Removed embedded URL option due to issues with existing code (see FAQ for details)
  • Maintenance: Added further FAQs based on common forum queries
  • Maintenance: Wording on options screens changed to better identify differences between players
  • Maintenance: Added advertisement to profile screen
  • Maintenance: Modified demonstration video and made sponsorship request more visible
  • Maintenance: Changes the YouTube admin screen icon
  • Enhancement: Download link now uses deturl.com
  • Enhancement: Admin Bar link improved in WP 3.3 onwards
  • Enhancement: New user upload and search features added
  • Enhancement: Now supports ability to specify the time to stop video playback
  • Enhancement: Default windowing mode changed to improve performance
  • Enhancement: FRAMEBORDER is switchable for the purpose of HTML5 compatibility
  • Enhancement: Added internationalisation
  • Enhancement: README in admin menu now shows the corresponding README for the version of the plugin you have installed, rather than the latest one
  • Enhancement: Added option to admin screen to clear video cache (see FAQ for details)
  • Enhancement: Allow recursive shortcodes - that is, shortcodes within the YouTube shortcode
  • Bug: Fixed bug in retrieving the video title
  • Bug: Resolved various debug messages
  • Bug: Fixed bug in MCE button JavaScript
2.4.1 2012-03-26
  • Maintenance: Removed dashboard widget
2.4 2012-02-03
  • Maintenance: Re-sequenced the changelog in the README
  • Maintenance: Removed drop shadow option
  • Maintenance: Re-design of widgets, reducing number of parameters down to make it easier to use - use profiles to modify missing parameters
  • Maintenance: Updated YouTube icons
  • Bug: Ensure showinfo parameter is set correctly
  • Bug: If width or height is missing from Profile screen then fill it in based on widescreen format. Otherwise, causes video to break
  • Bug: Video information was being fetched from caching even if option selected to switch it off. Fixed!
  • Enhancement: Added frameborder="0" to IFRAME code
  • Enhancement: Added Privacy-Enhanced mode. Doesn't work with Chromeless player.
  • Enhancement: Added title option, so you can name the video
  • Enhancement: Added ssl option, allowing you to override whether HTTP or HTTPS is used for the video
  • Enhancement: Added dynamic option (and matching Profile switch) to allow users to request dynamically resizing video (responsive). Additional option to allow specified width to be maximum
  • Enhancement: Made modestbranding a switchable option (switchable in profile options but not on video-by-video basis) due to issues with Apple devices
  • Enhancement: Improved matching of URL embedded into post
  • Enhancement: If you have the README Parser plugin installed then a new sub-menu will display the README instructions
  • Enhancement: Use WP 3.3 Feature Pointer to highlight new menu when plugin is activated
2.3.1 2011-11-26
  • Maintenance: Removed the sponsorship

=

2.3 2011-11-23
  • Bug: Fixed incorrect listing of long profile or list names
  • Bug: Fixed INCLUDE bug in widgets.php
  • Enhancement: Editor button will add text between shortcodes if no URL or ID is specified
  • Enhancement: Square brackets are stripped from alternative shortcodes on option screen - text added to warn against this too
  • Enhancement: Added Chromeless player option
  • Enhancement: Increased maximum output length of profile and list names to 30 characters

=

2.1 2011-08-19
  • Enhancement: New option to switch API options (where HTTP or HTTPS, display messages or not or even switch off)
    • Enhancement: Output video playback errors as XHTML comments. Output to post a generic message which can be changed in the options
    • Enhancement: Video information is shown in lists screen when first entering (no need to press Save button to display)
    • Enhancement: Added new color parameter, which allows you to specify the colour of the progress bar
    • Enhancement: Added new theme parameter, allowing you to specify if the player is dark or light skinned
    • Enhancement: Added new https parameter, allowing you to use HTTPS instead of HTTP for the video display
    • Enhancement: Added new version parameter to thumbnails, allowing different versions (including a high resolution one) to be displayed
    • Enhancement: Added new administration option to allow the thumbnail used in RSS feeds to be specified
    • Enhancement: Log the current plugin version into the database. This may be of use in future upgrades to detect which version the user is upgrading from
    • Bug: Fixed video title no longer being fetched since 2.0.3 (because of using v2 of API)
    • Bug: Fixed some error output - due to changes made in an earlier release some errors would not display

=

2.0.4 2011-08-12
  • Enhancement: Removed HTTPS access to gdata API - will add a switchable option for this in a later release

=

2.0.3 2011-07-30
  • Enhancement: Decode any passed template parameters, as WP may have encoded the content first
    • Enhancement: Improved file handling
    • Enhancement: Now using HTTPS and version 2 of YouTube gdata API
    • Enhancement: New general option to switch off reporting of API errors - will simply accept ID and work out type
    • Maintenance: Added details to the README to cover issues with style backwards compatibility and YouTube API

=

2.0.2 2011-07-25
  • Enhancement: Strip tags from video ID, in case any have crept in
    • Enhancement: Tidied some of the widget controls
    • Enhancement: You can now specify YouTube short URLs as video IDs
    • Bug: Removed reference to jscolor.js script, which isn't used
    • Bug: Video IDs beginning with numbers are being confused with list numbers
    • Bug: Corrected problem with random single videos being picked from a list
    • Bug: Fixed problem with list where one video was being ignored and another repeated
    • Bug: Modified widget code to allow for all states to be allowable. Defaults updated
    • Bug: YouTube documentation states that if you don't specify the fullscreen parameter it will default to off. It doesn't. Corrected in the code

=

2.0.1 2011-07-21
  • Changed cache key encoding so that it was compatible with PHP 4
    • Fixed incorrect caching of options - was only changing if override parameters were modified
    • Video Information Cache will no longer reset to zero if the Embed cache is greater
    • Added autoplay option to EmbedPlus
    • Updated screens and documentation to show the start parameter works with EmbedPlus
    • Re-instated style option, allowing you to apply a direct set of CSS elements to the output - a requirement if you wish to add a border to the video, for instance
    • Added random ID to EmbedPlus output to resolve a bug that can affect IE users

=

2.0 2011-07-15
  • Renamed to Artiss YouTube Embed from YouTube Embed
  • Major re-write, using new coding standards
  • New administration screens, introducing multiple profiles and playlists
  • AS3 player is now used, AS2 has been retired. Both OBJECT and IFRAME versions can be selected
  • Compliancy and browser checked - XHTML and HTML5 compliant and works in all the latest browsers
  • Migration options added, allowing compatibility with other similar plugins
  • Can now specify full video URL as well as video ID
  • No need to use separate shortcode for playlists, as they are automatically detected. Video IDs are also now validated
  • Options to allow YouTube URLs not within shortcodes to be accepted, as well as in comments
  • RDFa metadata added to code output
  • Caching of code and ID checking to improve performance
  • Templating system replaces CSS specification
  • README completely re-written, contextual help added to admin screens and links to further information
  • Improved editor button and link added to admin bar
  • Many, many more changes - too many to list!

=

1.5 2011-03-15
  • Added clone of 'youtube' shortcode, called 'youtube_video'
  • Editor now has YouTube button, which inserts the YouTube shortcode (this can be switched off in the options screen)
  • Added new option to disable keyboard controls
  • Added option to supply a ratio, in case height or width are not supplied - the missing parameter will then be calculated
  • Option to create a download link (for video and playlist) using function call or shortcode
  • You can now change on the options screen which set of parameters the demonstration video uses (i.e. "normal" or EmbedPlus). This allows you to try your options on a different video type without switching to it.

=

1.4.2 2011-03-10
  • Fixed bug which meant that people upgrading from previous versions may not be able to display video until they've been to the options screen and re-saved their default options

=

1.4.1 2011-03-08
  • HD option is available with EmbedPlus - updated the admin and widget screen to reflect this

=

1.4 2011-03-08
  • Now supports multiple widgets - widget code completely re-written
  • Support for EmbedPlus added
  • Added option to suppress links back to YouTube
  • Added functions and shortcodes for returning and outputting available transcripts
  • Tidied up code

=

1.3.1 2010-10-22
  • New widget option to specify title

=

1.3 2010-08-24
  • Added transparency option so that videos won't cover up layers

=

1.2 2010-07-09
  • Minor changes to the XHTML code to prevent warnings from certain validators

=

1.1 2010-07-05
  • Updated test video on options screen, as previous one had been removed
  • Resulting XHTML code is better formatted, with comments identifying code location
  • Confirmed WP 3.0 compatibility

=

1.0 2010-01-13
  • Initial release

=