Skip to content

Commit 76e8e5f

Browse files
committed
Update version tags to 10.0.0-alpha13
1 parent ae8dad5 commit 76e8e5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

advanced-responsive-video-embedder.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: ARVE Advanced Responsive Video Embedder
44
* Plugin URI: https://nextgenthemes.com/plugins/arve-pro/
55
* Description: Easy responsive video embeds via URL (like WordPress) or Shortcodes. Supports almost anything you can imagine.
6-
* Version: 10.0.0-alpha12
6+
* Version: 10.0.0-alpha13
77
* Requires PHP: 7.4
88
* Requires at least: 6.2
99
* Author: Nicolas Jonas
@@ -20,7 +20,7 @@
2020
*/
2121
namespace Nextgenthemes\ARVE;
2222

23-
const VERSION = '10.0.0-alpha12';
23+
const VERSION = '10.0.0-alpha13';
2424
const PRO_VERSION_REQUIRED = '6.0.0-alpha3';
2525
const NUM_TRACKS = 3;
2626
const PLUGIN_FILE = __FILE__;

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: embed, video, lazyload, lightbox, rumble
55
Requires at least: 6.2
66
Tested up to: 6.5.0
77
Requires PHP: 7.4
8-
Stable tag: 10.0.0-alpha12
8+
Stable tag: 10.0.0-alpha13
99
License: GPL-3.0
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

readme/01-header.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: embed, video, lazyload, lightbox, rumble
55
Requires at least: 6.2
66
Tested up to: 6.5.0
77
Requires PHP: 7.4
8-
Stable tag: 10.0.0-alpha12
8+
Stable tag: 10.0.0-alpha13
99
License: GPL-3.0
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

0 commit comments

Comments
 (0)