From c0193ba3592598f57170a0d620e73c5f006cbf0f Mon Sep 17 00:00:00 2001 From: Wedding DJ Date: Fri, 5 Jan 2018 12:23:04 -0500 Subject: [PATCH] bump version; modified CHANGELOG --- CHANGELOG.md | 1 + config.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab659b5..d4ae786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - user height and positional controllers height fix - photo sphere menu bug fix: clicking on thumbnail of current photo sphere made scene black +- prints additional Chrome origin trial token infos in meta tag ## 1.4 diff --git a/config.php b/config.php index 99ebdd0..de7631c 100644 --- a/config.php +++ b/config.php @@ -4,8 +4,8 @@ '#theme-name' => 'IdeaSpace 360', '#theme-key' => 'ideaspace-360-photo-sphere-viewer', - '#theme-version' => '1.4', - '#ideaspace-version' => '>=1.0.2', + '#theme-version' => '1.5', + '#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', '#theme-author-email' => 'info@ideaspacevr.org',