PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 9.1.2
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v9.1.2
9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 8.5.4 All 221 releases
← All changes | wpvr.php +4 -4 9.0.19.1.2 View file →
@@ -17,10 +17,10 @@
17 17 * @wordpress-plugin
18 18 * Plugin Name: WP VR - 360 Panorama and Virtual Tour Builder
19 19 * Plugin URI: https://rextheme.com/wpvr/
20 20 * Description: WP VR - 360 Panorama and virtual tour creator is a customized panaroma & virtual builder tool for your website.
21 - * Version: 9.0.1
22 - * Tested up to: 6.9
21 + * Version: 9.1.2
22 + * Tested up to: 7.1
23 23 * Author: Rextheme
24 24 * Author URI: http://rextheme.com/
25 25 * License: GPL-2.0+
26 26 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -32,9 +32,9 @@
32 32 if (!defined('WPINC')) {
33 33 die;
34 34 }
35 35
36 -define('WPVR_VERSION', '9.0.1');
36 +define('WPVR_VERSION', '9.1.2');
37 37 define('WPVR_FILE', __FILE__);
38 38 define("WPVR_PLUGIN_DIR_URL", plugin_dir_url(__FILE__).'legacy/');
39 39 define("WPVR_PLUGIN_DIR_PATH", plugin_dir_path(__FILE__).'legacy/');
40 40 define("WPVR_PLUGIN_LEGACY_DIR_PATH", plugin_dir_path(__FILE__) . 'legacy/');
@@ -153,9 +153,9 @@
153 153 'layout_icon_color' => '#ffffff',
154 154 ];
155 155 $postdata['draggable'] = true;
156 156 $postdata['mouseZoom'] = true;
157 - $postdata['diskeyboard'] = true;
157 + $postdata['diskeyboard'] = false;
158 158 $postdata['keyboardzoom'] = true;
159 159 $postdata['hfov'] = '';
160 160 $postdata['maxHfov'] = '';
161 161 $postdata['minHfov'] = '';