Version Description
Download this release
Release Info
Developer | nico23 |
Plugin | ARVE Advanced Responsive Video Embedder (YouTube, Vimeo, HTML5 Video …) |
Version | 9.2.1 |
Comparing to | |
See all releases |
Code changes from version 9.2.0 to 9.2.1
- advanced-responsive-video-embedder.php +2 -2
- changelog.md +4 -0
- readme.txt +5 -1
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: 9.2.
|
7 |
* Author: Nicolas Jonas
|
8 |
* Author URI: https://nextgenthemes.com
|
9 |
* License: GPL-3.0
|
@@ -21,7 +21,7 @@
|
|
21 |
|
22 |
namespace Nextgenthemes\ARVE;
|
23 |
|
24 |
-
const VERSION = '9.2.
|
25 |
const PRO_VERSION_REQUIRED = '5.1.5';
|
26 |
const NUM_TRACKS = 3;
|
27 |
const PLUGIN_FILE = __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: 9.2.1
|
7 |
* Author: Nicolas Jonas
|
8 |
* Author URI: https://nextgenthemes.com
|
9 |
* License: GPL-3.0
|
21 |
|
22 |
namespace Nextgenthemes\ARVE;
|
23 |
|
24 |
+
const VERSION = '9.2.1';
|
25 |
const PRO_VERSION_REQUIRED = '5.1.5';
|
26 |
const NUM_TRACKS = 3;
|
27 |
const PLUGIN_FILE = __FILE__;
|
changelog.md
CHANGED
@@ -6,6 +6,10 @@
|
|
6 |
|
7 |
### 2021-01-21 9.2.0 ###
|
8 |
|
|
|
|
|
|
|
|
|
9 |
* Fix: Compatibility with Astor Theme.
|
10 |
* Improved: Added notes that Shortcode UI is not maintained to the button and readme.
|
11 |
* Improved: Classic Tabs, new settings section for upcoming [ARVE sticky Videos](https://nextgenthemes.com/plugins/arve-sticky-videos/).
|
6 |
|
7 |
### 2021-01-21 9.2.0 ###
|
8 |
|
9 |
+
* Revert some changes that cause the latest Pro tests to fail.
|
10 |
+
|
11 |
+
### 2021-01-21 9.2.0 ###
|
12 |
+
|
13 |
* Fix: Compatibility with Astor Theme.
|
14 |
* Improved: Added notes that Shortcode UI is not maintained to the button and readme.
|
15 |
* Improved: Classic Tabs, new settings section for upcoming [ARVE sticky Videos](https://nextgenthemes.com/plugins/arve-sticky-videos/).
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: YouTube, Vimeo, lazyload, thumbnail, video, responsive, embeds, video-embe
|
|
5 |
Requires at least: 4.4.24
|
6 |
Tested up to: 5.6
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 9.2.
|
9 |
License: GPL-3.0
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -174,6 +174,10 @@ This plugins embed is considered as 'custom player' by YouTube so you have to pa
|
|
174 |
|
175 |
### 2021-01-21 9.2.0 ###
|
176 |
|
|
|
|
|
|
|
|
|
177 |
* Fix: Compatibility with Astor Theme.
|
178 |
* Improved: Added notes that Shortcode UI is not maintained to the button and readme.
|
179 |
* Improved: Classic Tabs, new settings section for upcoming [ARVE sticky Videos](https://nextgenthemes.com/plugins/arve-sticky-videos/).
|
5 |
Requires at least: 4.4.24
|
6 |
Tested up to: 5.6
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 9.2.1
|
9 |
License: GPL-3.0
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
174 |
|
175 |
### 2021-01-21 9.2.0 ###
|
176 |
|
177 |
+
* Revert some changes that cause the latest Pro tests to fail.
|
178 |
+
|
179 |
+
### 2021-01-21 9.2.0 ###
|
180 |
+
|
181 |
* Fix: Compatibility with Astor Theme.
|
182 |
* Improved: Added notes that Shortcode UI is not maintained to the button and readme.
|
183 |
* Improved: Classic Tabs, new settings section for upcoming [ARVE sticky Videos](https://nextgenthemes.com/plugins/arve-sticky-videos/).
|