Version Description
- October 22, 2021 =
- Fix issue with Dynamic URL Override with Elementor not changing providers.
Download this release
Release Info
Developer | 2winfactor |
Plugin | The Ultimate Video Player For WordPress – by Presto Player |
Version | 1.6.13 |
Comparing to | |
See all releases |
Code changes from version 1.6.12 to 1.6.13
- inc/Models/ReusableVideo.php +9 -0
- languages/presto-player.pot +1 -1
- presto-player.php +1 -1
- readme.txt +3 -0
- vendor/composer/installed.php +2 -2
inc/Models/ReusableVideo.php
CHANGED
@@ -125,6 +125,11 @@ class ReusableVideo
|
|
125 |
$block = $this->maybeSwitchProvider($block);
|
126 |
}
|
127 |
|
|
|
|
|
|
|
|
|
|
|
128 |
switch ($block['blockName']) {
|
129 |
case 'presto-player/self-hosted':
|
130 |
return (new SelfHostedBlock(true, '1'))->html($block['attrs'], '');
|
@@ -165,6 +170,10 @@ class ReusableVideo
|
|
165 |
$block['blockName'] = 'presto-player/vimeo';
|
166 |
return $block;
|
167 |
}
|
|
|
|
|
|
|
|
|
168 |
}
|
169 |
|
170 |
return $block;
|
125 |
$block = $this->maybeSwitchProvider($block);
|
126 |
}
|
127 |
|
128 |
+
// remove attachment_id if the src changes.
|
129 |
+
if (!empty($overrides['src'])) {
|
130 |
+
$block['attrs']['attachment_id'] = null;
|
131 |
+
}
|
132 |
+
|
133 |
switch ($block['blockName']) {
|
134 |
case 'presto-player/self-hosted':
|
135 |
return (new SelfHostedBlock(true, '1'))->html($block['attrs'], '');
|
170 |
$block['blockName'] = 'presto-player/vimeo';
|
171 |
return $block;
|
172 |
}
|
173 |
+
|
174 |
+
// default to self-hsoted
|
175 |
+
$block['blockName'] = 'presto-player/self-hosted';
|
176 |
+
return $block;
|
177 |
}
|
178 |
|
179 |
return $block;
|
languages/presto-player.pot
CHANGED
@@ -7,7 +7,7 @@ msgstr ""
|
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
-
"POT-Creation-Date: 2021-10-
|
11 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
12 |
"X-Generator: WP-CLI 2.5.0\n"
|
13 |
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2021-10-22T15:32:42+00:00\n"
|
11 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
12 |
"X-Generator: WP-CLI 2.5.0\n"
|
13 |
|
presto-player.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Presto Player
|
5 |
* Plugin URI: http://prestoplayer.com
|
6 |
* Description: A beautiful, fast media player for WordPress.
|
7 |
-
* Version: 1.6.
|
8 |
* Author: Presto Made, Inc
|
9 |
* Text Domain: presto-player
|
10 |
* Tags: private, video, lms, hls
|
4 |
* Plugin Name: Presto Player
|
5 |
* Plugin URI: http://prestoplayer.com
|
6 |
* Description: A beautiful, fast media player for WordPress.
|
7 |
+
* Version: 1.6.13
|
8 |
* Author: Presto Made, Inc
|
9 |
* Text Domain: presto-player
|
10 |
* Tags: private, video, lms, hls
|
readme.txt
CHANGED
@@ -153,6 +153,9 @@ It is also important to point out that BunnyNet has a $1 per month minimum.
|
|
153 |
|
154 |
== Changelog ==
|
155 |
|
|
|
|
|
|
|
156 |
= 1.6.12 - October 15, 2021 =
|
157 |
* Hotfix - email capture not syncing with integrations.
|
158 |
|
153 |
|
154 |
== Changelog ==
|
155 |
|
156 |
+
= 1.6.13 - October 22, 2021 =
|
157 |
+
* Fix issue with Dynamic URL Override with Elementor not changing providers.
|
158 |
+
|
159 |
= 1.6.12 - October 15, 2021 =
|
160 |
* Hotfix - email capture not syncing with integrations.
|
161 |
|
vendor/composer/installed.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
'type' => 'project',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
-
'reference' => '
|
9 |
'name' => 'course/player',
|
10 |
'dev' => false,
|
11 |
),
|
@@ -16,7 +16,7 @@
|
|
16 |
'type' => 'project',
|
17 |
'install_path' => __DIR__ . '/../../',
|
18 |
'aliases' => array(),
|
19 |
-
'reference' => '
|
20 |
'dev_requirement' => false,
|
21 |
),
|
22 |
'level-2/dice' => array(
|
5 |
'type' => 'project',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
+
'reference' => 'c1d9a233db4cbf73a18511c48cc15a6aba6121a3',
|
9 |
'name' => 'course/player',
|
10 |
'dev' => false,
|
11 |
),
|
16 |
'type' => 'project',
|
17 |
'install_path' => __DIR__ . '/../../',
|
18 |
'aliases' => array(),
|
19 |
+
'reference' => 'c1d9a233db4cbf73a18511c48cc15a6aba6121a3',
|
20 |
'dev_requirement' => false,
|
21 |
),
|
22 |
'level-2/dice' => array(
|