Version Description
Download this release
Release Info
Developer | nico23 |
Plugin | ARVE Advanced Responsive Video Embedder (YouTube, Vimeo, HTML5 Video …) |
Version | 8.10.28 |
Comparing to | |
See all releases |
Code changes from version 8.10.27 to 8.10.28
- admin/functions-admin.php +1 -1
- advanced-responsive-video-embedder.php +1 -1
- readme.txt +6 -2
admin/functions-admin.php
CHANGED
@@ -25,7 +25,7 @@ function arve_action_admin_init_setup_messages() {
|
|
25 |
}
|
26 |
|
27 |
$msg = sprintf(
|
28 |
-
__( '<p>
|
29 |
'https://nextgenthemes.com/help-test-the-beta-version/'
|
30 |
);
|
31 |
|
25 |
}
|
26 |
|
27 |
$msg = sprintf(
|
28 |
+
__( '<p>Dear ARVE users, if you can spare the time <a href="%s">I need your help</a> trying out the upcoming version with new features and improvements before official release on wp.org. I would really really appreciate you helping out. Thanks so much!</p>', ARVE_SLUG ),
|
29 |
'https://nextgenthemes.com/help-test-the-beta-version/'
|
30 |
);
|
31 |
|
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.28
|
7 |
* Author: Nicolas Jonas
|
8 |
* Author URI: https://nextgenthemes.com
|
9 |
* License: GPL-3.0
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: nico23
|
|
3 |
Donate link: https://www.paypal.me/nico23
|
4 |
Tags: YouTube, Vimeo, lazyload, thumbnail, video, responsive, embeds, video-embedder, iframe, lightweight, simplicity, shortcodes
|
5 |
Requires at least: 4.4.0
|
6 |
-
Tested up to: 5.
|
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 |
|
@@ -205,6 +205,10 @@ Removed:
|
|
205 |
|
206 |
Probably things I forgot about, working on this for ~1 year
|
207 |
|
|
|
|
|
|
|
|
|
208 |
### 2020-08-02 - 8.10.27 ###
|
209 |
|
210 |
* Fix: **SORRY!** message about beta testing was **not intended** to show hourly it was intended to show only once per user.
|
3 |
Donate link: https://www.paypal.me/nico23
|
4 |
Tags: YouTube, Vimeo, lazyload, thumbnail, video, responsive, embeds, video-embedder, iframe, lightweight, simplicity, shortcodes
|
5 |
Requires at least: 4.4.0
|
6 |
+
Tested up to: 5.5.1
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 8.10.28
|
9 |
License: GPL-3.0
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
205 |
|
206 |
Probably things I forgot about, working on this for ~1 year
|
207 |
|
208 |
+
### 2020-10-10 - 8.10.28 ###
|
209 |
+
|
210 |
+
* Tested and marked as compatible with WP 5.5.1
|
211 |
+
|
212 |
### 2020-08-02 - 8.10.27 ###
|
213 |
|
214 |
* Fix: **SORRY!** message about beta testing was **not intended** to show hourly it was intended to show only once per user.
|