| @@ -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'] = ''; |