PluginProbe
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents / 4.2.8
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents v4.2.8
4.6.5 4.6.4 4.6.3 4.6.2 4.6.1 4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 All 189 releases
← All changes | embedpress.php +2 -2 4.2.74.2.8 View file →
@@ -5,9 +5,9 @@
5 5 * Plugin URI: https://embedpress.com/
6 6 * 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.
7 7 * Author: WPDeveloper
8 8 * Author URI: https://wpdeveloper.com
9 - * Version: 4.2.7
9 + * Version: 4.2.8
10 10 * Text Domain: embedpress
11 11 * Domain Path: /languages
12 12 *
13 13 * Copyright (c) 2023 WPDeveloper
@@ -42,9 +42,9 @@
42 42
43 43 if (defined('EMBEDPRESS_DEV_MODE') && EMBEDPRESS_DEV_MODE) {
44 44 define('EMBEDPRESS_PLUGIN_VERSION', time());
45 45 } else {
46 - define('EMBEDPRESS_PLUGIN_VERSION', '4.2.7');
46 + define('EMBEDPRESS_PLUGIN_VERSION', '4.2.8');
47 47 }
48 48
49 49 }
50 50