From 215b990952f6e0404c4e92d2cacd9b7a02672c42 Mon Sep 17 00:00:00 2001 From: Xingchen Yu Date: Sun, 7 Jun 2015 21:10:02 -0700 Subject: [PATCH] Updated version to migrate to new Cordova guide line: http://cordova.apache.org/announcements/2015/04/21/plugins-release-and-move-to-npm.html --- README.md | 2 +- RELEASENOTES.md | 5 +++++ package.json | 13 +++---------- plugin.xml | 4 ++-- 4 files changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bceccb230..ff842039b 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ This plugin launches an in-app web view on top the existing [CordovaWebView](htt Installation ------------ - cordova plugin add com.initialxy.cordova.themeablebrowser + cordova plugin add cordova-plugin-themeablebrowser Additional Properties --------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4949ac0f3..9ec1c5fce 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -21,6 +21,11 @@ Release Notes ============= +0.2.8 +----- + +No functional change. Migrated to npm as per Cordova's direction. + 0.2.7 ----- diff --git a/package.json b/package.json index 2745e61e4..542a3e2d9 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "cordova-plugin-themeablebrowser", - "version": "0.2.7", + "version": "0.2.8", "description": "Cordova ThemeableBrowser Plugin", "cordova": { - "id": "com.initialxy.cordova.themeablebrowser", + "id": "cordova-plugin-themeablebrowser", "platforms": [ "android", "amazon-fireos", @@ -28,14 +28,7 @@ "themeablebrowser", "ecosystem:cordova", "cordova-android", - "cordova-amazon-fireos", - "cordova-ubuntu", - "cordova-ios", - "cordova-wp7", - "cordova-wp8", - "cordova-windows8", - "cordova-windows", - "cordova-firefoxos" + "cordova-ios" ], "engines": [ { diff --git a/plugin.xml b/plugin.xml index cd6303e7e..b6b06f723 100644 --- a/plugin.xml +++ b/plugin.xml @@ -19,8 +19,8 @@ --> + id="cordova-plugin-themeablebrowser" + version="0.2.8"> ThemeableBrowser Cordova ThemeableBrowser Plugin