Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cesium_website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vincentux
cesium_website
Compare revisions
master to patch-2
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
vincentux/cesium_website
Select target project
No results found
patch-2
Select Git revision
Branches
dev
master
patch-1
patch-2
4 results
Swap
Target
websites/cesium_website
Select target project
websites/cesium_website
matograine/cesium_website
scanlegentil/cesium_website
vincentux/cesium_website
lelibreauquotidien/cesium_website
Vivakvo/cesium_website
llaq/cesium_website
BorisPAING/cesium_website_boris
8 results
master
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Update cesiumVersions.php
· 0d8ec2e3
vincentux
authored
5 years ago
0d8ec2e3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cesiumVersions.php
+7
-7
7 additions, 7 deletions
cesiumVersions.php
with
7 additions
and
7 deletions
cesiumVersions.php
View file @
0d8ec2e3
<?php
<?php
$cesiumVersions
=
[
$cesiumVersions
=
[
'home'
=>
'1.
3.1
1'
,
'home'
=>
'1.
6.
1'
,
'android'
=>
'1.
3.1
1'
,
'android'
=>
'1.
6.
1'
,
'linux'
=>
'1.
3.1
1'
,
'linux'
=>
'1.
6.
1'
,
'windows'
=>
'1.
3.1
1'
,
'windows'
=>
'1.
6.
1'
,
'firefox'
=>
'1.
3.1
1'
,
'firefox'
=>
'1.
6.
1'
,
'mac'
=>
'1.
3.1
1'
,
'mac'
=>
'1.
6.
1'
,
'web'
=>
'1.
3.1
1'
,
'web'
=>
'1.
6.
1'
,
];
];
This diff is collapsed.
Click to expand it.