Skip to content

Commit

Permalink
🔖 Prepare version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed May 31, 2024
1 parent 6c57013 commit 339116a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.9.2
* Improve the text for screen readers upon activating the embedded content
* Fixed compatibility with other widget plugins
* Fixed handling of videos in Divi

## 1.9.1
* Fixed an error while uninstalling the plugin
* Fixed aspect ratio of embeds embedded via Divi
Expand Down
6 changes: 3 additions & 3 deletions embed-privacy.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/*
Plugin Name: Embed Privacy
Description: Embed Privacy prevents from loading external embeds directly and lets the user control which one should be loaded.
Version: 1.9.1
Version: 1.9.2
Author: Epiphyt
Author URI: https://epiph.yt
License: GPL2
Expand All @@ -29,7 +29,7 @@
// exit if ABSPATH is not defined
\defined( 'ABSPATH' ) || exit;

\define( 'EMBED_PRIVACY_VERSION', '1.9.1' );
\define( 'EMBED_PRIVACY_VERSION', '1.9.2' );

if ( ! \defined( 'EPI_EMBED_PRIVACY_BASE' ) ) {
\define( 'EPI_EMBED_PRIVACY_BASE', \WP_PLUGIN_DIR . '/embed-privacy/' );
Expand Down Expand Up @@ -58,7 +58,7 @@ function disable_plugin() {
/**
* Autoload all necessary classes.
*
* @param string $class The class name of the autoloaded class
* @param string $class The class name of the auto-loaded class
*/
\spl_autoload_register( function( $class ) {
$path = \explode( '\\', $class );
Expand Down
7 changes: 6 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
Requires at least: 5.9
Stable tag: 1.9.1
Stable tag: 1.9.2
Tested up to: 6.5
Requires PHP: 5.6
License: GPL2
Expand Down Expand Up @@ -170,6 +170,11 @@ We are [Epiphyt](https://epiph.yt/), your friendly neighborhood WordPress plugin

== Changelog ==

= 1.9.2 =
* Improve the text for screen readers upon activating the embedded content
* Fixed compatibility with other widget plugins
* Fixed handling of videos in Divi

= 1.9.1 =
* Fixed an error while uninstalling the plugin
* Fixed aspect ratio of embeds embedded via Divi
Expand Down

0 comments on commit 339116a

Please sign in to comment.