Skip to content

Releases: btcpayserver/btcpayserver

2.3.7

02 Apr 14:09
ae8120d

Choose a tag to compare

This release is the first release using .NET 10.
We invite plugin developers to follow our guide for a smoother migration.

We recommend that users update their plugins after upgrading to 2.3.7.

New Features

Fixes

2.3.6

15 Mar 11:52
60f0564

Choose a tag to compare

New Features

Fixes

Improvements

Regression

2.3.5

17 Feb 12:56
a13603a

Choose a tag to compare

New Features

Fixes

Improvements

2.3.4

29 Jan 04:49
e139cde

Choose a tag to compare

New Features

Fixes

Miscellaneous

2.3.3

13 Jan 03:07
ee0ce92

Choose a tag to compare

CoinGecko's API now mandates the use of an API Key for accessing rates.
Consequently, we've decided to discontinue support of CoinGecko-based rate sources.
For those who relied on CoinGecko, invoice creation will now fail, and you must choose an alternative rate provider.

In some circumstances, we were using CoinGecko rate providers to calculate the exchange rate (for example, for LTC).

New features

Bug fixes

  • Fix: It shouldn't be possible to create an invoice when all store users are disabled (#7100) @NicolasDorier
  • Fix: Remove CoinGecko and any rate source provided by them (#7096) @NicolasDorier
  • Fix: Change the default rate source for LTC conversion from CoinGecko to Kraken. (#7096) @NicolasDorier
  • Fix: In monetization, it was impossible to recreate a user with email of a previously deleted user (#7097 #7082) @NicolasDorier
  • Fix: Backend translations would sometimes fail to load during startup (#7083) @NicolasDorier
  • Fix: Subs plan checkout always showed 'per month' (#7080) @NicolasDorier
  • Fix: Editing a plan subscription set the Currency back to USD (#7079) @NicolasDorier
  • Fix: Disable zero amount invoices in PoS doesn't show when Keypad mode is selected (#7071) @NicolasDorier
  • Fix: Adding labels payment requests would sometimes not work as expected (#7087) @thgO-O
  • Fix: PSBT Scan via Camera was not closing the modal dialog when signing a multisig transaction (#6925 #7089) @NicolasDorier
  • Fix: Selecting some rate source would crash the Stores/Rates page (#7095) @NicolasDorier

Miscellaneous

2.3.2

02 Jan 07:55

Choose a tag to compare

This release fixes an important regression from 2.3.1 affecting support for payment methods other than BTC and Lightning.
It also fixes several bugs in the new subscriptions feature that have been reported since the last release.

Bug fixes

  • Fix: Alternative payment methods would not show on the invoice checkout when the BTC Unified QR code was enabled (#7053) @NicolasDorier
  • Fix: Payment reminders were not sent to subscribers (#7055 #7064) @NicolasDorier
  • Fix: In the UI, the prefilled email set when creating a new subscriber was ignored (#7059) @NicolasDorier
  • Fix: The Subscriptions Mail tab did not always warn about unconfigured emails @NicolasDorier
  • Fix: The QR code on the subscription plan checkout did not redirect to the correct page (#7054 #7058) @yemmyharry

New features

2.3.1

23 Dec 12:47

Choose a tag to compare

Some plugins such as Ecwid plugin would crash BTCPay Server at startup in a loop. (See this issue)

This release fixes that issue.

If after upgrading to 2.3.0, you are unable to access BTCPay Server due to this issue, you will need to update through command line. You can contact us on chat.btcpayserver.org, if you need some support.

Bug fixes

Improvements

2.3.0

18 Dec 14:02

Choose a tag to compare

See our blog post for more detailed information.

New features

Bug fixes

Improvements

  • Hide the wallet creation option when permissions are disabled. @rockstardev
  • Improve the error message for invalid PSBTs in “Sign with Seed”. (#6920) @NicolasDorier
  • Periodically clean up expired invoices, checkout plans, and portal sessions from the database. (#7018) @NicolasDorier

2.2.1

09 Sep 13:44
790616d

Choose a tag to compare

Bug fixes

2.2.0

31 Jul 11:44
7932abd

Choose a tag to compare

We recommend updating NBXplorer to version 2.5.28 to take full advantage of the features in this release.

Breaking change: This release renames and reorders the columns of the Legacy Invoice Export, now called Invoice Export. While we encourage you to utilize the updated report, we recognize this may disrupt workflows that rely on the old format.

If you need to restore the Legacy Invoice Export, install the Legacy Invoice Export plugin.

As a server administrator, go to Manage Plugins, search for [LegacyInvoiceExport], install it, and restart your server.

Features

Bug Fixes

Improvements