YouTube - Version 14.0.1.4

Version Description

Download this release

Release Info

Developer embedplus
Plugin Icon 128x128 YouTube
Version 14.0.1.4
Comparing to
See all releases

Code changes from version 14.0.1.3 to 14.0.1.4

dist/blocks.editor.build.css CHANGED
@@ -1 +1 @@
1
- .components-modal__frame.epytblock__modal{position:absolute;top:25px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:950px;max-width:90%;height:calc(100vh - 50px);max-height:calc(100vh - 50px)}.components-modal__frame.epytblock__modal .components-modal__header{margin:0}.components-modal__frame.epytblock__modal .components-modal__content{padding:0}.components-modal__frame.epytblock__modal iframe{width:100%;height:calc(100% - 60px);display:block}.epytblock .components-placeholder__fieldset{max-width:100%}.wp-block[data-type="epyt/youtube"]>div::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;cursor:pointer}.wp-block[data-type="epyt/youtube"].is-selected>div::after,.wp-block[data-type="epyt/youtube"]>div.components-placeholder::after{display:none}
1
+ .components-modal__frame.epytblock__modal{position:absolute;top:25px;left:50%!important;-webkit-transform:translateX(-50%)!important;-ms-transform:translateX(-50%)!important;transform:translateX(-50%)!important;width:950px;max-width:90%;height:calc(100vh - 50px);max-height:calc(100vh - 50px)}.components-modal__frame.epytblock__modal .components-modal__header{margin:0}.components-modal__frame.epytblock__modal .components-modal__content{padding:0}.components-modal__frame.epytblock__modal iframe{width:100%;height:calc(100% - 60px);display:block}.epytblock .components-placeholder__fieldset{max-width:100%}.wp-block[data-type="epyt/youtube"]>div::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;cursor:pointer}.wp-block[data-type="epyt/youtube"].is-selected>div::after,.wp-block[data-type="epyt/youtube"]>div.components-placeholder::after{display:none}
readme.txt CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Embed Plus Plugin for YouTube, with YouTube Gallery, Channel, Playl
4
  Tags: youtube gallery, youtube wordpress plugin, channel gallery, playlist gallery, defer css javascript, youtube channel, youtube live, lazy load, facade
5
  Requires at least: 4.5
6
  Tested up to: 5.9
7
- Stable tag: 14.0.1.3
8
  License: GPLv3 or later
9
 
10
  YouTube Embed Plugin. Embed a responsive video, YouTube channel gallery, playlist gallery, YouTube live stream. With defer JavaScript options
@@ -152,6 +152,9 @@ You can also start and end each individual video at particular times. Like the a
152
 
153
  == Changelog ==
154
 
 
 
 
155
  = Embed Plus for YouTube WordPress Plugin 14.0.1.3 =
156
  * Patch for 14.0.1.2, JS fix for compatibility with jQuery 3.0+
157
 
4
  Tags: youtube gallery, youtube wordpress plugin, channel gallery, playlist gallery, defer css javascript, youtube channel, youtube live, lazy load, facade
5
  Requires at least: 4.5
6
  Tested up to: 5.9
7
+ Stable tag: 14.0.1.4
8
  License: GPLv3 or later
9
 
10
  YouTube Embed Plugin. Embed a responsive video, YouTube channel gallery, playlist gallery, YouTube live stream. With defer JavaScript options
152
 
153
  == Changelog ==
154
 
155
+ = Embed Plus for YouTube WordPress Plugin 14.0.1.4 =
156
+ * YouTube Wizard compatibility for WordPress 5.9+
157
+
158
  = Embed Plus for YouTube WordPress Plugin 14.0.1.3 =
159
  * Patch for 14.0.1.2, JS fix for compatibility with jQuery 3.0+
160
 
src/block/editor.scss CHANGED
@@ -8,8 +8,8 @@
8
  .components-modal__frame.epytblock__modal {
9
  position: absolute;
10
  top: 25px;
11
- left: 50%;
12
- transform: translateX(-50%);
13
  width: 950px;
14
  max-width: 90%;
15
  height: calc(100vh - 50px);
8
  .components-modal__frame.epytblock__modal {
9
  position: absolute;
10
  top: 25px;
11
+ left: 50% !important;
12
+ transform: translateX(-50%) !important;
13
  width: 950px;
14
  max-width: 90%;
15
  height: calc(100vh - 50px);
youtube.php CHANGED
@@ -3,10 +3,10 @@
3
  Plugin Name: Embed Plus Plugin for YouTube, with YouTube Gallery, Channel, Playlist, Live Stream, Facade
4
  Plugin URI: https://www.embedplus.com/dashboard/pro-easy-video-analytics.aspx?ref=plugin
5
  Description: YouTube Embed Plugin. Embed a YouTube channel gallery, playlist gallery, YouTube live stream. Lite embeds with defer JavaScript and facade options
6
- Version: 14.0.1.3
7
  Author: Embed Plus for YouTube Team
8
  Author URI: https://www.embedplus.com
9
- Requires at least: 4.1
10
  */
11
 
12
  /*
@@ -35,7 +35,7 @@ class YouTubePrefs
35
 
36
  public static $folder_name = 'youtube-embed-plus';
37
  public static $curltimeout = 30;
38
- public static $version = '14.0.1.3';
39
  public static $opt_version = 'version';
40
  public static $optembedwidth = null;
41
  public static $optembedheight = null;
@@ -3224,7 +3224,7 @@ class YouTubePrefs
3224
  $new_pointer_content = '<h3>' . __('New Update') . '</h3>'; // ooopointer
3225
 
3226
  $new_pointer_content .= '<p>'; // ooopointer
3227
- $new_pointer_content .= "This update fixes an issue with facade images on playlist embeds, and improves compatibility with AJAX themes for both free and <a target=_blank href=" . self::$epbase . '/dashboard/pro-easy-video-analytics.aspx?ref=frompointer' . ">Pro versions (discounts throughout the holidays)</a>.";
3228
  if (self::vi_logged_in())
3229
  {
3230
  $new_pointer_content .= "<br><br><strong>Note:</strong> You are currently logged into the vi intelligence feature. vi support is being deprecated in the next version, so we recommend taking the vi ads down from your site. Please contact ext@embedplus.com for questions.";
3
  Plugin Name: Embed Plus Plugin for YouTube, with YouTube Gallery, Channel, Playlist, Live Stream, Facade
4
  Plugin URI: https://www.embedplus.com/dashboard/pro-easy-video-analytics.aspx?ref=plugin
5
  Description: YouTube Embed Plugin. Embed a YouTube channel gallery, playlist gallery, YouTube live stream. Lite embeds with defer JavaScript and facade options
6
+ Version: 14.0.1.4
7
  Author: Embed Plus for YouTube Team
8
  Author URI: https://www.embedplus.com
9
+ Requires at least: 4.5
10
  */
11
 
12
  /*
35
 
36
  public static $folder_name = 'youtube-embed-plus';
37
  public static $curltimeout = 30;
38
+ public static $version = '14.0.1.4';
39
  public static $opt_version = 'version';
40
  public static $optembedwidth = null;
41
  public static $optembedheight = null;
3224
  $new_pointer_content = '<h3>' . __('New Update') . '</h3>'; // ooopointer
3225
 
3226
  $new_pointer_content .= '<p>'; // ooopointer
3227
+ $new_pointer_content .= "This update adds compatibility to the YouTube Wizard in WordPress 5.9 for both free and <a target=_blank href=" . self::$epbase . '/dashboard/pro-easy-video-analytics.aspx?ref=frompointer' . ">Pro versions</a>.";
3228
  if (self::vi_logged_in())
3229
  {
3230
  $new_pointer_content .= "<br><br><strong>Note:</strong> You are currently logged into the vi intelligence feature. vi support is being deprecated in the next version, so we recommend taking the vi ads down from your site. Please contact ext@embedplus.com for questions.";