Version Description
- May 12, 2022
Download this release
Release Info
Developer | patilvikasj |
Plugin | The Ultimate Video Player For WordPress – by Presto Player |
Version | 1.9.7 |
Comparing to | |
See all releases |
Code changes from version 1.9.6 to 1.9.7
- languages/presto-player.pot +1 -1
- presto-player.php +1 -1
- readme.txt +4 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +2 -2
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-
|
11 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
12 |
"X-Generator: WP-CLI 2.6.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-05-12T15:03:50+00:00\n"
|
11 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
12 |
"X-Generator: WP-CLI 2.6.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.9.
|
8 |
* Author: Presto Made, Inc
|
9 |
* Author URI: https://prestoplayer.com/
|
10 |
* Text Domain: presto-player
|
4 |
* Plugin Name: Presto Player
|
5 |
* Plugin URI: http://prestoplayer.com
|
6 |
* Description: A beautiful, fast media player for WordPress.
|
7 |
+
* Version: 1.9.7
|
8 |
* Author: Presto Made, Inc
|
9 |
* Author URI: https://prestoplayer.com/
|
10 |
* Text Domain: presto-player
|
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.9
|
7 |
-
Stable tag: 1.9.
|
8 |
Requires PHP: 7.3
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -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.9.6 - April 26, 2022 =
|
157 |
* Fix: Add function checks in case wp_get_attachment_url is called before WP loads.
|
158 |
* Fix: Removing videos database table on uninstall.
|
4 |
Tags: video, audio, youtube, vimeo, lms, elementor, learndash, beaver builder, lifterlms
|
5 |
Requires at least: 5.6
|
6 |
Tested up to: 5.9
|
7 |
+
Stable tag: 1.9.7
|
8 |
Requires PHP: 7.3
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
153 |
|
154 |
== Changelog ==
|
155 |
|
156 |
+
= 1.9.7 - May 12, 2022 =
|
157 |
+
* Improvement: Remove temporary files.
|
158 |
+
|
159 |
= 1.9.6 - April 26, 2022 =
|
160 |
* Fix: Add function checks in case wp_get_attachment_url is called before WP loads.
|
161 |
* Fix: Removing videos database table on uninstall.
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInitde26bd8d146258110766b92844afef16::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -24,15 +24,15 @@ class ComposerAutoloaderInitb18e298892fce1db807bb4e0ddf4823f
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
-
call_user_func(\Composer\Autoload\
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
@@ -53,19 +53,19 @@ class ComposerAutoloaderInitb18e298892fce1db807bb4e0ddf4823f
|
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
-
$includeFiles = Composer\Autoload\
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
-
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
-
function
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInitde26bd8d146258110766b92844afef16
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInitde26bd8d146258110766b92844afef16', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitde26bd8d146258110766b92844afef16', 'loadClassLoader'));
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
+
call_user_func(\Composer\Autoload\ComposerStaticInitde26bd8d146258110766b92844afef16::getInitializer($loader));
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
+
$includeFiles = Composer\Autoload\ComposerStaticInitde26bd8d146258110766b92844afef16::$files;
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
+
composerRequirede26bd8d146258110766b92844afef16($fileIdentifier, $file);
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
+
function composerRequirede26bd8d146258110766b92844afef16($fileIdentifier, $file)
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'b506a6b9998b6104a0eae10a34d50f61' => __DIR__ . '/../..' . '/inc/support.php',
|
@@ -355,9 +355,9 @@ class ComposerStaticInitb18e298892fce1db807bb4e0ddf4823f
|
|
355 |
public static function getInitializer(ClassLoader $loader)
|
356 |
{
|
357 |
return \Closure::bind(function () use ($loader) {
|
358 |
-
$loader->prefixLengthsPsr4 =
|
359 |
-
$loader->prefixDirsPsr4 =
|
360 |
-
$loader->classMap =
|
361 |
|
362 |
}, null, ClassLoader::class);
|
363 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitde26bd8d146258110766b92844afef16
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'b506a6b9998b6104a0eae10a34d50f61' => __DIR__ . '/../..' . '/inc/support.php',
|
355 |
public static function getInitializer(ClassLoader $loader)
|
356 |
{
|
357 |
return \Closure::bind(function () use ($loader) {
|
358 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitde26bd8d146258110766b92844afef16::$prefixLengthsPsr4;
|
359 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitde26bd8d146258110766b92844afef16::$prefixDirsPsr4;
|
360 |
+
$loader->classMap = ComposerStaticInitde26bd8d146258110766b92844afef16::$classMap;
|
361 |
|
362 |
}, null, ClassLoader::class);
|
363 |
}
|
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 |
),
|
@@ -34,7 +34,7 @@
|
|
34 |
'type' => 'project',
|
35 |
'install_path' => __DIR__ . '/../../',
|
36 |
'aliases' => array(),
|
37 |
-
'reference' => '
|
38 |
'dev_requirement' => false,
|
39 |
),
|
40 |
'level-2/dice' => array(
|
5 |
'type' => 'project',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
8 |
+
'reference' => 'bc37cfeb3167bc0f03e3fe6d6ac7c8f51954fc5e',
|
9 |
'name' => 'course/player',
|
10 |
'dev' => false,
|
11 |
),
|
34 |
'type' => 'project',
|
35 |
'install_path' => __DIR__ . '/../../',
|
36 |
'aliases' => array(),
|
37 |
+
'reference' => 'bc37cfeb3167bc0f03e3fe6d6ac7c8f51954fc5e',
|
38 |
'dev_requirement' => false,
|
39 |
),
|
40 |
'level-2/dice' => array(
|