Version Description
Download this release
Release Info
Developer | nico23 |
Plugin | ARVE Advanced Responsive Video Embedder (YouTube, Vimeo, HTML5 Video …) |
Version | 8.9.11 |
Comparing to | |
See all releases |
Code changes from version 8.9.10 to 8.9.11
advanced-responsive-video-embedder.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: ARVE Advanced Responsive Video Embedder
|
4 |
* Plugin URI: https://nextgenthemes.com/plugins/arve-pro/
|
5 |
* Description: Easy responsive video embeds via URL (like WordPress) or Shortcodes. Supports almost anything you can imagine.
|
6 |
-
* Version: 8.9.
|
7 |
* Author: Nicolas Jonas
|
8 |
* Author URI: https://nextgenthemes.com
|
9 |
* License: GPL-3.0
|
@@ -19,7 +19,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
19 |
}
|
20 |
|
21 |
define( 'ARVE_SLUG', 'advanced-responsive-video-embedder' );
|
22 |
-
define( 'ARVE_VERSION', '8.9.
|
23 |
define( 'ARVE_PRO_VERSION_REQUIRED', '4.0.0' );
|
24 |
|
25 |
define( 'ARVE_URL', plugin_dir_url( __FILE__ ) );
|
3 |
* Plugin Name: ARVE Advanced Responsive Video Embedder
|
4 |
* Plugin URI: https://nextgenthemes.com/plugins/arve-pro/
|
5 |
* Description: Easy responsive video embeds via URL (like WordPress) or Shortcodes. Supports almost anything you can imagine.
|
6 |
+
* Version: 8.9.11
|
7 |
* Author: Nicolas Jonas
|
8 |
* Author URI: https://nextgenthemes.com
|
9 |
* License: GPL-3.0
|
19 |
}
|
20 |
|
21 |
define( 'ARVE_SLUG', 'advanced-responsive-video-embedder' );
|
22 |
+
define( 'ARVE_VERSION', '8.9.11' );
|
23 |
define( 'ARVE_PRO_VERSION_REQUIRED', '4.0.0' );
|
24 |
|
25 |
define( 'ARVE_URL', plugin_dir_url( __FILE__ ) );
|
public/functions-shortcode-data.php
CHANGED
@@ -137,7 +137,7 @@ function arve_add_autoplay_query_arg( $src, $a ) {
|
|
137 |
$off = add_query_arg( 'autoplay', 'false', $src );
|
138 |
break;
|
139 |
case 'livestream':
|
140 |
-
case '
|
141 |
$on = add_query_arg( 'autoPlay', 'true', $src );
|
142 |
$off = add_query_arg( 'autoPlay', 'false', $src );
|
143 |
break;
|
137 |
$off = add_query_arg( 'autoplay', 'false', $src );
|
138 |
break;
|
139 |
case 'livestream':
|
140 |
+
case 'wistia':
|
141 |
$on = add_query_arg( 'autoPlay', 'true', $src );
|
142 |
$off = add_query_arg( 'autoPlay', 'false', $src );
|
143 |
break;
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: YouTube, Vimeo, lazyload, thumbnail, video, responsive, embeds, video-embe
|
|
5 |
Requires at least: 4.4.0
|
6 |
Tested up to: 4.9.4
|
7 |
Requires PHP: 5.3
|
8 |
-
Stable tag: 8.9.
|
9 |
License: GPL-3.0
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -158,6 +158,10 @@ This plugins embed is considered as 'custom player' by YouTube so you have to pa
|
|
158 |
* [ARVE Pro addon changelog](https://nextgenthemes.com/plugins/arve-pro/changelog/)
|
159 |
* [ARVE AMP addon changelog](https://nextgenthemes.com/plugins/arve-amp/)
|
160 |
|
|
|
|
|
|
|
|
|
161 |
### 2018-10-19 - 8.9.10 ###
|
162 |
|
163 |
* Fix: The Gutenberg fix of the last version was not correct in the minified JS.
|
5 |
Requires at least: 4.4.0
|
6 |
Tested up to: 4.9.4
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 8.9.11
|
9 |
License: GPL-3.0
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
158 |
* [ARVE Pro addon changelog](https://nextgenthemes.com/plugins/arve-pro/changelog/)
|
159 |
* [ARVE AMP addon changelog](https://nextgenthemes.com/plugins/arve-amp/)
|
160 |
|
161 |
+
### 2018-11-16 - 8.9.11 ###
|
162 |
+
|
163 |
+
* Fix: Wistia autoplay (mobile browsers sill prevent it, also effects single click lazyload in Pro)
|
164 |
+
|
165 |
### 2018-10-19 - 8.9.10 ###
|
166 |
|
167 |
* Fix: The Gutenberg fix of the last version was not correct in the minified JS.
|