From 3c01776fef3c9e4413eb046d8c876493c6a1d144 Mon Sep 17 00:00:00 2001 From: Wedding DJ Date: Fri, 16 Feb 2018 11:04:21 -0500 Subject: [PATCH] update --- CHANGELOG.md | 5 +++++ config.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ae786..5c2f324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.6 + +- Deprecated #theme-compatibility config parameter +- Fixed 6-DOF controller support + ## 1.5 - user height and positional controllers height fix diff --git a/config.php b/config.php index 68d48b3..9ef3f4b 100644 --- a/config.php +++ b/config.php @@ -4,7 +4,7 @@ '#theme-name' => 'IdeaSpace 360', '#theme-key' => 'ideaspace-360-photo-sphere-viewer', - '#theme-version' => '1.5', + '#theme-version' => '1.6', '#ideaspace-version' => '>=1.1.0', '#theme-description' => 'Photo sphere viewer with info hotspots and navigation menu in VR. Attach text annotations to hotspots.', '#theme-author-name' => 'IdeaSpaceVR',