Version Description
Download this release
Release Info
Developer | nico23 |
Plugin | ARVE Advanced Responsive Video Embedder (YouTube, Vimeo, HTML5 Video …) |
Version | 8.10.13 |
Comparing to | |
See all releases |
Code changes from version 8.10.12 to 8.10.13
- admin/functions-admin.php +0 -2
- admin/html-settings-page.php +1 -1
- advanced-responsive-video-embedder.php +1 -1
- public/functions-html-output.php +0 -14
- readme.txt +6 -2
admin/functions-admin.php
CHANGED
@@ -44,8 +44,6 @@ function arve_display_pro_ad() {
|
|
44 |
function arve_widget_text() {
|
45 |
|
46 |
// phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
|
47 |
-
printf( '<big><strong><a href="%s">Hiring a Marketing Person</a></strong></big>', 'https://nextgenthemes.com/hiring-a-marketing-person/' );
|
48 |
-
|
49 |
echo '<p>';
|
50 |
printf( '<a href="%s">Documentation</a>, ', 'https://nextgenthemes.com/plugins/arve/documentation/' );
|
51 |
printf( '<a href="%s">Support</a>, ', 'https://nextgenthemes.com/support/' );
|
44 |
function arve_widget_text() {
|
45 |
|
46 |
// phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
|
|
|
|
|
47 |
echo '<p>';
|
48 |
printf( '<a href="%s">Documentation</a>, ', 'https://nextgenthemes.com/plugins/arve/documentation/' );
|
49 |
printf( '<a href="%s">Support</a>, ', 'https://nextgenthemes.com/support/' );
|
admin/html-settings-page.php
CHANGED
@@ -30,7 +30,7 @@ $options = arve_get_options();
|
|
30 |
|
31 |
<h3><a href="https://nextgenthemes.com/plugins/arve-pro/">Pro Addon</a></h3>
|
32 |
|
33 |
-
<
|
34 |
|
35 |
<p>This plugin is financed by purchases of the <a href="https://nextgenthemes.com/plugins/arve-pro/">Pro Addon</a>. The development and support of this plugins has become a job for me so I hope you understand that I can not make all features gratis and that you <a href="https://nextgenthemes.com/plugins/arve-pro/">purchase it</a> to get extra features and support the development.</p>
|
36 |
|
30 |
|
31 |
<h3><a href="https://nextgenthemes.com/plugins/arve-pro/">Pro Addon</a></h3>
|
32 |
|
33 |
+
<strong><big>10% off</big></strong> first year with discount code <code>settingspage</code></p>
|
34 |
|
35 |
<p>This plugin is financed by purchases of the <a href="https://nextgenthemes.com/plugins/arve-pro/">Pro Addon</a>. The development and support of this plugins has become a job for me so I hope you understand that I can not make all features gratis and that you <a href="https://nextgenthemes.com/plugins/arve-pro/">purchase it</a> to get extra features and support the development.</p>
|
36 |
|
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.10.
|
7 |
* Author: Nicolas Jonas
|
8 |
* Author URI: https://nextgenthemes.com
|
9 |
* License: GPL-3.0
|
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.10.13
|
7 |
* Author: Nicolas Jonas
|
8 |
* Author URI: https://nextgenthemes.com
|
9 |
* License: GPL-3.0
|
public/functions-html-output.php
CHANGED
@@ -192,8 +192,6 @@ function arve_video_or_iframe( $atts ) {
|
|
192 |
|
193 |
switch ( $atts['provider'] ) {
|
194 |
|
195 |
-
case 'veoh':
|
196 |
-
return arve_create_object( $atts );
|
197 |
case 'html5':
|
198 |
return arve_create_video_tag( $atts );
|
199 |
default:
|
@@ -232,18 +230,6 @@ function arve_create_video_tag( $a ) {
|
|
232 |
return apply_filters( 'arve_video_tag', $html, $a, $a['video_attr'] );
|
233 |
}
|
234 |
|
235 |
-
function arve_create_object_tag( $a ) {
|
236 |
-
|
237 |
-
$html = sprintf(
|
238 |
-
'<video%s>%s%s</video>',
|
239 |
-
arve_attr( $a['video_attr'] ),
|
240 |
-
$a['video_sources_html'],
|
241 |
-
$a['video_tracks_html']
|
242 |
-
);
|
243 |
-
|
244 |
-
return apply_filters( 'arve_video_tag', $html, $a, $a['video_attr'] );
|
245 |
-
}
|
246 |
-
|
247 |
function arve_error( $message ) {
|
248 |
|
249 |
return sprintf(
|
192 |
|
193 |
switch ( $atts['provider'] ) {
|
194 |
|
|
|
|
|
195 |
case 'html5':
|
196 |
return arve_create_video_tag( $atts );
|
197 |
default:
|
230 |
return apply_filters( 'arve_video_tag', $html, $a, $a['video_attr'] );
|
231 |
}
|
232 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
function arve_error( $message ) {
|
234 |
|
235 |
return sprintf(
|
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: 5.2.2
|
7 |
Requires PHP: 5.3
|
8 |
-
Stable tag: 8.10.
|
9 |
License: GPL-3.0
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -68,7 +68,7 @@ This plugin is financed by sales of the [Pro Addon](https://nextgenthemes.com/pl
|
|
68 |
|
69 |
### [Pro Addon](https://nextgenthemes.com/plugins/arve-pro/) ###
|
70 |
|
71 |
-
|
72 |
|
73 |
* **Disable links in embeds (killer feature!)**<br>
|
74 |
For example: Clicking on a title in a YouTube embed will not open a new popup/tab/window. **Prevent video hosts to lead your visitors away from your site!** Note this also breaks sharing functionality and is not possible when the provider requires flash. Try it on [this page](https://nextgenthemes.com/plugins/arve-pro/). Right click on links still works.
|
@@ -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 |
### 2019-10-01 - 8.10.12 ###
|
162 |
|
163 |
* Improved: Allow for manually srcset with `img_srcset` with the Pro Addon.
|
5 |
Requires at least: 4.4.0
|
6 |
Tested up to: 5.2.2
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 8.10.13
|
9 |
License: GPL-3.0
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
68 |
|
69 |
### [Pro Addon](https://nextgenthemes.com/plugins/arve-pro/) ###
|
70 |
|
71 |
+
**10% off** first year with discount code `wporg`
|
72 |
|
73 |
* **Disable links in embeds (killer feature!)**<br>
|
74 |
For example: Clicking on a title in a YouTube embed will not open a new popup/tab/window. **Prevent video hosts to lead your visitors away from your site!** Note this also breaks sharing functionality and is not possible when the provider requires flash. Try it on [this page](https://nextgenthemes.com/plugins/arve-pro/). Right click on links still works.
|
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 |
+
### 2019-10-09 - 8.10.13 ###
|
162 |
+
|
163 |
+
* Removed outdated link in widget.
|
164 |
+
|
165 |
### 2019-10-01 - 8.10.12 ###
|
166 |
|
167 |
* Improved: Allow for manually srcset with `img_srcset` with the Pro Addon.
|