Skip to content

Releases: impress-org/donation-block-for-stripe

1.3.1

09 Feb 02:21
Compare
Choose a tag to compare
  • 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

09 Feb 01:28
8ad92eb
Compare
Choose a tag to compare

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

12 Jul 01:07
b564378
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

26 Apr 03:09
Compare
Choose a tag to compare

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

15 Apr 03:17
Compare
Choose a tag to compare

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

06 Apr 22:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.3

1.0.1

10 Mar 03:53
Compare
Choose a tag to compare
  • 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!

09 Mar 16:28
Compare
Choose a tag to compare
1.0.0

Update readme with author URI and fix syntax issues with readme.txt m…