diff --git a/CHANGELOG.md b/CHANGELOG.md index ac1d003..4793f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/embed-privacy.php b/embed-privacy.php index be7b903..827b594 100644 --- a/embed-privacy.php +++ b/embed-privacy.php @@ -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 @@ -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/' ); @@ -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 ); diff --git a/readme.txt b/readme.txt index 4ab8279..d673706 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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