From 144344008096f3f5d8af07502f65045025d1398d Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Mon, 16 Sep 2024 14:57:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepare=20version=201.10.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ embed-privacy.php | 2 +- readme.txt | 6 +++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1239c4d..a206a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.10.4 +* Fixed: Blocking embeds appearing in the same content after a disabled/always active provider +* Fixed: Cookie lifetime + ## 1.10.3 * Fixed: Multiple replacements of the same embed * Fixed: Replacing unknown embeds diff --git a/embed-privacy.php b/embed-privacy.php index a9ac945..9881b66 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.3 +Version: 1.10.4 Author: Epiphyt Author URI: https://epiph.yt/en/ License: GPL2 diff --git a/readme.txt b/readme.txt index 92d3b90..a6c8b6d 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.3 +Stable tag: 1.10.4 Tested up to: 6.6 Requires PHP: 5.6 License: GPL2 @@ -145,6 +145,10 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == += 1.10.4 = +* Fixed: Blocking embeds appearing in the same content after a disabled/always active provider +* Fixed: Cookie lifetime + = 1.10.3 = * Fixed: Multiple replacements of the same embed * Fixed: Replacing unknown embeds