Skip to content

Commit

Permalink
Update version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe committed Dec 4, 2019
1 parent 16fd971 commit 0fd2c32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Straight forward, just via `cordova plugin add`.

```
cordova plugin add --save @kassamina/[email protected].4
cordova plugin add --save @kassamina/[email protected].5
```

This work is forked from https://github.com/pointmanhq/cordova-plugin-ionic-migrate-storage, which migrates IndexedDB, LocalStorage, and WebSQL from cordova's default UIWebView to cordova-plugin-ionic-webview. We needed to migrate not from the default UIWebView, but from [email protected] to [email protected], and only localStorage was needed, so IndexedDB and WebSQL support were removed and the migration locations were made configurable. Theoretically, this plugin could also be used to migrate from UIWebView to cordova-plugin-ionic-migrate-storage. The following settings are configurable (defaults listed):
Expand Down Expand Up @@ -50,7 +50,7 @@ cordova plugin rm --save cordova-plugin-ionic-webview @kassamina/cordova-plugin-
* Add the plugins back:

```
cordova plugin add --save [email protected] @kassamina/[email protected].4
cordova plugin add --save [email protected] @kassamina/[email protected].5
```

* Build your app and run it. The stored data must all exist!
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@kassamina/cordova-plugin-ionic-migrate-storage",
"version": "0.3.4",
"version": "0.3.5",
"cordova": {
"id": "@kassamina/cordova-plugin-ionic-migrate-storage",
"id": "cordova-plugin-ionic-migrate-storage",
"platforms": [
"ios"
]
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-ionic-migrate-storage" version="0.3.4">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-ionic-migrate-storage" version="0.3.5">
<name>cordova-plugin-ionic-migrate-storage</name>
<description>
Cordova plugin that migrates localStorage datafrom `cordova-plugin-ionic-webview` 1.x to 4.x
Expand Down

0 comments on commit 0fd2c32

Please sign in to comment.