Changeset 3159337
- Timestamp:
- 09/28/2024 07:08:30 PM (18 months ago)
- Location:
- wp-youtube-lyte
- Files:
-
- 2 edited
- 7 copied
-
tags/1.7.25 (copied) (copied from wp-youtube-lyte/trunk)
-
tags/1.7.25/lyte/lyte-min.js (copied) (copied from wp-youtube-lyte/trunk/lyte/lyte-min.js)
-
tags/1.7.25/lyte/lyte.js (copied) (copied from wp-youtube-lyte/trunk/lyte/lyte.js)
-
tags/1.7.25/options.php (copied) (copied from wp-youtube-lyte/trunk/options.php)
-
tags/1.7.25/readme.txt (copied) (copied from wp-youtube-lyte/trunk/readme.txt) (2 diffs)
-
tags/1.7.25/widget.php (copied) (copied from wp-youtube-lyte/trunk/widget.php)
-
tags/1.7.25/wp-youtube-lyte.php (copied) (copied from wp-youtube-lyte/trunk/wp-youtube-lyte.php) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-youtube-lyte.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-youtube-lyte/tags/1.7.25/readme.txt
r3159149 r3159337 7 7 Requires at least: 4.0 8 8 Tested up to: 6.6 9 Stable tag: 1.7.2 49 Stable tag: 1.7.25 10 10 11 11 High performance YouTube video, playlist and audio-only embeds which don't slow down your blog and offer optimal accessibility. … … 145 145 146 146 == Changelog == 147 148 = 1.7.25 = 149 * fix for regression that saw youtu.be links in WordPress blocks break. 147 150 148 151 = 1.7.24 = -
wp-youtube-lyte/tags/1.7.25/wp-youtube-lyte.php
r3159146 r3159337 5 5 Description: Lite and accessible YouTube audio and video embedding. 6 6 Author: Frank Goossens (futtta) 7 Version: 1.7.2 47 Version: 1.7.25 8 8 Author URI: http://blog.futtta.be/ 9 9 Text Domain: wp-youtube-lyte … … 15 15 16 16 $debug = false; 17 $lyte_version = '1.7.2 4';17 $lyte_version = '1.7.25'; 18 18 $lyte_db_version = get_option( 'lyte_version', 'none' ); 19 19 … … 779 779 $url = str_replace('https://www.youtube.com/playlist?list=', 'httpv://www.youtube.com/playlist?list=', $params['url'], $count); 780 780 if (!$count) { 781 $url = preg_replace('%^https?://(?:www\.)?youtu(?:be\.com/watch\?v=|.be )%', 'httpv://www.youtube.com/watch?v=', $params['url'], 1, $count);781 $url = preg_replace('%^https?://(?:www\.)?youtu(?:be\.com/watch\?v=|.be/)%', 'httpv://www.youtube.com/watch?v=', $params['url'], 1, $count); 782 782 if (!$count) { 783 783 return $matches[0]; -
wp-youtube-lyte/trunk/readme.txt
r3159149 r3159337 7 7 Requires at least: 4.0 8 8 Tested up to: 6.6 9 Stable tag: 1.7.2 49 Stable tag: 1.7.25 10 10 11 11 High performance YouTube video, playlist and audio-only embeds which don't slow down your blog and offer optimal accessibility. … … 145 145 146 146 == Changelog == 147 148 = 1.7.25 = 149 * fix for regression that saw youtu.be links in WordPress blocks break. 147 150 148 151 = 1.7.24 = -
wp-youtube-lyte/trunk/wp-youtube-lyte.php
r3159146 r3159337 5 5 Description: Lite and accessible YouTube audio and video embedding. 6 6 Author: Frank Goossens (futtta) 7 Version: 1.7.2 47 Version: 1.7.25 8 8 Author URI: http://blog.futtta.be/ 9 9 Text Domain: wp-youtube-lyte … … 15 15 16 16 $debug = false; 17 $lyte_version = '1.7.2 4';17 $lyte_version = '1.7.25'; 18 18 $lyte_db_version = get_option( 'lyte_version', 'none' ); 19 19 … … 779 779 $url = str_replace('https://www.youtube.com/playlist?list=', 'httpv://www.youtube.com/playlist?list=', $params['url'], $count); 780 780 if (!$count) { 781 $url = preg_replace('%^https?://(?:www\.)?youtu(?:be\.com/watch\?v=|.be )%', 'httpv://www.youtube.com/watch?v=', $params['url'], 1, $count);781 $url = preg_replace('%^https?://(?:www\.)?youtu(?:be\.com/watch\?v=|.be/)%', 'httpv://www.youtube.com/watch?v=', $params['url'], 1, $count); 782 782 if (!$count) { 783 783 return $matches[0];
Note: See TracChangeset
for help on using the changeset viewer.