Skip to content

Releases: interledger/web-monetization-extension

Nightly 2025.6.3

03 Jun 00:12
772e5ef
Compare
Choose a tag to compare
Nightly 2025.6.3 Pre-release
Pre-release

Warning

The Nightly build is for adventurous folks. It's updated daily with less-tested features and improvements.

v0.7.2.0

26 May 14:35
1b32ea5
Compare
Choose a tag to compare

🔧 Improvements

  • Cross-currency payments now start much faster as we make use of currency conversion data to find the minimum sendable amount, instead of trying multiple amounts to see if they’re payable (#1056).

🐛 Bug Fixes

  • More on finding the minimum sendable amount, we make sure the amount we got is really the minimum, and not just any sendable amount (#1057).
  • Not directly visible to users, but our internal logging now includes better logging context for payment sessions (#1058).

📢 Announcements

  • We're improving how multiple monetization links work on a page. Much of the above is a prerequisite for this. Stay tuned! (#976)

Full Changelog: v0.7.1.0...v0.7.2.0

Preview v0.7.2.0

26 May 14:34
1b32ea5
Compare
Choose a tag to compare
Preview v0.7.2.0 Pre-release
Pre-release

🔧 Improvements

  • Cross-currency payments now start much faster as we make use of currency conversion data to find the minimum sendable amount, instead of trying multiple amounts to see if they’re payable (#1056).

🐛 Bug Fixes

  • More on finding the minimum sendable amount, we make sure the amount we got is really the minimum, and not just any sendable amount (#1057).
  • Not directly visible to users, but our internal logging now includes better logging context for payment sessions (#1058).

📢 Announcements

  • We're improving how multiple monetization links work on a page. Much of the above is a prerequisite for this. Stay tuned! (#976)

Full Changelog: v0.7.1.0-preview...v0.7.2.0-preview

v0.7.1.0

12 May 09:04
2d3721d
Compare
Choose a tag to compare

🐛 Bug Fixes

  • If your website contains an iframe that adds its monetization link tag a little later after the page loads, we now correctly detect it and monetize the iframe. Additionally, we now monetize all link tags in all iframes, instead of just the first one (#1031).
  • Removed an incorrectly logged error in the devtools console when you opened the browser (#1030).

🔧 Improvements

  • When new link tags are added on a page, we now avoid some duplicate processing to find the sendable amounts, leading to quicker start-up of new payments (#1046, #1048).
  • We now store your original wallet address input when you connect your wallet. This lets us support some special wallets and enables enhancements for certain types of wallet addresses (#1033).

📢 Announcements

  • We're improving how multiple monetization links work on a page. Much of the above is a prerequisite for this. Stay tuned! (#976)

Full Changelog: v0.7.0.0...v0.7.1.0

Preview v0.7.1.0

12 May 08:59
2d3721d
Compare
Choose a tag to compare
Preview v0.7.1.0 Pre-release
Pre-release

🐛 Bug Fixes

  • If your website contains an iframe that adds its monetization link tag a little later after the page loads, we now correctly detect it and monetize the iframe. Additionally, we now monetize all link tags in all iframes, instead of just the first one (#1031).
  • Removed an incorrectly logged error in the devtools console when you opened the browser (#1030).

🔧 Improvements

  • When new link tags are added on a page, we now avoid some duplicate processing to find the sendable amounts, leading to quicker start-up of new payments (#1046, #1048).
  • We now store your original wallet address input when you connect your wallet. This lets us support some special wallets and enables enhancements for certain types of wallet addresses (#1033).

📢 Announcements

  • We're improving how multiple monetization links work on a page. Much of the above is a prerequisite for this. Stay tuned! (#976)

Full Changelog: v0.7.0.0-preview...v0.7.1.0-preview

v0.7.0.0

28 Apr 12:08
052f624
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Prevent popup crashing when using a wallet without a standard 3-letter currency code (#1022).
  • Allow the extension to monetize localhost websites, without needing https:// (#1027).

🔧 Improvements

  • Amount fields now better support longer currency codes and gracefully handle missing currency symbols in browsers. (#1023).

📢 Announcements

  • GateHub wallet now works with Web Monetization! (#1025)
  • Nightly builds are now published even if end-to-end tests fail (#1019).
  • We're improving how multiple monetization links work on a page. Stay tuned! (#976)

Full Changelog: v0.6.3.1...v0.7.0.0

Preview v0.7.0.0

28 Apr 12:07
052f624
Compare
Choose a tag to compare
Preview v0.7.0.0 Pre-release
Pre-release

🐛 Bug Fixes

  • Prevent popup crashing when using a wallet without a standard 3-letter currency code (#1022).
  • Allow the extension to monetize localhost websites, without needing https:// (#1027).

🔧 Improvements

  • Amount fields now better support longer currency codes and gracefully handle missing currency symbols in browsers. (#1023).

📢 Announcements

  • GateHub wallet now works with Web Monetization! (#1025)
  • Nightly builds are now published even if end-to-end tests fail (#1019).
  • We're improving how multiple monetization links work on a page. Stay tuned! (#976)

Full Changelog: v0.6.3.1-preview...v0.7.0.0-preview

v0.6.3.1

14 Apr 07:54
76b1381
Compare
Choose a tag to compare

This maintenance release includes internal improvements and dependency updates to ensure system stability and performance. No user-facing changes are included in this update.

Full Changelog: v0.6.3.0...v0.6.3.1

Preview v0.6.3.1

14 Apr 07:52
76b1381
Compare
Choose a tag to compare
Preview v0.6.3.1 Pre-release
Pre-release

This maintenance release includes internal improvements and dependency updates to ensure system stability and performance. No user-facing changes are included in this update.

Full Changelog: v0.6.3.0-preview...v0.6.3.1-preview

v0.6.3.0

31 Mar 10:58
fad94a4
Compare
Choose a tag to compare

🔧 Improvements

  • With the beta release announcement, we’ve updated links to latest Web Monetization docs website (#989).
  • More accurately detect situations where your wallet linked to the extension cannot facilitate payments to a website's wallet. Specifically, 500 Internal Server Errors encountered during payment setup are now treated equivalently to unpeered wallet scenarios (#995).

🐛 Bug Fixes

  • Resolved a performance regression introduced in a previous release, which resulted in a noticeable delay in popup UI loading. The extension should feel snappier again. (#996).

Full Changelog: v0.6.2.0...v0.6.3.0