Skip to content

Commit

Permalink
Merge pull request #456 from andygup/minor_update
Browse files Browse the repository at this point in the history
v3.0.7
  • Loading branch information
andygup committed Apr 14, 2016
2 parents c19b4ce + b1f7ca3 commit 861097e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 16 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# offline-editor-js - Changelog

## Version 3.0.7 - April 14, 2016

No breaking changes.

**Bug fixes**
* Closes #454 Broken gh-pages link
* Closes #455 Edit spec throwing error on deprecated unit test

**Enhancements**
* Updated copyright year from 2015 to 2016

## Version 3.0.6 - March 30, 2016

No breaking changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Anyone and everyone is welcome to contribute. Please see our [guidelines for con


## Licensing
Copyright 2015 Esri
Copyright 2016 Esri

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1 id="examples" class="page-header">Advanced Apps</h1>
<p class="lead">Check out the following full-featured applications. </p>
<div class="row bs-examples">
<div class="col-xs-4 col-md-4">
<a class="thumbnail" href="../samples/tiles-indexed-db.html">
<a class="thumbnail" href="../samples/simple-tiles.html">
<img src="images/tiles-demo-thumb.png">
</a>
<h3>Tiles Only</h3>
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": "esri-offline-maps",
"version": "3.0.6",
"version": "3.0.7",
"description": "Lightweight set of libraries for working offline with map tiles and editing with ArcGIS feature services",
"author": "Andy Gup <agup@esri.com> (http://blog.andygup.net)",
"license": "Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"appHomePage": "appcache-tiles.html",
"optimizedApiURL": "../samples/jsolib",
"arcGISBaseURL": "http://js.arcgis.com/3.14",
"version": "3.0.5",
"version": "3.0.7",
"private": true,
"description": "manifest generator project",
"repository": {
Expand Down
12 changes: 0 additions & 12 deletions test/spec/editsStoreSpec2.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,18 +345,6 @@ describe("Public Interface", function()
});
});

async.it("delete only phantom graphics - test resetLimitedPhantomGraphicsQueue", function(done){
var responseObject = {
"0":{"id":621,"tempId":[],"addResults":[],"updateResults":[],"deleteResults":[{"objectId":621,"success":true}]},
"1":{"id":622,"tempId":[],"addResults":[],"updateResults":[],"deleteResults":[{"objectId":622,"success":true}]}
};

g_editsStore.resetLimitedPhantomGraphicsQueue(responseObject,function(result){
expect(result).toBe(true);
done();
})
});

// This will be 3 because we had 3 non-Phantom Graphics in the database :-)
async.it("validate number of database entries", function(done){
g_editsStore.getAllEditsArray(function(array,msg){
Expand Down

0 comments on commit 861097e

Please sign in to comment.