Releases: impress-org/donation-block-for-stripe
Releases · impress-org/donation-block-for-stripe
1.3.1
- Fix: Prevent JS error when using the ReCAPTCHA option for the first time. Also resolve PHP notice in PHP 8.0+ causing annoyances.
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- New: 🤖❌ Add Google ReCaptcha v2 integration by @DevinWalker in #53
- Fix: 🔗 Resolved an issue with Stripe's "Link" always being enabled regardless of the setting selected.
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Add integration option with Stripe Link by @DevinWalker in #52
Full Changelog: 1.1.1...1.2.0
1.1.1
What's Changed
- CSS fixes for better cross-theme compatibility by @DevinWalker in #47
- Add Stripe style focus effects for input fields for consistency by @DevinWalker in #48
- Add new documentation/support element to Gutenberg sidebar by @DevinWalker in #50
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Prevent PHP notices on fresh install related to Stripe keys with conditional #34 by @DevinWalker in #35
- Allow multiple Stripe payment elements to mount on a single page by @DevinWalker in #36
- Bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #37
- New: Add functionality for adjusting and modifying the default donation amount by @DevinWalker in #39
- Update readme txt by @taylorfromteamgive in #43
- Add support for additional currencies with formatting by @DevinWalker in #41
New Contributors
- @dependabot made their first contribution in #37
- @taylorfromteamgive made their first contribution in #43
Full Changelog: 1.0.3...1.1.0
1.0.3
What's Changed
- Update WP version compatibility by @mathetos in #20
- Add app identification for Stripe by @DevinWalker in #21
- Add release and pre-release yml files to release to WP.org and generate zips by @DevinWalker in #24
- Remove Stripe fee depending on scenarios by @DevinWalker in #25
- Fix receipt step UX by @DevinWalker in #30
- Improve donation summary with edit functionality and better design by @DevinWalker in #32
New Contributors
Full Changelog: 1.0.1...1.0.3
1.0.1
- We removed the Stripe PHP SDK and now the plugin to reduce the overall plugin size and PHP footprint.
- Resolved an issue where an extra space was added before the currency symbol and amount.
- Fixed PHP 7.4+ syntax that wouldn't allow the block to run on earlier PHP versions.
Initial release!
1.0.0 Update readme with author URI and fix syntax issues with readme.txt m…