Skip to content

Commit

Permalink
🔖 Prepare version 1.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Dec 2, 2024
1 parent 1985ce2 commit a3257fb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions embed-privacy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/' );
Expand Down
13 changes: 11 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a3257fb

Please sign in to comment.