Version Description
- January 20, 2022 =
- Fix: Issue with colors not applying to watermark.
Download this release
Release Info
Developer | 2winfactor |
Plugin | The Ultimate Video Player For WordPress – by Presto Player |
Version | 1.8.4 |
Comparing to | |
See all releases |
Code changes from version 1.8.3 to 1.8.4
- inc/Support/Block.php +4 -3
- languages/presto-player.pot +1 -1
- presto-player.php +1 -1
- readme.txt +4 -1
- vendor/composer/installed.php +2 -2
inc/Support/Block.php
CHANGED
@@ -317,10 +317,11 @@ class Block
|
|
317 |
|
318 |
// replace watermark text.
|
319 |
if (!empty($preset->watermark['enabled'])) {
|
320 |
-
$
|
321 |
-
'text' => DynamicData::replaceText($preset->watermark['text'])
|
322 |
-
'enabled' => $preset->watermark['enabled'],
|
323 |
];
|
|
|
|
|
324 |
}
|
325 |
|
326 |
return apply_filters('presto_player/presto_player_presets/data', $preset, 'video');
|
317 |
|
318 |
// replace watermark text.
|
319 |
if (!empty($preset->watermark['enabled'])) {
|
320 |
+
$watermark_text = [
|
321 |
+
'text' => DynamicData::replaceText($preset->watermark['text'])
|
|
|
322 |
];
|
323 |
+
|
324 |
+
$preset->watermark = wp_parse_args( $watermark_text, $preset->watermark );
|
325 |
}
|
326 |
|
327 |
return apply_filters('presto_player/presto_player_presets/data', $preset, 'video');
|
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: 2022-01-
|
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: 2022-01-20T20:54:18+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.8.
|
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.8.4
|
8 |
* Author: Presto Made, Inc
|
9 |
* Text Domain: presto-player
|
10 |
* Tags: private, video, lms, hls
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://prestoplayer.com
|
|
4 |
Tags: video, audio, youtube, vimeo, lms, elementor, learndash, beaver builder, lifterlms
|
5 |
Requires at least: 5.6
|
6 |
Tested up to: 5.8
|
7 |
-
Stable tag: 1.8.
|
8 |
Requires PHP: 7.3
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -152,6 +152,9 @@ It is also important to point out that BunnyNet has a $1 per month minimum.
|
|
152 |
|
153 |
|
154 |
== Changelog ==
|
|
|
|
|
|
|
155 |
= 1.8.3 - January 18, 2022 =
|
156 |
* Fix: Chapters not showing in timeline for Vimeo videos.
|
157 |
* Fix: Dynamic text not being replaced in Watermark.
|
4 |
Tags: video, audio, youtube, vimeo, lms, elementor, learndash, beaver builder, lifterlms
|
5 |
Requires at least: 5.6
|
6 |
Tested up to: 5.8
|
7 |
+
Stable tag: 1.8.4
|
8 |
Requires PHP: 7.3
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
152 |
|
153 |
|
154 |
== Changelog ==
|
155 |
+
= 1.8.4 - January 20, 2022 =
|
156 |
+
* Fix: Issue with colors not applying to watermark.
|
157 |
+
|
158 |
= 1.8.3 - January 18, 2022 =
|
159 |
* Fix: Chapters not showing in timeline for Vimeo videos.
|
160 |
* Fix: Dynamic text not being replaced in Watermark.
|
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' => 'b8f6ed7b120a7e539aa2c05522d433819860cf98',
|
9 |
'name' => 'course/player',
|
10 |
'dev' => false,
|
11 |
),
|
16 |
'type' => 'project',
|
17 |
'install_path' => __DIR__ . '/../../',
|
18 |
'aliases' => array(),
|
19 |
+
'reference' => 'b8f6ed7b120a7e539aa2c05522d433819860cf98',
|
20 |
'dev_requirement' => false,
|
21 |
),
|
22 |
'level-2/dice' => array(
|