Skip to content

Commit

Permalink
🔧 Use paypal.me donation link
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Jun 9, 2023
1 parent 04dd812 commit 6816eb5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
liberapay: # Schneegans
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['https://www.paypal.com/donate/?hosted_button_id=3F7UFL8KLVPXE']
custom: ["https://www.paypal.me/simonschneegans"]
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ SPDX-License-Identifier: CC-BY-4.0

# Changelog of the Desktop Cube Extension

## [Desktop Cube 17](https://github.com/schneegans/Desktop-Cube/releases/tag/v17)

**Release Date:** 2023-06-09

#### Enhancements

- https://www.paypal.me/simonschneegans is now the default donation link for PayPal.

## [Desktop Cube 16](https://github.com/schneegans/Desktop-Cube/releases/tag/v16)

**Release Date:** 2023-06-09
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"donations": {
"kofi": "schneegans",
"github": "schneegans",
"custom": "https://www.paypal.com/donate/?hosted_button_id=3F7UFL8KLVPXE"
"paypal": "simonschneegans"
},
"gettext-domain": "desktop-cube",
"settings-schema": "org.gnome.shell.extensions.desktop-cube",
Expand Down
2 changes: 1 addition & 1 deletion prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var PreferencesDialog = class PreferencesDialog {
addAction('bugs', 'https://github.com/Schneegans/Desktop-Cube/issues');
addAction('donate-kofi', 'https://ko-fi.com/schneegans');
addAction('donate-github', 'https://github.com/sponsors/Schneegans');
addAction('donate-paypal', 'https://www.paypal.com/donate/?hosted_button_id=3F7UFL8KLVPXE');
addAction('donate-paypal', 'https://www.paypal.me/simonschneegans');
// clang-format on

// Add the about dialog.
Expand Down

0 comments on commit 6816eb5

Please sign in to comment.