Commit 25b6b4cb authored by Stefy Spora's avatar Stefy Spora

Update documentation for PayPal donation feature

- Add PayPal donation information to README.md donations section
- Update Support the Project section with PayPal details
- Add new version 1.0.2 to CHANGELOG.md with PayPal donation feature
- Update project information section in CHANGELOG with PayPal donation address
- Document the new PayPal donation button functionality
- Maintain consistent documentation format and style
parent ca1bb2d1
...@@ -5,6 +5,17 @@ All notable changes to the FetLife Privacy Helper extension will be documented i ...@@ -5,6 +5,17 @@ All notable changes to the FetLife Privacy Helper extension will be documented i
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.2] - 2025-08-31
### Added
- **PayPal Donation Button**: Added PayPal donation option to `info@nexlab.net` in extension popup
- **Multiple Donation Methods**: Users can now choose between Web3/MetaMask, PayPal, and Bitcoin donations
- **Always Available**: PayPal donation option is always visible (unlike conditional MetaMask button)
### Enhanced
- **Donation Options**: Improved donation section with three distinct payment methods
- **User Experience**: Better accessibility for users who prefer traditional payment methods
## [1.0.1] - 2025-08-30 ## [1.0.1] - 2025-08-30
### Fixed ### Fixed
...@@ -62,4 +73,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -62,4 +73,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Source Code: [git.nexlab.net/sexhackme/fetprivacy](https://git.nexlab.net/sexhackme/fetprivacy) - Source Code: [git.nexlab.net/sexhackme/fetprivacy](https://git.nexlab.net/sexhackme/fetprivacy)
- License: GNU General Public License v3.0 - License: GNU General Public License v3.0
- Web3/MetaMask Donations: `0xdA6dAb526515b5cb556d20269207D43fcc760E51` - Web3/MetaMask Donations: `0xdA6dAb526515b5cb556d20269207D43fcc760E51`
- PayPal Donations: `info@nexlab.net`
- Bitcoin Donations: `bc1qcpt2uutqkz4456j5r78rjm3gwq03h5fpwmcc5u` - Bitcoin Donations: `bc1qcpt2uutqkz4456j5r78rjm3gwq03h5fpwmcc5u`
\ No newline at end of file
...@@ -61,11 +61,17 @@ The extension includes multiple donation options to support its development: ...@@ -61,11 +61,17 @@ The extension includes multiple donation options to support its development:
### Web3/MetaMask Donation ### Web3/MetaMask Donation
- **Works on any website** - The Web3 donation is completely independent of the current page - **Works on any website** - The Web3 donation is completely independent of the current page
- Click the "🦊 Donate with MetaMask" button in the extension popup - Click the "🦊 Donate with MetaMask" button in the extension popup (only appears if MetaMask is detected)
- Supports both modern `window.ethereum` and legacy `window.web3` providers - Supports both modern `window.ethereum` and legacy `window.web3` providers
- Default donation: 0.1 ETH to `0xdA6dAb526515b5cb556d20269207D43fcc760E51` - Default donation: 0.1 ETH to `0xdA6dAb526515b5cb556d20269207D43fcc760E51`
- Users can modify the amount in MetaMask before confirming - Users can modify the amount in MetaMask before confirming
### PayPal Donation
- Click the "💳 Donate with PayPal" button in the extension popup
- Opens PayPal donation page for `info@nexlab.net`
- Traditional payment method for users without cryptocurrency wallets
- Always available regardless of browser setup
### Bitcoin Donation ### Bitcoin Donation
- Address: `bc1qcpt2uutqkz4456j5r78rjm3gwq03h5fpwmcc5u` - Address: `bc1qcpt2uutqkz4456j5r78rjm3gwq03h5fpwmcc5u`
- Traditional BTC donation method - Traditional BTC donation method
...@@ -128,6 +134,9 @@ If you find this extension useful, consider supporting its development: ...@@ -128,6 +134,9 @@ If you find this extension useful, consider supporting its development:
**Web3/MetaMask Donations:** `0xdA6dAb526515b5cb556d20269207D43fcc760E51` **Web3/MetaMask Donations:** `0xdA6dAb526515b5cb556d20269207D43fcc760E51`
*(Click the MetaMask button in the extension popup for easy donation)* *(Click the MetaMask button in the extension popup for easy donation)*
**PayPal Donations:** `info@nexlab.net`
*(Click the PayPal button in the extension popup for easy donation)*
**Bitcoin Donations:** `bc1qcpt2uutqkz4456j5r78rjm3gwq03h5fpwmcc5u` **Bitcoin Donations:** `bc1qcpt2uutqkz4456j5r78rjm3gwq03h5fpwmcc5u`
## Author & Credits ## Author & Credits
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment