Skip to content

Commit 2abcde3

Browse files
committed
version updated
1 parent b94580a commit 2abcde3

3 files changed

Lines changed: 10 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. 150+ sources supported.
77
* Author: WPDeveloper
88
* Author URI: https://wpdeveloper.com
9-
* Version: 4.2.5
9+
* Version: 4.2.6
1010
* Text Domain: embedpress
1111
* Domain Path: /languages
1212
*
@@ -43,7 +43,7 @@
4343
if (defined('EMBEDPRESS_DEV_MODE') && EMBEDPRESS_DEV_MODE) {
4444
define('EMBEDPRESS_PLUGIN_VERSION', time());
4545
} else {
46-
define('EMBEDPRESS_PLUGIN_VERSION', '4.2.5');
46+
define('EMBEDPRESS_PLUGIN_VERSION', '4.2.6');
4747
}
4848

4949
}

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.2.5");
25+
define('EMBEDPRESS_VERSION', "4.2.6");
2626
/**
2727
* @deprecated 2.2.0
2828
*/

readme.txt

Lines changed: 7 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.8
88
Requires PHP: 5.6
9-
Stable tag: 4.2.5
9+
Stable tag: 4.2.6
1010
License: GPLv3 or later
1111
License URI: https://opensource.org/licenses/GPL-3.0
1212

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

346+
= [4.2.6] – 2025-05-15 =
347+
- Added: Viewer selection (Office/Google) support for documents using Shortcode.
348+
- Added: Option to enable/disable social profiles.
349+
- Fixed: YouTube autoplay issue.
350+
- Few minor bug fixes & improvements.
351+
346352
= [4.2.5] – 2025-04-28 =
347353
- Fixed: Global height and width issue for embedded sources.
348354
- Improved: Minor bug fixes and overall improvements.

0 commit comments

Comments
 (0)