Version Description
Download this release
Release Info
Developer | Asif2BD |
Plugin | EmbedPress – Embed Google Docs, YouTube, Maps, Vimeo, Wistia Videos & Upload PDF, PPT in Gutenberg & Elementor |
Version | 2.5.3 |
Comparing to | |
See all releases |
Code changes from version 2.5.2 to 2.5.3
- EmbedPress/AMP/Adapter/Reddit.php +2 -2
- EmbedPress/AMP/Adapter/Twitter.php +2 -2
- EmbedPress/AMP/EmbedHandler.php +2 -2
- EmbedPress/AutoLoader.php +2 -2
- EmbedPress/Compatibility.php +2 -2
- EmbedPress/Core.php +3 -3
- EmbedPress/CoreLegacy.php +2 -2
- EmbedPress/DisablerLegacy.php +2 -2
- EmbedPress/Ends/Back/Handler.php +2 -2
- EmbedPress/Ends/Back/Settings.php +2 -2
- EmbedPress/Ends/Front/Handler.php +2 -2
- EmbedPress/Ends/Handler.php +2 -2
- EmbedPress/Loader.php +2 -2
- EmbedPress/Plugins/Html/Field.php +2 -2
- EmbedPress/Plugins/Plugin.php +2 -2
- EmbedPress/Providers/Giphy.php +2 -2
- EmbedPress/Providers/GoogleDocs.php +2 -2
- EmbedPress/Providers/GoogleMaps.php +2 -2
- EmbedPress/Providers/Twitch.php +2 -2
- EmbedPress/RestAPI.php +2 -2
- EmbedPress/Shortcode.php +2 -2
- EmbedPress/ThirdParty/BeaverBuilder.php +2 -2
- autoloader.php +2 -2
- embedpress.php +2 -2
- includes.php +3 -3
- providers.php +2 -2
- readme.txt +11 -5
EmbedPress/AMP/Adapter/Reddit.php
CHANGED
@@ -10,8 +10,8 @@ namespace EmbedPress\AMP\Adapter;
|
|
10 |
*
|
11 |
* @package EmbedPress
|
12 |
* @author EmbedPress <help@embedpress.com>
|
13 |
-
* @copyright Copyright (C)
|
14 |
-
* @license
|
15 |
* @since 1.4.0
|
16 |
* @abstract
|
17 |
*/
|
10 |
*
|
11 |
* @package EmbedPress
|
12 |
* @author EmbedPress <help@embedpress.com>
|
13 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
14 |
+
* @license GPLv3 or later
|
15 |
* @since 1.4.0
|
16 |
* @abstract
|
17 |
*/
|
EmbedPress/AMP/Adapter/Twitter.php
CHANGED
@@ -10,8 +10,8 @@ namespace EmbedPress\AMP\Adapter;
|
|
10 |
*
|
11 |
* @package EmbedPress
|
12 |
* @author EmbedPress <help@embedpress.com>
|
13 |
-
* @copyright Copyright (C)
|
14 |
-
* @license
|
15 |
* @since 1.4.0
|
16 |
* @abstract
|
17 |
*/
|
10 |
*
|
11 |
* @package EmbedPress
|
12 |
* @author EmbedPress <help@embedpress.com>
|
13 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
14 |
+
* @license GPLv3 or later
|
15 |
* @since 1.4.0
|
16 |
* @abstract
|
17 |
*/
|
EmbedPress/AMP/EmbedHandler.php
CHANGED
@@ -10,8 +10,8 @@ namespace EmbedPress\AMP;
|
|
10 |
*
|
11 |
* @package EmbedPress
|
12 |
* @author EmbedPress <help@embedpress.com>
|
13 |
-
* @copyright Copyright (C)
|
14 |
-
* @license
|
15 |
* @since 1.4.0
|
16 |
* @abstract
|
17 |
*/
|
10 |
*
|
11 |
* @package EmbedPress
|
12 |
* @author EmbedPress <help@embedpress.com>
|
13 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
14 |
+
* @license GPLv3 or later
|
15 |
* @since 1.4.0
|
16 |
* @abstract
|
17 |
*/
|
EmbedPress/AutoLoader.php
CHANGED
@@ -9,8 +9,8 @@ namespace EmbedPress;
|
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
-
* @copyright Copyright (C)
|
13 |
-
* @license
|
14 |
* @since 1.0.0
|
15 |
*/
|
16 |
class AutoLoader
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
13 |
+
* @license GPLv3 or later
|
14 |
* @since 1.0.0
|
15 |
*/
|
16 |
class AutoLoader
|
EmbedPress/Compatibility.php
CHANGED
@@ -9,8 +9,8 @@ namespace EmbedPress;
|
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
-
* @copyright Copyright (C)
|
13 |
-
* @license
|
14 |
*/
|
15 |
class Compatibility
|
16 |
{
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
13 |
+
* @license GPLv3 or later
|
14 |
*/
|
15 |
class Compatibility
|
16 |
{
|
EmbedPress/Core.php
CHANGED
@@ -13,8 +13,8 @@ use EmbedPress\Ends\Front\Handler as EndHandlerPublic;
|
|
13 |
*
|
14 |
* @package EmbedPress
|
15 |
* @author EmbedPress <help@embedpress.com>
|
16 |
-
* @copyright Copyright (C)
|
17 |
-
* @license
|
18 |
* @since 1.0.0
|
19 |
*/
|
20 |
class Core {
|
@@ -205,7 +205,7 @@ class Core {
|
|
205 |
|
206 |
// Moby Picture (http://www.mobypicture.com)
|
207 |
'#https?://(.+\.)?mobypicture\.com/user/.+/view/.+#i' => 'mobypicture',
|
208 |
-
'#https?://(.+\.)?moby\.to/.+#i',
|
209 |
|
210 |
// 23HQ (http://www.23hq.com)
|
211 |
'#https?://(.+\.)?23hq\.com/.+/photo/.+#i' => '23hq',
|
13 |
*
|
14 |
* @package EmbedPress
|
15 |
* @author EmbedPress <help@embedpress.com>
|
16 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
17 |
+
* @license GPLv3 or later
|
18 |
* @since 1.0.0
|
19 |
*/
|
20 |
class Core {
|
205 |
|
206 |
// Moby Picture (http://www.mobypicture.com)
|
207 |
'#https?://(.+\.)?mobypicture\.com/user/.+/view/.+#i' => 'mobypicture',
|
208 |
+
'#https?://(.+\.)?moby\.to/.+#i' => 'mobypicture',
|
209 |
|
210 |
// 23HQ (http://www.23hq.com)
|
211 |
'#https?://(.+\.)?23hq\.com/.+/photo/.+#i' => '23hq',
|
EmbedPress/CoreLegacy.php
CHANGED
@@ -12,8 +12,8 @@ use EmbedPress\Ends\Front\Handler as EndHandlerPublic;
|
|
12 |
*
|
13 |
* @package EmbedPress
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
-
* @copyright Copyright (C)
|
16 |
-
* @license
|
17 |
* @since 1.0.0
|
18 |
*/
|
19 |
class CoreLegacy
|
12 |
*
|
13 |
* @package EmbedPress
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
16 |
+
* @license GPLv3 or later
|
17 |
* @since 1.0.0
|
18 |
*/
|
19 |
class CoreLegacy
|
EmbedPress/DisablerLegacy.php
CHANGED
@@ -9,8 +9,8 @@ namespace EmbedPress;
|
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
-
* @copyright Copyright (C)
|
13 |
-
* @license
|
14 |
* @since 1.0.0
|
15 |
*/
|
16 |
class DisablerLegacy
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
13 |
+
* @license GPLv3 or later
|
14 |
* @since 1.0.0
|
15 |
*/
|
16 |
class DisablerLegacy
|
EmbedPress/Ends/Back/Handler.php
CHANGED
@@ -16,8 +16,8 @@ use Embera\Embera;
|
|
16 |
* @package EmbedPress
|
17 |
* @subpackage EmbedPress/Ends/Back
|
18 |
* @author EmbedPress <help@embedpress.com>
|
19 |
-
* @copyright Copyright (C)
|
20 |
-
* @license
|
21 |
* @since 1.0.0
|
22 |
*/
|
23 |
class Handler extends EndHandlerAbstract {
|
16 |
* @package EmbedPress
|
17 |
* @subpackage EmbedPress/Ends/Back
|
18 |
* @author EmbedPress <help@embedpress.com>
|
19 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
20 |
+
* @license GPLv3 or later
|
21 |
* @since 1.0.0
|
22 |
*/
|
23 |
class Handler extends EndHandlerAbstract {
|
EmbedPress/Ends/Back/Settings.php
CHANGED
@@ -12,8 +12,8 @@ use EmbedPress\Compatibility;
|
|
12 |
* @package EmbedPress
|
13 |
* @subpackage EmbedPress/Ends/Back
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
-
* @copyright Copyright (C)
|
16 |
-
* @license
|
17 |
* @since 1.0.0
|
18 |
*/
|
19 |
class Settings {
|
12 |
* @package EmbedPress
|
13 |
* @subpackage EmbedPress/Ends/Back
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
16 |
+
* @license GPLv3 or later
|
17 |
* @since 1.0.0
|
18 |
*/
|
19 |
class Settings {
|
EmbedPress/Ends/Front/Handler.php
CHANGED
@@ -16,8 +16,8 @@ use EmbedPress\Shortcode;
|
|
16 |
* @package EmbedPress
|
17 |
* @subpackage EmbedPress/Ends/Front
|
18 |
* @author EmbedPress <help@embedpress.com>
|
19 |
-
* @copyright Copyright (C)
|
20 |
-
* @license
|
21 |
* @since 1.0.0
|
22 |
*/
|
23 |
class Handler extends EndHandlerAbstract
|
16 |
* @package EmbedPress
|
17 |
* @subpackage EmbedPress/Ends/Front
|
18 |
* @author EmbedPress <help@embedpress.com>
|
19 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
20 |
+
* @license GPLv3 or later
|
21 |
* @since 1.0.0
|
22 |
*/
|
23 |
class Handler extends EndHandlerAbstract
|
EmbedPress/Ends/Handler.php
CHANGED
@@ -10,8 +10,8 @@ namespace EmbedPress\Ends;
|
|
10 |
* @package EmbedPress
|
11 |
* @subpackage EmbedPress/Ends
|
12 |
* @author EmbedPress <help@embedpress.com>
|
13 |
-
* @copyright Copyright (C)
|
14 |
-
* @license
|
15 |
* @since 1.0.0
|
16 |
*/
|
17 |
abstract class Handler
|
10 |
* @package EmbedPress
|
11 |
* @subpackage EmbedPress/Ends
|
12 |
* @author EmbedPress <help@embedpress.com>
|
13 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
14 |
+
* @license GPLv3 or later
|
15 |
* @since 1.0.0
|
16 |
*/
|
17 |
abstract class Handler
|
EmbedPress/Loader.php
CHANGED
@@ -9,8 +9,8 @@ namespace EmbedPress;
|
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
-
* @copyright Copyright (C)
|
13 |
-
* @license
|
14 |
* @since 1.0.0
|
15 |
*/
|
16 |
class Loader
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
13 |
+
* @license GPLv3 or later
|
14 |
* @since 1.0.0
|
15 |
*/
|
16 |
class Loader
|
EmbedPress/Plugins/Html/Field.php
CHANGED
@@ -9,8 +9,8 @@ namespace EmbedPress\Plugins\Html;
|
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
-
* @copyright Copyright (C)
|
13 |
-
* @license
|
14 |
* @since 1.4.0
|
15 |
*/
|
16 |
class Field
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
13 |
+
* @license GPLv3 or later
|
14 |
* @since 1.4.0
|
15 |
*/
|
16 |
class Field
|
EmbedPress/Plugins/Plugin.php
CHANGED
@@ -9,8 +9,8 @@ namespace EmbedPress\Plugins;
|
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
-
* @copyright Copyright (C)
|
13 |
-
* @license
|
14 |
* @since 1.4.0
|
15 |
* @abstract
|
16 |
*/
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
13 |
+
* @license GPLv3 or later
|
14 |
* @since 1.4.0
|
15 |
* @abstract
|
16 |
*/
|
EmbedPress/Providers/Giphy.php
CHANGED
@@ -12,8 +12,8 @@ use Embera\Adapters\Service as EmberaService;
|
|
12 |
* @package EmbedPress
|
13 |
* @subpackage EmbedPress/Providers
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
-
* @copyright Copyright (C)
|
16 |
-
* @license
|
17 |
* @since 1.5.0
|
18 |
*/
|
19 |
class Giphy extends EmberaService
|
12 |
* @package EmbedPress
|
13 |
* @subpackage EmbedPress/Providers
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
16 |
+
* @license GPLv3 or later
|
17 |
* @since 1.5.0
|
18 |
*/
|
19 |
class Giphy extends EmberaService
|
EmbedPress/Providers/GoogleDocs.php
CHANGED
@@ -12,8 +12,8 @@ use Embera\Adapters\Service as EmberaService;
|
|
12 |
* @package EmbedPress
|
13 |
* @subpackage EmbedPress/Providers
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
-
* @copyright Copyright (C)
|
16 |
-
* @license
|
17 |
* @since 1.0.0
|
18 |
*/
|
19 |
class GoogleDocs extends EmberaService
|
12 |
* @package EmbedPress
|
13 |
* @subpackage EmbedPress/Providers
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
16 |
+
* @license GPLv3 or later
|
17 |
* @since 1.0.0
|
18 |
*/
|
19 |
class GoogleDocs extends EmberaService
|
EmbedPress/Providers/GoogleMaps.php
CHANGED
@@ -12,8 +12,8 @@ use Embera\Adapters\Service as EmberaService;
|
|
12 |
* @package EmbedPress
|
13 |
* @subpackage EmbedPress/Providers
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
-
* @copyright Copyright (C)
|
16 |
-
* @license
|
17 |
* @since 1.0.0
|
18 |
*/
|
19 |
class GoogleMaps extends EmberaService
|
12 |
* @package EmbedPress
|
13 |
* @subpackage EmbedPress/Providers
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
16 |
+
* @license GPLv3 or later
|
17 |
* @since 1.0.0
|
18 |
*/
|
19 |
class GoogleMaps extends EmberaService
|
EmbedPress/Providers/Twitch.php
CHANGED
@@ -12,8 +12,8 @@ use Embera\Adapters\Service as EmberaService;
|
|
12 |
* @package EmbedPress
|
13 |
* @subpackage EmbedPress/Providers
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
-
* @copyright Copyright (C)
|
16 |
-
* @license
|
17 |
* @since 1.5.0
|
18 |
*/
|
19 |
class Twitch extends EmberaService
|
12 |
* @package EmbedPress
|
13 |
* @subpackage EmbedPress/Providers
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
16 |
+
* @license GPLv3 or later
|
17 |
* @since 1.5.0
|
18 |
*/
|
19 |
class Twitch extends EmberaService
|
EmbedPress/RestAPI.php
CHANGED
@@ -12,8 +12,8 @@ use WP_REST_Response;
|
|
12 |
*
|
13 |
* @package EmbedPress
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
-
* @copyright Copyright (C)
|
16 |
-
* @license
|
17 |
* @since 1.0.0
|
18 |
*/
|
19 |
class RestAPI
|
12 |
*
|
13 |
* @package EmbedPress
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
16 |
+
* @license GPLv3 or later
|
17 |
* @since 1.0.0
|
18 |
*/
|
19 |
class RestAPI
|
EmbedPress/Shortcode.php
CHANGED
@@ -12,8 +12,8 @@ use Embera\Formatter;
|
|
12 |
*
|
13 |
* @package EmbedPress
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
-
* @copyright Copyright (C)
|
16 |
-
* @license
|
17 |
* @since 1.0.0
|
18 |
*/
|
19 |
class Shortcode {
|
12 |
*
|
13 |
* @package EmbedPress
|
14 |
* @author EmbedPress <help@embedpress.com>
|
15 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
16 |
+
* @license GPLv3 or later
|
17 |
* @since 1.0.0
|
18 |
*/
|
19 |
class Shortcode {
|
EmbedPress/ThirdParty/BeaverBuilder.php
CHANGED
@@ -9,8 +9,8 @@ namespace EmbedPress\ThirdParty;
|
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
-
* @copyright Copyright (C)
|
13 |
-
* @license
|
14 |
* @since 1.0.0
|
15 |
*/
|
16 |
class BeaverBuilder
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
13 |
+
* @license GPLv3 or later
|
14 |
* @since 1.0.0
|
15 |
*/
|
16 |
class BeaverBuilder
|
autoloader.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
/**
|
3 |
* @package EmbedPress
|
4 |
* @author EmbedPress <help@embedpress.com>
|
5 |
-
* @copyright Copyright (C)
|
6 |
-
* @license
|
7 |
* @since 1.0.0
|
8 |
*/
|
9 |
|
2 |
/**
|
3 |
* @package EmbedPress
|
4 |
* @author EmbedPress <help@embedpress.com>
|
5 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
6 |
+
* @license GPLv3 or later
|
7 |
* @since 1.0.0
|
8 |
*/
|
9 |
|
embedpress.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: EmbedPress lets you embed videos, images, posts, audio, maps and all other types of content into your WordPress site with one-click and showcase it beautifully for the visitors. 75+ sources supported.
|
6 |
* Author: WPDeveloper
|
7 |
* Author URI: https://wpdeveloper.net
|
8 |
-
* Version: 2.5.
|
9 |
* Text Domain: embedpress
|
10 |
* Domain Path: /languages
|
11 |
*
|
@@ -16,7 +16,7 @@
|
|
16 |
* @package EmbedPress
|
17 |
* @author EmbedPress <help@embedpress.com>
|
18 |
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
19 |
-
* @license
|
20 |
* @since 1.0.0
|
21 |
*/
|
22 |
|
5 |
* Description: EmbedPress lets you embed videos, images, posts, audio, maps and all other types of content into your WordPress site with one-click and showcase it beautifully for the visitors. 75+ sources supported.
|
6 |
* Author: WPDeveloper
|
7 |
* Author URI: https://wpdeveloper.net
|
8 |
+
* Version: 2.5.3
|
9 |
* Text Domain: embedpress
|
10 |
* Domain Path: /languages
|
11 |
*
|
16 |
* @package EmbedPress
|
17 |
* @author EmbedPress <help@embedpress.com>
|
18 |
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
19 |
+
* @license GPLv3 or later
|
20 |
* @since 1.0.0
|
21 |
*/
|
22 |
|
includes.php
CHANGED
@@ -6,8 +6,8 @@ defined('ABSPATH') or die("No direct script access allowed.");
|
|
6 |
*
|
7 |
* @package EmbedPress
|
8 |
* @author EmbedPress <help@embedpress.com>
|
9 |
-
* @copyright Copyright (C)
|
10 |
-
* @license
|
11 |
* @since 1.0.0
|
12 |
*/
|
13 |
|
@@ -22,7 +22,7 @@ if ( ! defined('EMBEDPRESS_PLG_NAME')) {
|
|
22 |
}
|
23 |
|
24 |
if ( ! defined('EMBEDPRESS_VERSION')) {
|
25 |
-
define('EMBEDPRESS_VERSION', "2.5.
|
26 |
/**
|
27 |
* @deprecated 2.2.0
|
28 |
*/
|
6 |
*
|
7 |
* @package EmbedPress
|
8 |
* @author EmbedPress <help@embedpress.com>
|
9 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
10 |
+
* @license GPLv3 or later
|
11 |
* @since 1.0.0
|
12 |
*/
|
13 |
|
22 |
}
|
23 |
|
24 |
if ( ! defined('EMBEDPRESS_VERSION')) {
|
25 |
+
define('EMBEDPRESS_VERSION', "2.5.3");
|
26 |
/**
|
27 |
* @deprecated 2.2.0
|
28 |
*/
|
providers.php
CHANGED
@@ -9,8 +9,8 @@
|
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
-
* @copyright Copyright (C)
|
13 |
-
* @license
|
14 |
* @since 1.0.0
|
15 |
*/
|
16 |
|
9 |
*
|
10 |
* @package EmbedPress
|
11 |
* @author EmbedPress <help@embedpress.com>
|
12 |
+
* @copyright Copyright (C) 2020 WPDeveloper. All rights reserved.
|
13 |
+
* @license GPLv3 or later
|
14 |
* @since 1.0.0
|
15 |
*/
|
16 |
|
readme.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
=== EmbedPress – Embed Google Docs, YouTube, Vimeo, Wistia Videos, Giphy Photos
|
2 |
Contributors: EmbedPress, asif2bd, re_enter_rupok, wpdevteam, manzurahammed, andergmartins, stevejburge, pressshack, deenison
|
3 |
Author: WPDeveloper
|
4 |
Author URI: https://wpdeveloper.net
|
@@ -6,7 +6,7 @@ Tags: embed, embed youtube, gutenberg embed, elementor embed, video embed, Googl
|
|
6 |
Requires at least: 4.6
|
7 |
Tested up to: 5.4
|
8 |
Requires PHP: 5.6
|
9 |
-
Stable tag: 2.5.
|
10 |
License: GPLv3 or later
|
11 |
License URI: https://opensource.org/licenses/GPL-3.0
|
12 |
|
@@ -15,7 +15,9 @@ EmbedPress lets you embed videos, images, posts, audio, maps and all other types
|
|
15 |
== Description ==
|
16 |
|
17 |
|
18 |
-
EmbedPress lets you embed videos, images, posts, audio, maps and all other types of content into your WordPress site with one-click and showcase it beautifully for the visitors. Classic Editor, Gutenberg & Elementor all supported.
|
|
|
|
|
19 |
|
20 |
🔥RICH MEDIA EMBEDS FROM MORE THAN 75 SITES
|
21 |
|
@@ -209,7 +211,7 @@ We’ve seen that EmbedPress supports YouTube, Wistia and Vimeo, but EmbedPress
|
|
209 |
|
210 |
## 🚀BACKED BY A TRUSTED TEAM
|
211 |
|
212 |
-
This embed plugin is brought to you by the team behind [WPDeveloper](https://wpdeveloper.net/), a dedicated marketplace for WordPress, trusted by
|
213 |
|
214 |
### 👨💻 DOCUMENTATION AND SUPPORT
|
215 |
|
@@ -224,7 +226,7 @@ This embed plugin is brought to you by the team behind [WPDeveloper](https://wpd
|
|
224 |
|
225 |
- Join our [Facebook Group](https://www.facebook.com/groups/wpdeveloper.net/)
|
226 |
|
227 |
-
- If you love EmbedPress, [rate us on WordPress](https://wordpress.org/support/plugin/embedpress/reviews
|
228 |
|
229 |
|
230 |
|
@@ -268,6 +270,10 @@ Not at all. You can set up everything your team needs without any coding knowled
|
|
268 |
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
269 |
and this project adheres to [Semantic Versioning](http://semver.org/).
|
270 |
|
|
|
|
|
|
|
|
|
271 |
= [2.5.2] - 2020-04-09 =
|
272 |
* Fixed Google doc design issue
|
273 |
* Compatibility with WordPress 5.4
|
1 |
+
=== EmbedPress – Embed Google Docs, YouTube, Vimeo, Wistia Videos, Giphy Photos, Maps, etc ===
|
2 |
Contributors: EmbedPress, asif2bd, re_enter_rupok, wpdevteam, manzurahammed, andergmartins, stevejburge, pressshack, deenison
|
3 |
Author: WPDeveloper
|
4 |
Author URI: https://wpdeveloper.net
|
6 |
Requires at least: 4.6
|
7 |
Tested up to: 5.4
|
8 |
Requires PHP: 5.6
|
9 |
+
Stable tag: 2.5.3
|
10 |
License: GPLv3 or later
|
11 |
License URI: https://opensource.org/licenses/GPL-3.0
|
12 |
|
15 |
== Description ==
|
16 |
|
17 |
|
18 |
+
[EmbedPress](https://embedpress.com/) lets you embed videos, images, posts, audio, maps and all other types of content into your WordPress site with one-click and showcase it beautifully for the visitors. Classic Editor, Gutenberg & Elementor all supported.
|
19 |
+
|
20 |
+
https://www.youtube.com/watch?v=fvYKLkEnJbI
|
21 |
|
22 |
🔥RICH MEDIA EMBEDS FROM MORE THAN 75 SITES
|
23 |
|
211 |
|
212 |
## 🚀BACKED BY A TRUSTED TEAM
|
213 |
|
214 |
+
This embed plugin is brought to you by the team behind [WPDeveloper](https://wpdeveloper.net/), a dedicated marketplace for WordPress, trusted by 600,000+ happy users.
|
215 |
|
216 |
### 👨💻 DOCUMENTATION AND SUPPORT
|
217 |
|
226 |
|
227 |
- Join our [Facebook Group](https://www.facebook.com/groups/wpdeveloper.net/)
|
228 |
|
229 |
+
- If you love EmbedPress, [rate us on WordPress](https://wordpress.org/support/plugin/embedpress/reviews/?filter=5)
|
230 |
|
231 |
|
232 |
|
270 |
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
271 |
and this project adheres to [Semantic Versioning](http://semver.org/).
|
272 |
|
273 |
+
= [2.5.3] - 2020-04-22 =
|
274 |
+
* Fixed minor issue related to Google Sheets in Elementor without Classic Editor
|
275 |
+
* License update to GPLv3 from GPLv2
|
276 |
+
|
277 |
= [2.5.2] - 2020-04-09 =
|
278 |
* Fixed Google doc design issue
|
279 |
* Compatibility with WordPress 5.4
|