@capgo/capacitor-share-target 8.0.11 → 8.0.13

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 CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  Capacitor plugin to receive shared content from other apps.
4
4
 
5
+ ## Compatibility
6
+
7
+ | Plugin version | Capacitor compatibility | Maintained |
8
+ | -------------- | ----------------------- | ---------- |
9
+ | v8.\*.\* | v8.\*.\* | ✅ |
10
+ | v7.\*.\* | v7.\*.\* | On demand |
11
+ | v6.\*.\* | v6.\*.\* | ❌ |
12
+ | v5.\*.\* | v5.\*.\* | ❌ |
13
+
14
+ > **Note:** The major version of this plugin follows the major version of Capacitor. Use the version that matches your Capacitor installation (e.g., plugin v8 for Capacitor 8). Only the latest major version is actively maintained.
15
+
5
16
  ## Install
6
17
 
7
18
  ```bash
@@ -7,7 +7,7 @@ import Capacitor
7
7
  */
8
8
  @objc(CapacitorShareTargetPlugin)
9
9
  public class CapacitorShareTargetPlugin: CAPPlugin, CAPBridgedPlugin {
10
- private let pluginVersion: String = "8.0.11"
10
+ private let pluginVersion: String = "8.0.13"
11
11
  public let identifier = "CapacitorShareTargetPlugin"
12
12
  public let jsName = "CapacitorShareTarget"
13
13
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-share-target",
3
- "version": "8.0.11",
3
+ "version": "8.0.13",
4
4
  "description": "Receive shared content from other apps",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",