Version Description
- Placeholder change.
=
Download this release
Release Info
Developer | rextheme |
Plugin | WP VR – 360 Panorama and virtual tour creator for WordPress |
Version | 3.3.0 |
Comparing to | |
See all releases |
Code changes from version 3.2.0 to 3.3.0
- README.txt +4 -1
- elementor/elements/Wpvr-widget.php +1 -1
- wpvr.php +1 -1
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://rextheme.com/wp-vr-360-panorama-and-virtual-tour-creator-fo
|
|
4 |
Tags: virtual tour, real estate tour, panorama, panorama viewer, virtual tour, 360 panorama, interactive tour
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.2
|
7 |
-
Stable tag: 3.
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -253,5 +253,8 @@ You will find the gyroscope icon at the top left side.
|
|
253 |
= 3.2.0 =
|
254 |
* Custom scene gallery conflict and bug fix for iphone and ipad.
|
255 |
|
|
|
|
|
|
|
256 |
== Upgrade Notice ==
|
257 |
Please do update the WP VR to the latest version. Each update makes it sure your plugin is supporting all tour features.
|
4 |
Tags: virtual tour, real estate tour, panorama, panorama viewer, virtual tour, 360 panorama, interactive tour
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.2
|
7 |
+
Stable tag: 3.3.0
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
253 |
= 3.2.0 =
|
254 |
* Custom scene gallery conflict and bug fix for iphone and ipad.
|
255 |
|
256 |
+
= 3.3.0 =
|
257 |
+
* Placeholder change.
|
258 |
+
|
259 |
== Upgrade Notice ==
|
260 |
Please do update the WP VR to the latest version. Each update makes it sure your plugin is supporting all tour features.
|
elementor/elements/Wpvr-widget.php
CHANGED
@@ -133,7 +133,7 @@ class Wpvr_Widget extends Widget_Base {
|
|
133 |
'label' => __( 'Height:', 'wpvr' ),
|
134 |
'type' => Controls_Manager::TEXT,
|
135 |
'input_type' => 'text',
|
136 |
-
'placeholder' => __( '', 'wpvr' ),
|
137 |
]
|
138 |
);
|
139 |
|
133 |
'label' => __( 'Height:', 'wpvr' ),
|
134 |
'type' => Controls_Manager::TEXT,
|
135 |
'input_type' => 'text',
|
136 |
+
'placeholder' => __( 'Put value in (px)', 'wpvr' ),
|
137 |
]
|
138 |
);
|
139 |
|
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: 3.
|
20 |
* Author: Rextheme
|
21 |
* Author URI: http://rextheme.com/
|
22 |
* License: GPL-2.0+
|
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: 3.3.0
|
20 |
* Author: Rextheme
|
21 |
* Author URI: http://rextheme.com/
|
22 |
* License: GPL-2.0+
|