Version Description
Download this release
Release Info
Developer | nico23 |
Plugin | ARVE Advanced Responsive Video Embedder (YouTube, Vimeo, HTML5 Video …) |
Version | 8.10.27 |
Comparing to | |
See all releases |
Code changes from version 8.10.26 to 8.10.27
- admin/functions-admin.php +2 -2
- admin/html-settings-page.php +1 -1
- advanced-responsive-video-embedder.php +1 -1
- readme.txt +6 -1
admin/functions-admin.php
CHANGED
@@ -26,10 +26,10 @@ function arve_action_admin_init_setup_messages() {
|
|
26 |
|
27 |
$msg = sprintf(
|
28 |
__( '<p>If this message bothers you please just close it and forget about it!</p><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/
|
30 |
);
|
31 |
|
32 |
-
new ARVE_Admin_Notice_Factory( 'arve-beta-testers', "<p>$msg</p>"
|
33 |
}
|
34 |
|
35 |
function arve_add_tinymce_plugin( $plugin_array ) {
|
26 |
|
27 |
$msg = sprintf(
|
28 |
__( '<p>If this message bothers you please just close it and forget about it!</p><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 |
|
32 |
+
new ARVE_Admin_Notice_Factory( 'arve-beta-testers', "<p>$msg</p>" );
|
33 |
}
|
34 |
|
35 |
function arve_add_tinymce_plugin( $plugin_array ) {
|
admin/html-settings-page.php
CHANGED
@@ -25,7 +25,7 @@ $options = arve_get_options();
|
|
25 |
|
26 |
<div class="arve-corner-spacer"></div>
|
27 |
|
28 |
-
<p
|
29 |
|
30 |
<h3>Please rate</h3>
|
31 |
|
25 |
|
26 |
<div class="arve-corner-spacer"></div>
|
27 |
|
28 |
+
<p><a href="https://nextgenthemes.com/help-test-the-beta-version/">please help test the upcoming version</a></p>
|
29 |
|
30 |
<h3>Please rate</h3>
|
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.27
|
7 |
* Author: Nicolas Jonas
|
8 |
* Author URI: https://nextgenthemes.com
|
9 |
* License: GPL-3.0
|
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.4.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 |
|
@@ -205,6 +205,11 @@ Removed:
|
|
205 |
|
206 |
Probably things I forgot about, working on this for ~1 year
|
207 |
|
|
|
|
|
|
|
|
|
|
|
208 |
### 2020-07-25 - 8.10.24 ###
|
209 |
|
210 |
* Fix: `embedURL` SEO output.
|
5 |
Requires at least: 4.4.0
|
6 |
Tested up to: 5.4.2
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 8.10.27
|
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-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.
|
211 |
+
* Fix: Link in that messages was also to a 404 page, can it get worse?
|
212 |
+
|
213 |
### 2020-07-25 - 8.10.24 ###
|
214 |
|
215 |
* Fix: `embedURL` SEO output.
|