com-easystep2-datawedge-plugin-intent-cordova 4.3.1 → 4.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -5
  2. package/package.json +1 -1
  3. package/plugin.xml +1 -1
package/README.md CHANGED
@@ -3,9 +3,9 @@
3
3
 
4
4
  # EasyStep2 DataWedge Plugin Intent
5
5
 
6
- This is an updated and maintained version of the original [darryncampbell-cordova-plugin-intent](https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent) plugin, now named `com.easystep2.datawedge.plugin.intent`.
6
+ This is an updated and maintained version of the original [darryncampbell-cordova-plugin-intent](https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent) plugin, now named `com.easystep2.datawedge.plugin.intent-cordova`.
7
7
 
8
- [![npm version](http://img.shields.io/npm/v/com.easystep2.datawedge.plugin.intent.svg?style=flat-square)](https://npmjs.org/package/com.easystep2.datawedge.plugin.intent "View this project on npm")
8
+ [![npm version](http://img.shields.io/npm/v/com.easystep2.datawedge.plugin.intent.svg?style=flat-square)](https://www.npmjs.com/package/com-easystep2-datawedge-plugin-intent-cordova "View this project on npm")
9
9
 
10
10
  ## Enhancements by EasyStep2
11
11
  - Fixed compatibility issues with Angular 14+
@@ -423,6 +423,3 @@ The following constants are defined in the plugin for use in JavaScript
423
423
  ## Tested Versions
424
424
 
425
425
  Tested with Cordova version 6.5.0 and Cordova Android version 6.2.1
426
-
427
-
428
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com-easystep2-datawedge-plugin-intent-cordova",
3
- "version": "4.3.1",
3
+ "version": "4.4.0",
4
4
  "description": "Cordova plugin for Android Intents and Zebra DataWedge",
5
5
  "main": "www/IntentShim.js",
6
6
  "files": [
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin version="4.3.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <plugin version="4.4.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
3
3
  <name>Intent Shim</name>
4
4
  <js-module name="IntentShim" src="www/IntentShim.js">
5
5
  <clobbers target="intentShim" />