| @@ -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 | |