WP VR – 360 Panorama and virtual tour creator for WordPress - Version 8.2.1

Version Description

Download this release

Release Info

Developer rextheme
Plugin Icon 128x128 WP VR – 360 Panorama and virtual tour creator for WordPress
Version 8.2.1
Comparing to
See all releases

Code changes from version 8.2.0 to 8.2.1

Files changed (3) hide show
  1. README.txt +1 -1
  2. admin/classes/class-wpvr-scene.php +1 -1
  3. wpvr.php +3 -3
README.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://rextheme.com/wp-vr-360-panorama-and-virtual-tour-creator-fo
5
  Requires at least: 5.0
6
  Tested up to: 6.0
7
  Requires PHP: 7.0.0
8
- Stable tag: 8.2.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
5
  Requires at least: 5.0
6
  Tested up to: 6.0
7
  Requires PHP: 7.0.0
8
+ Stable tag: 8.2.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
admin/classes/class-wpvr-scene.php CHANGED
@@ -1537,7 +1537,7 @@ class WPVR_Scene {
1537
 
1538
  //===Floor plan section===//
1539
  $floor_map_image = "";
1540
- $floor_map_pointer = '';
1541
  $floor_map_scene_id = '';
1542
  $floor_plan_custom_color = '#cca92c';
1543
 
1537
 
1538
  //===Floor plan section===//
1539
  $floor_map_image = "";
1540
+ $floor_map_pointer = array();
1541
  $floor_map_scene_id = '';
1542
  $floor_plan_custom_color = '#cca92c';
1543
 
wpvr.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: WP VR
17
  * Plugin URI: https://rextheme.com/wpvr/
18
  * Description: WP VR - 360 Panorama and virtual tour creator for WordPress is a customized panaroma & virtual builder tool for WordPress Website.
19
- * Version: 8.2.0
20
  * Author: Rextheme
21
  * Author URI: http://rextheme.com/
22
  * License: GPL-2.0+
@@ -37,7 +37,7 @@ require plugin_dir_path(__FILE__) . 'elementor/elementor.php';
37
  * Start at version 1.0.0 and use SemVer - https://semver.org
38
  * Rename this for your plugin and update it as you release new versions.
39
  */
40
- define('WPVR_VERSION', '8.2.0');
41
  define('WPVR_FILE', __FILE__);
42
  define("WPVR_PLUGIN_DIR_URL", plugin_dir_url(__FILE__));
43
  define("WPVR_PLUGIN_DIR_PATH", plugin_dir_path(__FILE__));
@@ -1293,7 +1293,7 @@ function wpvr_block_render($attributes)
1293
 
1294
  //===Floor plan section===//
1295
  $floor_map_image = "";
1296
- $floor_map_pointer = '';
1297
  $floor_map_scene_id = '';
1298
  $floor_plan_custom_color = '#cca92c';
1299
 
16
  * Plugin Name: WP VR
17
  * Plugin URI: https://rextheme.com/wpvr/
18
  * Description: WP VR - 360 Panorama and virtual tour creator for WordPress is a customized panaroma & virtual builder tool for WordPress Website.
19
+ * Version: 8.2.1
20
  * Author: Rextheme
21
  * Author URI: http://rextheme.com/
22
  * License: GPL-2.0+
37
  * Start at version 1.0.0 and use SemVer - https://semver.org
38
  * Rename this for your plugin and update it as you release new versions.
39
  */
40
+ define('WPVR_VERSION', '8.2.1');
41
  define('WPVR_FILE', __FILE__);
42
  define("WPVR_PLUGIN_DIR_URL", plugin_dir_url(__FILE__));
43
  define("WPVR_PLUGIN_DIR_PATH", plugin_dir_path(__FILE__));
1293
 
1294
  //===Floor plan section===//
1295
  $floor_map_image = "";
1296
+ $floor_map_pointer = array();
1297
  $floor_map_scene_id = '';
1298
  $floor_plan_custom_color = '#cca92c';
1299