Skip to content

Commit

Permalink
🔖 Prepare version 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Sep 27, 2024
1 parent 0eeccfb commit 83b7d8f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions embed-privacy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/' );
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 83b7d8f

Please sign in to comment.