Version Description
Download this release
Release Info
Developer | wpdevteam |
Plugin | EmbedPress – Embed Google Docs, YouTube, Maps, Vimeo, Wistia Videos & Upload PDF, PPT in Gutenberg & Elementor |
Version | 3.3.7 |
Comparing to | |
See all releases |
Code changes from version 3.3.6 to 3.3.7
- EmbedPress/Shortcode.php +2 -1
- embedpress.php +1 -1
- includes.php +1 -1
- readme.txt +7 -2
EmbedPress/Shortcode.php
CHANGED
@@ -172,7 +172,8 @@ class Shortcode {
|
|
172 |
// Replace all single quotes to double quotes. I.e: foo='joe' -> foo="joe"
|
173 |
$parsedContent = str_replace( "'", '"', $parsedContent );
|
174 |
$parsedContent = str_replace( "{provider_alias}", $provider_name , $parsedContent );
|
175 |
-
$parsedContent = str_replace( 'sandbox="allow-scripts"', 'sandbox="allow-scripts allow-same-origin"', $parsedContent );
|
|
|
176 |
|
177 |
self::purify_html_content( $parsedContent);
|
178 |
self::modify_content_for_fb_and_canada( $provider_name, $parsedContent);
|
172 |
// Replace all single quotes to double quotes. I.e: foo='joe' -> foo="joe"
|
173 |
$parsedContent = str_replace( "'", '"', $parsedContent );
|
174 |
$parsedContent = str_replace( "{provider_alias}", $provider_name , $parsedContent );
|
175 |
+
$parsedContent = str_replace( 'sandbox="allow-scripts"', 'sandbox="allow-modals allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox"', $parsedContent );
|
176 |
+
$parsedContent = str_replace( '<iframe ', '<iframe allowFullScreen="true" ', $parsedContent );
|
177 |
|
178 |
self::purify_html_content( $parsedContent);
|
179 |
self::modify_content_for_fb_and_canada( $provider_name, $parsedContent);
|
embedpress.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* 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. 100+ sources supported.
|
6 |
* Author: WPDeveloper
|
7 |
* Author URI: https://wpdeveloper.com
|
8 |
-
* Version: 3.3.
|
9 |
* Text Domain: embedpress
|
10 |
* Domain Path: /languages
|
11 |
*
|
5 |
* 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. 100+ sources supported.
|
6 |
* Author: WPDeveloper
|
7 |
* Author URI: https://wpdeveloper.com
|
8 |
+
* Version: 3.3.7
|
9 |
* Text Domain: embedpress
|
10 |
* Domain Path: /languages
|
11 |
*
|
includes.php
CHANGED
@@ -22,7 +22,7 @@ if ( ! defined('EMBEDPRESS_PLG_NAME')) {
|
|
22 |
}
|
23 |
|
24 |
if ( ! defined('EMBEDPRESS_VERSION')) {
|
25 |
-
define('EMBEDPRESS_VERSION', "3.3.
|
26 |
/**
|
27 |
* @deprecated 2.2.0
|
28 |
*/
|
22 |
}
|
23 |
|
24 |
if ( ! defined('EMBEDPRESS_VERSION')) {
|
25 |
+
define('EMBEDPRESS_VERSION', "3.3.7");
|
26 |
/**
|
27 |
* @deprecated 2.2.0
|
28 |
*/
|
readme.txt
CHANGED
@@ -4,9 +4,9 @@ Author: WPDeveloper
|
|
4 |
Author URI: https://wpdeveloper.com
|
5 |
Tags: embed, embed youtube, gutenberg embed, pdf, doc, docs, ppt, elementor embed, video embed, Google Doc, map embed, youTube Embed, content embed, iframes, vimeo embed, wistia, google sheet, youtube player, block editor, embed wordpress, elementor, WPML, Meetup, Boomplay, PDF Logo
|
6 |
Requires at least: 4.6
|
7 |
-
Tested up to:
|
8 |
Requires PHP: 5.6
|
9 |
-
Stable tag: 3.3.
|
10 |
License: GPLv3 or later
|
11 |
License URI: https://opensource.org/licenses/GPL-3.0
|
12 |
|
@@ -382,6 +382,11 @@ Not at all. You can set up everything your team needs without any coding knowled
|
|
382 |
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
383 |
and this project adheres to [Semantic Versioning](http://semver.org/).
|
384 |
|
|
|
|
|
|
|
|
|
|
|
385 |
= [3.3.6] - 2022-03-27 =
|
386 |
* Fixed: Coub videos embedding.
|
387 |
* Fixed: Matterport embedding.
|
4 |
Author URI: https://wpdeveloper.com
|
5 |
Tags: embed, embed youtube, gutenberg embed, pdf, doc, docs, ppt, elementor embed, video embed, Google Doc, map embed, youTube Embed, content embed, iframes, vimeo embed, wistia, google sheet, youtube player, block editor, embed wordpress, elementor, WPML, Meetup, Boomplay, PDF Logo
|
6 |
Requires at least: 4.6
|
7 |
+
Tested up to: 6.0
|
8 |
Requires PHP: 5.6
|
9 |
+
Stable tag: 3.3.7
|
10 |
License: GPLv3 or later
|
11 |
License URI: https://opensource.org/licenses/GPL-3.0
|
12 |
|
382 |
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
383 |
and this project adheres to [Semantic Versioning](http://semver.org/).
|
384 |
|
385 |
+
= [3.3.7] - 2022-04-26 =
|
386 |
+
* Fixed: Gfycat fullscreen and social share option.
|
387 |
+
* Fixed: Profile & open links for Coub videos.
|
388 |
+
* Few minor bug fix and improvements.
|
389 |
+
|
390 |
= [3.3.6] - 2022-03-27 =
|
391 |
* Fixed: Coub videos embedding.
|
392 |
* Fixed: Matterport embedding.
|