ARVE Advanced Responsive Video Embedder (YouTube, Vimeo, HTML5 Video …) - Version 8.10.26

Version Description

Download this release

Release Info

Developer nico23
Plugin Icon 128x128 ARVE Advanced Responsive Video Embedder (YouTube, Vimeo, HTML5 Video …)
Version 8.10.26
Comparing to
See all releases

Code changes from version 8.10.25 to 8.10.26

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.25
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.26
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.25
9
  License: GPL-3.0
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -171,35 +171,39 @@ This update is very long in the making and I hope it will pay off somehow, hopef
171
  [More details on this **mayor** update](https://nextgenthemes.com/improvements-in-arve-9-0-and-arve-pro-5-0/)
172
 
173
  New:
174
- * Minimum PHP required is now 5.6.
175
- * Finally the ARVE Gutenberg block is here! Its not polished yet and there is still work to be done.
176
- * Optional admin bar button to quick access settings. Disable it in ARVE settings bothers you.
177
- * Added Bitchute
178
- * `av1mp4` shortcode parameter so serve [AV1](https://en.wikipedia.org/wiki/AV1) encoded files best named .av1.mp4 (to be used together with `mp4` or `webm`)
179
- * Settings page overhaul, using my own little settings framework. All addon options can be seen and set (without effect) before actually having the addons installed.
180
- * Option to
 
181
 
182
  Fixes:
183
- * YouTube live links are now working correctly.
184
- * TED embed url.
185
- * Facebook embeds.
186
- * Twitch embeds.
 
187
 
188
  Improved:
189
- * Generated iframe src will match what providers send over oembed.
190
- * Lots of code improvements that may not be noticeable to users but took a lot of time and will make the plugin more maintainable and easier to extend.
191
- * Removed the `lang` shortcode parameter that was only used for TED talks video subtitle display. This is now taken from the `language=x` url query.
192
- * Embeds work though WPs oembed system now that comes with a more stable codebase and better caching system for embeds.
193
- * Aspect ratios are now auto detected for all providers WP supports through oEmbed.
194
- * Aspect ratio field is now auto filled when pasting a iframe embed code into the shortcode UI or Gutenberg UI.
195
- * Removed jQuery dependency for frontend JavaScript.
196
- * Prevent autoplay of multiple videos, only the first video on pageload will be autoplayed.
197
-
198
- Removed:
199
- * Hack to support direct embedding of Dropbox videos because it no longer works.
200
- * Vimeo only `start` shortcode attribute. Use vimeo urls with `#t=30` at the end for starting time in seconds instead.
201
-
202
- Probably things I forgot about, working on this for ~1 year
 
 
203
 
204
  ### 2020-07-25 - 8.10.24 ###
205
 
5
  Requires at least: 4.4.0
6
  Tested up to: 5.4.2
7
  Requires PHP: 5.3
8
+ Stable tag: 8.10.26
9
  License: GPL-3.0
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
 
171
  [More details on this **mayor** update](https://nextgenthemes.com/improvements-in-arve-9-0-and-arve-pro-5-0/)
172
 
173
  New:
174
+
175
+ * Minimum PHP required is now 5.6.
176
+ * Finally the ARVE Gutenberg block is here! Its not polished yet and there is still work to be done.
177
+ * Optional admin bar button to quick access settings. Disable it in ARVE settings bothers you.
178
+ * Added Bitchute
179
+ * `av1mp4` shortcode parameter so serve [AV1](https://en.wikipedia.org/wiki/AV1) encoded files best named .av1.mp4 (to be used together with `mp4` or `webm`)
180
+ * Settings page overhaul, using my own little settings framework. All addon options can be seen and set (without effect) before actually having the addons installed.
181
+ * Option to
182
 
183
  Fixes:
184
+
185
+ * YouTube live links are now working correctly.
186
+ * TED embed url.
187
+ * Facebook embeds.
188
+ * Twitch embeds.
189
 
190
  Improved:
191
+
192
+ * Generated iframe src will match what providers send over oembed.
193
+ * Lots of code improvements that may not be noticeable to users but took a lot of time and will make the plugin more maintainable and easier to extend.
194
+ * Removed the `lang` shortcode parameter that was only used for TED talks video subtitle display. This is now taken from the `language=x` url query.
195
+ * Embeds work though WPs oembed system now that comes with a more stable codebase and better caching system for embeds.
196
+ * Aspect ratios are now auto detected for all providers WP supports through oEmbed.
197
+ * Aspect ratio field is now auto filled when pasting a iframe embed code into the shortcode UI or Gutenberg UI.
198
+ * Removed jQuery dependency for frontend JavaScript.
199
+ * Prevent autoplay of multiple videos, only the first video on pageload will be autoplayed.
200
+
201
+ Removed:
202
+
203
+ * Hack to support direct embedding of Dropbox videos because it no longer works.
204
+ * Vimeo only `start` shortcode attribute. Use vimeo urls with `#t=30` at the end for starting time in seconds instead.
205
+
206
+ Probably things I forgot about, working on this for ~1 year
207
 
208
  ### 2020-07-25 - 8.10.24 ###
209