community-cordova-plugin-social-sharing 6.2.0 → 6.2.1

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 +13 -10
  2. package/package.json +1 -1
  3. package/plugin.xml +1 -1
package/README.md CHANGED
@@ -1,22 +1,23 @@
1
1
  # PhoneGap / Cordova Social Sharing plugin
2
2
 
3
- [![NPM version](https://img.shields.io/npm/v/community-cordova-plugin-filepath)](https://www.npmjs.com/package/community-cordova-plugin-filepath)
4
- [![Downloads](https://img.shields.io/npm/dm/community-cordova-plugin-filepath)](https://www.npmjs.com/package/community-cordova-plugin-filepath)
3
+ [![NPM version](https://img.shields.io/npm/v/community-cordova-plugin-social-sharing)](https://www.npmjs.com/package/community-cordova-plugin-social-sharing)
4
+ [![Downloads](https://img.shields.io/npm/dm/community-cordova-plugin-social-sharing)](https://www.npmjs.com/package/community-cordova-plugin-social-sharing)
5
5
 
6
6
 
7
7
 
8
8
  #### This is a fork of the original plugin cordova-plugin-x-socialsharing
9
9
 
10
+ I dedicate a considerable amount of my free time to developing and maintaining many cordova plugins for the community ([See the list with all my maintained plugins][community_plugins]).
11
+ To help ensure this plugin is kept updated,
12
+ new features are added and bugfixes are implemented quickly,
13
+ please donate a couple of dollars (or a little more if you can stretch) as this will help me to afford to dedicate time to its maintenance.
14
+ Please consider donating if you're using this plugin in an app that makes you money,
15
+ or if you're asking for new features or priority bug fixes. Thank you!
16
+
17
+ [![](https://img.shields.io/static/v1?label=Sponsor%20Me&style=for-the-badge&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/eyalin)
18
+
10
19
 
11
- [npm-image]:http://img.shields.io/npm/v/cordova-plugin-x-socialsharing.svg
12
- [npm-url]:https://npmjs.org/package/cordova-plugin-x-socialsharing
13
- [downloads-image]:http://img.shields.io/npm/dm/cordova-plugin-x-socialsharing.svg
14
- [total-downloads-image]:http://img.shields.io/npm/dt/cordova-plugin-x-socialsharing.svg?label=total%20downloads
15
- [twitter-image]:https://img.shields.io/twitter/follow/eddyverbruggen.svg?style=social&label=Follow%20me
16
- [twitter-url]:https://twitter.com/eddyverbruggen
17
20
 
18
- [![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=eddyverbruggen%40gmail%2ecom&lc=US&item_name=cordova%2dplugin%2dsocialsharing&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
19
- Every now and then kind folks ask me how they can give me all their money. So if you want to contribute to my pension fund, then please go ahead :)
20
21
 
21
22
  > Version 6.0.0 is compatible with Android X. See [this issue](https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin/pull/1039) for details. 5.6.8 is the last version before 6.0.0, so be sure to pick that if you run into Android X-related issues.
22
23
 
@@ -580,3 +581,5 @@ https://developer.android.com/about/versions/11/privacy/package-visibility
580
581
  <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
581
582
  </edit-config>
582
583
  ```
584
+
585
+ [community_plugins]: https://github.com/EYALIN?tab=repositories&q=community&type=&language=&sort=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "community-cordova-plugin-social-sharing",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "description": "Share text, images (and other files), or a link via the native sharing widget of your device. Android is fully supported, as well as iOS 6 and up. WP8 has somewhat limited support.",
5
5
  "cordova": {
6
6
  "id": "community-cordova-plugin-social-sharing",
package/plugin.xml CHANGED
@@ -2,7 +2,7 @@
2
2
  <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
3
3
  xmlns:android="http://schemas.android.com/apk/res/android"
4
4
  id="community-cordova-plugin-social-sharing"
5
- version="6.2.0">
5
+ version="6.2.1">
6
6
 
7
7
  <name>SocialSharing</name>
8
8