Skip to content

Commit

Permalink
Bump version to 1.7.1
Browse files Browse the repository at this point in the history
Also update CHANGES for the release.
  • Loading branch information
mramato committed Mar 6, 2015
1 parent 5adb656 commit b4583d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
Change Log
==========

### 1.8 - 2015-04-01
* Breaking changes
*
* Deprecated
*
* Improved KML compatibility to work with non-specification compliant KML files that still happen to load in Google Earth.
### 1.7.1 - 2015-04-06
* Fixed a crash in `InfoBox` that would occur when attempting to display plain text.
* Fixed a crash when loading KML features that have no description and an empty `ExtendedData` node.
* Fixed a bug in Color.fromCssColorString` where undefined would be returned for the CSS color `transparent`.
* Added `Color.TRANSPARENT`.
* Added support for KML `TimeStamp` nodes.
* Improved KML compatibility to work with non-specification compliant KML files that still happen to load in Google Earth.
* All data sources now print errors to the console in addition to raising the `errorEvent` and rejecting their load promise.

### 1.7 - 2015-03-02
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

<!-- Inputs -->
<!-- this version should be set to the upcoming version, so it can be tagged without requiring a bump first -->
<property name="version" value="1.7" />
<property name="version" value="1.7.1" />
<property name="sourceDirectory" location="Source" />
<property name="shadersDirectory" location="${sourceDirectory}/Shaders" />
<property name="examplesDirectory" location="Examples" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium",
"version": "1.7.0",
"version": "1.7.1",
"description": "Cesium is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
"homepage": "http://cesiumjs.org",
"license": "Apache-2.0",
Expand Down

0 comments on commit b4583d4

Please sign in to comment.