diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f9460..4d79067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.10.7 +* Fixed: Custom background images and logos +* Fixed: Direct link to YouTube videos +* Fixed: Handling of non-available YouTube videos +* Fixed: Replacing URLs inside attributes +* Fixed: Invalid HTML +* Fixed: Replacing URLs ending with x.com +* Fixed: Displaying always active providers + ## 1.10.6 * Fixed: Detection for unknown embeds * Fixed: Detection for Maps Marker Pro diff --git a/embed-privacy.php b/embed-privacy.php index 4902a5d..05bda7f 100644 --- a/embed-privacy.php +++ b/embed-privacy.php @@ -5,14 +5,14 @@ Plugin Name: Embed Privacy Plugin URL: https://epiph.yt/en/embed-privacy/ Description: Embed Privacy prevents from loading external embeds directly and lets the user control which one should be loaded. -Version: 1.10.6 +Version: 1.10.7 Author: Epiphyt Author URI: https://epiph.yt/en/ License: GPL2 License URI: https://www.gnu.org/licenses/gpl-2.0.html Requires at least: 5.9 Requires PHP: 5.6 -Tested up to: 6.6 +Tested up to: 6.7 Text Domain: embed-privacy Embed Privacy is free software: you can redistribute it and/or modify @@ -30,7 +30,7 @@ */ \defined( 'ABSPATH' ) || exit; -\define( 'EMBED_PRIVACY_VERSION', '1.10.6' ); +\define( 'EMBED_PRIVACY_VERSION', '1.10.7' ); if ( ! \defined( 'EPI_EMBED_PRIVACY_BASE' ) ) { \define( 'EPI_EMBED_PRIVACY_BASE', \WP_PLUGIN_DIR . '/embed-privacy/' ); diff --git a/readme.txt b/readme.txt index d45d567..e7192d9 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: epiphyt, kittmedia, krafit Tags: oembed, privacy, gutenberg, iframes, performance Requires at least: 5.9 -Stable tag: 1.10.6 -Tested up to: 6.6 +Stable tag: 1.10.7 +Tested up to: 6.7 Requires PHP: 5.6 License: GPL2 License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -145,6 +145,15 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == += 1.10.7 = +* Fixed: Custom background images and logos +* Fixed: Direct link to YouTube videos +* Fixed: Handling of non-available YouTube videos +* Fixed: Replacing URLs inside attributes +* Fixed: Invalid HTML +* Fixed: Replacing URLs ending with x.com +* Fixed: Displaying always active providers + = 1.10.6 = * Fixed: Detection for unknown embeds * Fixed: Detection for Maps Marker Pro