We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8950ca3 commit 22a0a58Copy full SHA for 22a0a58
advanced-responsive-video-embedder.php
@@ -12,8 +12,6 @@
12
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
13
* Text Domain: advanced-responsive-video-embedder
14
* Domain Path: /languages
15
- * GitHub Plugin URI: https://github.com/nextgenthemes/advanced-responsive-video-embedder/
16
- * Release Asset: true
17
*
18
* @package Nextgenthemes/ARVE
19
* @author Nicolas Jonas
@@ -23,7 +21,7 @@
23
21
namespace Nextgenthemes\ARVE;
24
22
25
const VERSION = '10.0.0-alpha9';
26
-const PRO_VERSION_REQUIRED = '5.3.0-alpha1';
+const PRO_VERSION_REQUIRED = '6.0.0-alpha3';
27
const NUM_TRACKS = 3;
28
const PLUGIN_FILE = __FILE__;
29
const PLUGIN_DIR = __DIR__;
0 commit comments