Skip to content

Commit

Permalink
cordova-sqlite-storage-commoncore 1.0.0-pre1
Browse files Browse the repository at this point in the history
starting version branch for additional EU character testing

NOTE that this version branch is currently known to require
slightly older Cordova CLI version such as cordova@8,
cordova@7, or cordova@6 in order to install properly.

This is due to use of an obsolete Cordova module.

This is not an issue with recent versions of
cordova-sqlite-storage itself or any of the
other up-to-date version branches.
  • Loading branch information
Christopher J. Brody committed Jul 30, 2019
1 parent 12804db commit a68a076
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changes

### cordova-sqlite-storage-commoncore 1.0.0-pre1

### cordova-sqlite-storage 2.5.1

- fix internal plugin cleanup error log on Android
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cross-platform SQLite storage plugin for Cordova/PhoneGap
# Cross-platform SQLite storage plugin for Cordova/PhoneGap - cordova-sqlite-storage-commoncore version branch

Native SQLite component with API based on HTML5/[Web SQL (DRAFT) API](http://www.w3.org/TR/webdatabase/) for the following platforms:
- Android
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "cordova-sqlite-storage",
"version": "2.5.1",
"description": "Native interface to SQLite for PhoneGap/Cordova",
"name": "cordova-sqlite-storage-commoncore",
"version": "1.0.0-pre1",
"description": "Native interface to SQLite for PhoneGap/Cordova - cordova-sqlite-storage-commoncore version branch",
"cordova": {
"id": "cordova-sqlite-storage",
"id": "cordova-sqlite-storage-commoncore",
"platforms": [
"android",
"ios",
Expand Down
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-sqlite-storage"
version="2.5.1">
id="cordova-sqlite-storage-commoncore"
version="1.0.0-pre1">

<name>Cordova sqlite storage plugin</name>
<name>Cordova sqlite storage plugin - cordova-sqlite-storage-commoncore version branch</name>

<license>MIT</license>

Expand Down
2 changes: 1 addition & 1 deletion scripts/beforePluginInstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var path = require('path');
var exec = require('child_process').exec;

// XXX FUTURE TBD auto-detect:
var package_name = 'cordova-sqlite-storage';
var package_name = 'cordova-sqlite-storage-commoncore';

module.exports = function (context) {
var Q = context.requireCordovaModule('q');
Expand Down

0 comments on commit a68a076

Please sign in to comment.