Skip to content

Commit 93926a2

Browse files
committed
version updated
1 parent a9ec063 commit 93926a2

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

embedpress.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* 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. 250+ sources supported.
77
* Author: WPDeveloper
88
* Author URI: https://wpdeveloper.com
9-
* Version: 4.4.7
9+
* Version: 4.4.8
1010
* Text Domain: embedpress
1111
* Domain Path: /languages
1212
*
@@ -61,7 +61,7 @@
6161
if (defined('EMBEDPRESS_DEV_MODE') && EMBEDPRESS_DEV_MODE) {
6262
define('EMBEDPRESS_PLUGIN_VERSION', time());
6363
} else {
64-
define('EMBEDPRESS_PLUGIN_VERSION', '4.4.7');
64+
define('EMBEDPRESS_PLUGIN_VERSION', '4.4.8');
6565
}
6666
}
6767

includes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323

2424
if ( ! defined('EMBEDPRESS_VERSION')) {
25-
define('EMBEDPRESS_VERSION', "4.4.7");
25+
define('EMBEDPRESS_VERSION', "4.4.8");
2626
/**
2727
* @deprecated 2.2.0
2828
*/

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tags: embed, embed YouTube, embed PDF, Google Docs, Social Feeds
66
Requires at least: 4.6
77
Tested up to: 6.9
88
Requires PHP: 5.6
9-
Stable tag: 4.4.7
9+
Stable tag: 4.4.8
1010
License: GPLv3 or later
1111
License URI: https://opensource.org/licenses/GPL-3.0
1212

@@ -349,6 +349,13 @@ With EmbedPress you can easily create PDF flipbooks. First, upload PDF into your
349349
The format is based on [Keep a Changelog](http://keepachangelog.com/)
350350
and this project adheres to [Semantic Versioning](http://semver.org/).
351351

352+
= [4.4.8] – 2026-01-5 =
353+
- Fixed: PDF block accessibility issue with missing iframe title.
354+
- Fixed: Wistia video scheme color issue in Elementor.
355+
- Improved: Meetup event date now shows in local time.
356+
- Improved: PDF embedding performance.
357+
- Minor bug fixes and improvements.
358+
352359
= [4.4.7] – 2025-12-15 =
353360
- Fixed: Control panel disappearing after embedding a PDF in Elementor.
354361
- Fixed: Brand logo upload issue from the plugin dashboard.

0 commit comments

Comments
 (0)