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.
- package/README.md +2 -5
- package/package.json +1 -1
- 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
|
-
[](https://npmjs.
|
|
8
|
+
[](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
package/plugin.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
-
<plugin version="4.
|
|
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" />
|