diff --git a/embedpress.php b/embedpress.php index 8603798f..bf53075c 100644 --- a/embedpress.php +++ b/embedpress.php @@ -6,7 +6,7 @@ * Description: EmbedPress lets you embed videos, images, posts, audio, maps and upload PDF, DOC, PPT & all other types of content into your WordPress site with one-click and showcase it beautifully for the visitors. 150+ sources supported. * Author: WPDeveloper * Author URI: https://wpdeveloper.com - * Version: 4.0.14 + * Version: 4.1.0 * Text Domain: embedpress * Domain Path: /languages * @@ -38,7 +38,7 @@ define('EMBEDPRESS_FILE', __FILE__); if (!defined('EMBEDPRESS_PLUGIN_VERSION')) { - define('EMBEDPRESS_PLUGIN_VERSION', '4.0.14'); + define('EMBEDPRESS_PLUGIN_VERSION', '4.1.0'); } define('EMBEDPRESS_PLUGIN_DIR_PATH', plugin_dir_path(__FILE__)); diff --git a/includes.php b/includes.php index 6a6ab60f..3445f65d 100644 --- a/includes.php +++ b/includes.php @@ -22,7 +22,7 @@ } if ( ! defined('EMBEDPRESS_VERSION')) { - define('EMBEDPRESS_VERSION', "4.0.14"); + define('EMBEDPRESS_VERSION', "4.1.0"); /** * @deprecated 2.2.0 */ diff --git a/readme.txt b/readme.txt index 54fc97ec..a1abcb36 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: embed, embed YouTube, PDF viewer, Gutenberg embed, embed PDF, embed Google Requires at least: 4.6 Tested up to: 6.6 Requires PHP: 5.6 -Stable tag: 4.0.14 +Stable tag: 4.1.0 License: GPLv3 or later License URI: https://opensource.org/licenses/GPL-3.0 @@ -342,6 +342,13 @@ With EmbedPress you can easily create PDF flipbooks. First, upload PDF into your The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). += [4.1.0] – 2024-10-03 = +- Fixed: Dailymotion video embedding issue in Elementor. +- Fixed: Global Branding settings issue. +- Improved: Custom Ad UI in the dashboard. +- Improved: Security based on PatchStack report. +- Few minor bug fixes and improvements. + = [4.0.14] – 2024-09-12 = - Added: Option to update/replace embedded PDFs. - Improved: Auto-pause for self-hosted audio/video when a new one plays.