Version Description
(19-11-2020) = * Black Friday banner modified
=
Download this release
Release Info
Developer | rextheme |
Plugin | WP VR – 360 Panorama and virtual tour creator for WordPress |
Version | 7.1.0 |
Comparing to | |
See all releases |
Code changes from version 7.0.0 to 7.1.0
- README.txt +4 -1
- images/Dashboard_banner.png +0 -0
- images/Settings-Page_Banner.png +0 -0
- wpvr.php +2 -2
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.5.3
|
7 |
Requires PHP: 7.0.0
|
8 |
-
Stable tag: 7.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -556,5 +556,8 @@ Simply add “/plugins/wpvr” to the exclusion field (or use the location where
|
|
556 |
= 7.0.0 (19-11-2020) =
|
557 |
* Black Friday banner added
|
558 |
|
|
|
|
|
|
|
559 |
== Upgrade Notice ==
|
560 |
Please do update the WP VR to the latest version. Each update makes sure your plugin is supporting all tour features.
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 5.5.3
|
7 |
Requires PHP: 7.0.0
|
8 |
+
Stable tag: 7.1.0
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
556 |
= 7.0.0 (19-11-2020) =
|
557 |
* Black Friday banner added
|
558 |
|
559 |
+
= 7.1.0 (19-11-2020) =
|
560 |
+
* Black Friday banner modified
|
561 |
+
|
562 |
== Upgrade Notice ==
|
563 |
Please do update the WP VR to the latest version. Each update makes sure your plugin is supporting all tour features.
|
images/Dashboard_banner.png
CHANGED
Binary file
|
images/Settings-Page_Banner.png
CHANGED
Binary file
|
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.
|
20 |
* Author: Rextheme
|
21 |
* Author URI: http://rextheme.com/
|
22 |
* License: GPL-2.0+
|
@@ -34,7 +34,7 @@ require plugin_dir_path(__FILE__) . 'elementor/elementor.php';
|
|
34 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
35 |
* Rename this for your plugin and update it as you release new versions.
|
36 |
*/
|
37 |
-
define('WPVR', '7.
|
38 |
define('WPVR_FILE', __FILE__);
|
39 |
define("WPVR_PLUGIN_DIR_URL", plugin_dir_url(__FILE__));
|
40 |
define("WPVR_PLUGIN_PUBLIC_DIR_URL", plugin_dir_url(__FILE__) .'public/');
|
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.1.0
|
20 |
* Author: Rextheme
|
21 |
* Author URI: http://rextheme.com/
|
22 |
* License: GPL-2.0+
|
34 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
35 |
* Rename this for your plugin and update it as you release new versions.
|
36 |
*/
|
37 |
+
define('WPVR', '7.1.0');
|
38 |
define('WPVR_FILE', __FILE__);
|
39 |
define("WPVR_PLUGIN_DIR_URL", plugin_dir_url(__FILE__));
|
40 |
define("WPVR_PLUGIN_PUBLIC_DIR_URL", plugin_dir_url(__FILE__) .'public/');
|