Skip to content

Commit

Permalink
#189 Adjust links to new Homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrodan committed Nov 22, 2019
1 parent d0da92e commit 0d6fb7d
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 359 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ KeePass 2.43 or newer is required now (was 2.40).
### Fixed
- \#116 KeeAnywhere not works with Temporary Access and Secret Keys (PR \#182)
- \#123 KeeAnywhere ignore KeePass Proxy configuration (PR \#163)
- \#189 Adjust links to new Homepage
- \#190 Improve Menu Creation for KeePass >= 2.41

### Improved
Expand Down
111 changes: 0 additions & 111 deletions KeeAnywhere/Forms/ChangelogForm.Designer.cs

This file was deleted.

101 changes: 0 additions & 101 deletions KeeAnywhere/Forms/ChangelogForm.cs

This file was deleted.

120 changes: 0 additions & 120 deletions KeeAnywhere/Forms/ChangelogForm.resx

This file was deleted.

2 changes: 1 addition & 1 deletion KeeAnywhere/Forms/DonationForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private void OnFormClosed(object sender, FormClosedEventArgs e)

private void OnShowMeHowToDonate(object sender, EventArgs e)
{
Process.Start("https://github.com/Kyrodan/KeeAnywhere/blob/master/DONATE.md");
Process.Start("https://keeanywhere.de/donate");
}

public bool IsDontShowMessageAgain { get
Expand Down
Loading

0 comments on commit 0d6fb7d

Please sign in to comment.