Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge branch 'FH-2299_Add-Accessor-Form-Submission-Local-ID'
Browse files Browse the repository at this point in the history
  • Loading branch information
nialldonnellyfh committed Oct 6, 2015
2 parents 75fd454 + ff4177c commit fb69e7e
Show file tree
Hide file tree
Showing 24 changed files with 6,285 additions and 6,243 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
sudo: false
node_js:
- '0.10'
before_install: npm install -g grunt-cli
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog - FeedHenry Javascript SDK

## 2.8.0 - 2015-10-02 - Niall Donnelly/Wei Li/Shannon Poole

* FH-2299 - Added New Submissions Accessor Functions. Added Progress JSON update. - Niall Donnelly
* FH-2052 - Make sure it's possible to link the new uid with the old uid for newly created records - Wei Li
* FH-2366 - Stringify payload for PUT, PATCH, and DELETE cloud calls - Shannon Poole

## 2.7.5 - 2015-10-01 - Brian Gallagher, Evan Shortiss
* Include the indexed-db adapter in the grunt build and minor updates to the lawnchair adapter
* Propagate exception if decrypt receives bad data
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fh-js-sdk",
"version": "2.7.5",
"version": "2.8.0",
"homepage": "https://github.com/feedhenry/fh-js-sdk",
"authors": [
"[email protected]"
Expand Down
Loading

0 comments on commit fb69e7e

Please sign in to comment.