Skip to content

Commit

Permalink
Update plugin.xml & CHANGES.md for new release 1.0.4
Browse files Browse the repository at this point in the history
Important changes:
- Implement pre-population ref: #10/#172
- Choose DB location to make iCloud backup optional ref: #16/#143
- Fix db close conditions & prevent double-marshaling of data ref: pull #170
  • Loading branch information
Chris Brody committed Feb 18, 2015
1 parent b8de282 commit 3077fe1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## 1.0.4

- Pre-populated database option (Android/iOS)
- Option to select database location to disable iCloud backup (iOS ONLY)
- Safeguard against closing of database while transaction is pending
- Fix to prevent double marshaling of data

## 1.0.3

- Fixed issue with multi-page apps on Android (due to problem when closing & re-opening app)
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.brodysoft.sqlitePlugin"
version="1.0.3">
version="1.0.4">

<name>Brodysoft SQLitePlugin</name>

Expand Down

0 comments on commit 3077fe1

Please sign in to comment.