Skip to content

Commit 8666414

Browse files
committed
version updated
1 parent 7b41610 commit 8666414

3 files changed

Lines changed: 4 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.11
9+
* Version: 4.5.0
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.11');
64+
define('EMBEDPRESS_PLUGIN_VERSION', '4.5.0');
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.11");
25+
define('EMBEDPRESS_VERSION', "4.5.0");
2626
/**
2727
* @deprecated 2.2.0
2828
*/

languages/embedpress.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the same license as the EmbedPress plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: EmbedPress 4.4.11\n"
5+
"Project-Id-Version: EmbedPress 4.5.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/embedpress\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

0 commit comments

Comments
 (0)