ChangelogRelease History
Changelog

Changelog

Stay updated with the latest releases, bug fixes, and new features added to Payment Link.

Recent Releases

Payment Link releases follow semantic versioning. You receive automatic updates in your dashboard at https://app.paymentlink.io.

Check your current version in the dashboard under Settings > About. Upgrade prompts appear for critical fixes.

2024-10-15v1.2.0
featureimprovement

New Features

  • Added webhook support for real-time payment notifications
  • Introduced customizable payment pages with branding options

Improvements

  • Enhanced dashboard performance by >30%
  • Better mobile responsiveness for checkout links

Bug Fixes

  • Fixed intermittent checkout failures during high traffic
  • Resolved currency display issues in reports
2024-09-20v1.1.0
featurebugfix

New Features

  • Multi-currency support for international payments
  • Automated email receipts with custom templates

Bug Fixes

  • Corrected API rate limiting errors
  • Fixed login issues with Google OAuth
2024-08-10v1.0.0
breakingfeature

Initial Release

  • Core payment link generation
  • Dashboard for managing links and analytics
  • Stripe integration for secure payments

Breaking Changes

  • Updated API authentication to use {API_KEY} header

Version Summary

VersionDateKey Changes
v1.2.02024-10-15Webhooks, performance boost
v1.1.02024-09-20Multi-currency, bug fixes
v1.0.02024-08-10Initial release

Upgrade Process

Check Compatibility

Review the changelog for breaking changes in your integration.

Update SDK

npm install @paymentlink/sdk@latest

Test Payments

Create a test payment link and verify end-to-end flow.

Upcoming Features