Skip to content

Commit

Permalink
version 1.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
futtta committed Nov 13, 2021
1 parent 0ae57f5 commit fae3257
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: youtube, video, performance, gdpr, lazy load
Donate link: http://blog.futtta.be/2013/10/21/do-not-donate-to-me/
Requires at least: 4.0
Tested up to: 5.7
Stable tag: 1.7.16
Stable tag: 1.7.17

High performance YouTube video, playlist and audio-only embeds which don't slow down your blog and offer optimal accessibility.

Expand Down Expand Up @@ -143,6 +143,12 @@ Just tell me, I like the feedback! Use the [Contact-page on my blog](http://blog

== Changelog ==

= 1.7.17 =
* misc improvements as suggested by WordPress Plugins team
* filter added to set description as proposed & contributed by Patrick Robertson
* filter added to disable fallback to youtube thumbnail as proposed & contributed by Benjamin Pick
* logic added to switch to different type of lazyload behavior proposed & contributed by @softmanro

= 1.7.16 =
* removed old captions code (captions are not natively supported through the YouTube API + the Benetech backend was no longer working)
* added extra sanitization, thanks m0ze!
Expand Down
4 changes: 2 additions & 2 deletions wp-youtube-lyte.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
Plugin URI: http://blog.futtta.be/wp-youtube-lyte/
Description: Lite and accessible YouTube audio and video embedding.
Author: Frank Goossens (futtta)
Version: 1.7.16
Version: 1.7.17
Author URI: http://blog.futtta.be/
Text Domain: wp-youtube-lyte
*/

if ( ! defined( 'ABSPATH' ) ) exit;

$debug = false;
$lyte_version = '1.7.16';
$lyte_version = '1.7.17';
$lyte_db_version = get_option( 'lyte_version', 'none' );

/** have we updated? */
Expand Down

0 comments on commit fae3257

Please sign in to comment.