Version Description
Download this release
Release Info
Developer | nico23 |
Plugin | ARVE Advanced Responsive Video Embedder (YouTube, Vimeo, HTML5 Video …) |
Version | 8.10.10 |
Comparing to | |
See all releases |
Code changes from version 8.10.9 to 8.10.10
- advanced-responsive-video-embedder.php +2 -2
- readme.txt +6 -2
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
|
@@ -17,7 +17,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
17 |
}
|
18 |
|
19 |
define( 'ARVE_SLUG', 'advanced-responsive-video-embedder' );
|
20 |
-
define( 'ARVE_VERSION', '8.10.
|
21 |
define( 'ARVE_PRO_VERSION_REQUIRED', '4.2.5' );
|
22 |
|
23 |
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.10.10
|
7 |
* Author: Nicolas Jonas
|
8 |
* Author URI: https://nextgenthemes.com
|
9 |
* License: GPL-3.0
|
17 |
}
|
18 |
|
19 |
define( 'ARVE_SLUG', 'advanced-responsive-video-embedder' );
|
20 |
+
define( 'ARVE_VERSION', '8.10.10' );
|
21 |
define( 'ARVE_PRO_VERSION_REQUIRED', '4.2.5' );
|
22 |
|
23 |
define( 'ARVE_URL', plugin_dir_url( __FILE__ ) );
|
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 |
|
@@ -134,7 +134,7 @@ You are most likely use `align`, this plugin has a option for limiting video wid
|
|
134 |
|
135 |
### Can you add a video provider? ###
|
136 |
|
137 |
-
|
138 |
|
139 |
### How do I embed videos from a unlisted providers / iframes? ###
|
140 |
|
@@ -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-08-19 - 8.10.8 ###
|
162 |
|
163 |
* Improved: Switch Youku embeds to https set to default 16:9 aspect ratio.
|
5 |
Requires at least: 4.4.0
|
6 |
Tested up to: 5.2.2
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 8.10.10
|
9 |
License: GPL-3.0
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
134 |
|
135 |
### Can you add a video provider? ###
|
136 |
|
137 |
+
ARVE Already support all the provider the offer iframe embed codes. Just use the `src="https://this-URL"` url from any iframe embed code on a arve shortcode like this [arve url="https://embed-code-src-url" /]. For well known providers ARVE builds this URL automatically so you just need the video URL on their page. If the ID for a video can be extracted from the URL and is the same in the embed code its easy to add it to the plugin, just asked. For example `https://example.com/video/112233/` and their embed code might be `<iframe src="https://example.com/video/112233/embed" ...><iframe>` in such case or if you not sure just ask.
|
138 |
|
139 |
### How do I embed videos from a unlisted providers / iframes? ###
|
140 |
|
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-08-29 - 8.10.10 ###
|
162 |
+
|
163 |
+
Just a small readme update and checking new release script, making sure everything works and everyone is on the latest stable version.
|
164 |
+
|
165 |
### 2019-08-19 - 8.10.8 ###
|
166 |
|
167 |
* Improved: Switch Youku embeds to https set to default 16:9 aspect ratio.
|