Changeset 2865623
- Timestamp:
- 02/15/2023 10:54:02 AM (3 years ago)
- Location:
- lazy-embed
- Files:
-
- 8 added
- 2 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/index.php (added)
-
tags/1.1.1/lazy-embed.php (added)
-
tags/1.1.1/licence.txt (added)
-
tags/1.1.1/partials (added)
-
tags/1.1.1/partials/embed-styles.css (added)
-
tags/1.1.1/partials/play.svg (added)
-
tags/1.1.1/readme.txt (added)
-
trunk/lazy-embed.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lazy-embed/trunk/lazy-embed.php
r2858719 r2865623 7 7 * Plugin URI: https://wordpress.org/plugins/lazy-embed/ 8 8 * Description: Improves the performance and reduces the emissions of your website by only loading embeds (youtube, vimeo, etc) when they are clicked. 9 * Version: 1.1. 09 * Version: 1.1.1 10 10 * Requires PHP: 7.1 11 11 * Requires at least: 4.0 … … 178 178 } elseif ($provider === 'youtube') { 179 179 // https://developers.google.com/youtube/player_parameters 180 $string = 'autoplay=1&mute d=1&modestbranding=1&playsinline=1';180 $string = 'autoplay=1&mute=1&modestbranding=1&playsinline=1'; 181 181 182 182 // Make the youtube embed more privacy friendly -
lazy-embed/trunk/readme.txt
r2858719 r2865623 4 4 Requires at least: 4.0 5 5 Tested up to: 6.1 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 26 26 27 27 == Changelog == 28 29 = 1.1.1= 30 Fix: Change muted parameter to mute for youtube embeds. Thanks @procontentxyz 28 31 29 32 = 1.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.