From 83b7d8f112f713bc31ab6b7a0dcee48f39ae1fe6 Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Fri, 27 Sep 2024 18:37:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepare=20version=201.10.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ embed-privacy.php | 4 ++-- readme.txt | 9 ++++++++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a206a6b..0332e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.10.5 +* Improved: Renamed Twitter to X +* Fixed: Check for matching provider +* Fixed: Missing assets for YouTube overlay in Elementor +* Fixed: Hiding providers in the opt-out shortcodes if desired +* Fixed: Potential PHP warning + ## 1.10.4 * Fixed: Blocking embeds appearing in the same content after a disabled/always active provider * Fixed: Cookie lifetime diff --git a/embed-privacy.php b/embed-privacy.php index 9881b66..d1d6d1d 100644 --- a/embed-privacy.php +++ b/embed-privacy.php @@ -5,7 +5,7 @@ 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.4 +Version: 1.10.5 Author: Epiphyt Author URI: https://epiph.yt/en/ License: GPL2 @@ -30,7 +30,7 @@ */ \defined( 'ABSPATH' ) || exit; -\define( 'EMBED_PRIVACY_VERSION', '1.10.2' ); +\define( 'EMBED_PRIVACY_VERSION', '1.10.5' ); 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 a6c8b6d..cf6436c 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: epiphyt, kittmedia, krafit Tags: oembed, privacy, gutenberg, iframes, performance Requires at least: 5.9 -Stable tag: 1.10.4 +Stable tag: 1.10.5 Tested up to: 6.6 Requires PHP: 5.6 License: GPL2 @@ -145,6 +145,13 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == += 1.10.5 = +* Improved: Renamed Twitter to X +* Fixed: Check for matching provider +* Fixed: Missing assets for YouTube overlay in Elementor +* Fixed: Hiding providers in the opt-out shortcodes if desired +* Fixed: Potential PHP warning + = 1.10.4 = * Fixed: Blocking embeds appearing in the same content after a disabled/always active provider * Fixed: Cookie lifetime