Version Description
(04-08-2021) = *Fix: PHP Error Notices.
Download this release
Release Info
Developer | rextheme |
Plugin | WP VR – 360 Panorama and virtual tour creator for WordPress |
Version | 7.3.2 |
Comparing to | |
See all releases |
Code changes from version 7.3.1 to 7.3.2
- README.txt +17 -8
- admin/partials/wpvr_documentation.php +2 -0
- wpvr.php +2 -4
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: 5.8
|
7 |
Requires PHP: 7.0.0
|
8 |
-
Stable tag: 7.3.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -74,11 +74,11 @@ And WPVR is currently the most reliable plugin to help you out with this. You ma
|
|
74 |
|
75 |
**A Functional 360 Video Viewer**
|
76 |
|
77 |
-
|
78 |
|
79 |
-
|
80 |
|
81 |
-
|
82 |
|
83 |
**Embed Virtual Tours In Just A Few Clicks**
|
84 |
|
@@ -98,10 +98,6 @@ However, WordPress has the default large image handler which usually resizes ima
|
|
98 |
|
99 |
WPVR comes with the option to disable this restriction so that you can easily upload panoramic images that can be more that 3000 pixels in width.
|
100 |
|
101 |
-
**Control Editors and Authors from Accessing Tours**
|
102 |
-
|
103 |
-
Control the Editors and Authors of your site from accessing the virtual tours on your site.
|
104 |
-
|
105 |
**Mobile First VR Approach**
|
106 |
|
107 |
WPVR is designed with a mobile-friendly output in mind and all the tours you make will be fully responsive and weightless for mobile devices.
|
@@ -299,6 +295,16 @@ If you use any Optimization or Caching plugins, then you need to exclude WP VR f
|
|
299 |
|
300 |
Simply add “/plugins/wpvr” to the exclusion field (or use the location where you store plugins).
|
301 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
== Screenshots ==
|
303 |
1. Upload 360 Degree Image
|
304 |
2. Preview 360 Degree Image
|
@@ -316,6 +322,9 @@ Simply add “/plugins/wpvr” to the exclusion field (or use the location where
|
|
316 |
|
317 |
== Changelog ==
|
318 |
|
|
|
|
|
|
|
319 |
= 7.3.1 (27-07-2021) =
|
320 |
* Update: Checked compatibility with WordPress 5.8.
|
321 |
* Fix: PHP Error Notice.
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 5.8
|
7 |
Requires PHP: 7.0.0
|
8 |
+
Stable tag: 7.3.2
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
74 |
|
75 |
**A Functional 360 Video Viewer**
|
76 |
|
77 |
+
When you have a 360 camera, you will be able to capture 360 degree apartment videos which is amazing.
|
78 |
|
79 |
+
Once you embed the 360 degree videos on your site, your visitors can navigate within the video, while it plays.
|
80 |
|
81 |
+
You may upload your 360 video content to Youtube, Vimeo, or your website, and then embed the video on any page within your site using WPVR.
|
82 |
|
83 |
**Embed Virtual Tours In Just A Few Clicks**
|
84 |
|
98 |
|
99 |
WPVR comes with the option to disable this restriction so that you can easily upload panoramic images that can be more that 3000 pixels in width.
|
100 |
|
|
|
|
|
|
|
|
|
101 |
**Mobile First VR Approach**
|
102 |
|
103 |
WPVR is designed with a mobile-friendly output in mind and all the tours you make will be fully responsive and weightless for mobile devices.
|
295 |
|
296 |
Simply add “/plugins/wpvr” to the exclusion field (or use the location where you store plugins).
|
297 |
|
298 |
+
=12. Can I Allow The Users of My Site To Create Virtual Tours?=
|
299 |
+
|
300 |
+
You can only allow the backend users like Admins, Editors, and Authors of your site to create virtual tours.
|
301 |
+
|
302 |
+
Admins & editors will have access to all virtual tours on the site to modify, update and delete them.
|
303 |
+
|
304 |
+
Authors can access their own tours only and modify, update, or delete them.
|
305 |
+
|
306 |
+
Admins can remove the access from Authors and Editors any time.
|
307 |
+
|
308 |
== Screenshots ==
|
309 |
1. Upload 360 Degree Image
|
310 |
2. Preview 360 Degree Image
|
322 |
|
323 |
== Changelog ==
|
324 |
|
325 |
+
= 7.3.2 (04-08-2021) =
|
326 |
+
*Fix: PHP Error Notices.
|
327 |
+
|
328 |
= 7.3.1 (27-07-2021) =
|
329 |
* Update: Checked compatibility with WordPress 5.8.
|
330 |
* Fix: PHP Error Notice.
|
admin/partials/wpvr_documentation.php
CHANGED
@@ -728,6 +728,8 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
|
728 |
<form class="wpvr-version">
|
729 |
<h6><?php _e('Select a Version to Rollback','wpvr'); ?></h6>
|
730 |
<select name="wpvr_version">
|
|
|
|
|
731 |
<option value="7.2.9">7.2.9</option>
|
732 |
<option value="7.2.8">7.2.8</option>
|
733 |
<option value="7.2.7">7.2.7</option>
|
728 |
<form class="wpvr-version">
|
729 |
<h6><?php _e('Select a Version to Rollback','wpvr'); ?></h6>
|
730 |
<select name="wpvr_version">
|
731 |
+
<option value="7.2.9">7.3.1</option>
|
732 |
+
<option value="7.2.9">7.3.0</option>
|
733 |
<option value="7.2.9">7.2.9</option>
|
734 |
<option value="7.2.8">7.2.8</option>
|
735 |
<option value="7.2.7">7.2.7</option>
|
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: 7.3.
|
20 |
* Author: Rextheme
|
21 |
* Author URI: http://rextheme.com/
|
22 |
* License: GPL-2.0+
|
@@ -574,9 +574,7 @@ function wpvr_block_render($attributes)
|
|
574 |
|
575 |
$device_scene = $panoscenes['scene-attachment-url'];
|
576 |
$mobile_media_resize = get_option('mobile_media_resize');
|
577 |
-
|
578 |
-
$file_accessible = ini_get('allow_url_fopen','1');
|
579 |
-
|
580 |
if ($mobile_media_resize == "true") {
|
581 |
if ($file_accessible == "1") {
|
582 |
$image_info = getimagesize($device_scene);
|
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: 7.3.2
|
20 |
* Author: Rextheme
|
21 |
* Author URI: http://rextheme.com/
|
22 |
* License: GPL-2.0+
|
574 |
|
575 |
$device_scene = $panoscenes['scene-attachment-url'];
|
576 |
$mobile_media_resize = get_option('mobile_media_resize');
|
577 |
+
$file_accessible = ini_get('allow_url_fopen');
|
|
|
|
|
578 |
if ($mobile_media_resize == "true") {
|
579 |
if ($file_accessible == "1") {
|
580 |
$image_info = getimagesize($device_scene);
|