Skip to content

Commit

Permalink
print chrome additional origin trial infos; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
weddingdj committed Jan 5, 2018
1 parent 4ff9ef5 commit 988e7d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

'#theme-name' => 'VR View 360 Video Gallery',
'#theme-key' => 'vr-view-360-video-gallery',
'#theme-version' => '1.0',
'#ideaspace-version' => '>=1.0.1',
'#theme-version' => '1.1',
'#ideaspace-version' => '>=1.1.0',
'#theme-description' => 'Video sphere gallery page. Based on the "VR View for the Web" by Google.',
'#theme-author-name' => 'IdeaSpaceVR',
'#theme-author-email' => '[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta name="copyright" content="" />
<meta name="robots" content="follow, index" />

<meta http-equiv="origin-trial" data-feature="WebVR (For Chrome M62+)" data-expires="2017-11-15" content="{{ $origin_trial_token }}">
<meta http-equiv="origin-trial" data-feature="{{ $origin_trial_token_data_feature }}" data-expires="{{ $origin_trial_token_data_expires }}" content="{{ $origin_trial_token }}">

<meta property="og:site_name" content="@yield('title')" />
@if (isset($content['video-spheres']) && count($content['video-spheres']) > 0)
Expand Down

0 comments on commit 988e7d0

Please sign in to comment.