Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Releases: stezu/stripe-for-woocommerce

v1.36

13 Feb 00:44
Compare
Choose a tag to compare
  • Fix: JavaScript should be more compatible on checkout pages

v1.35

08 Jan 23:15
Compare
Choose a tag to compare
  • Fix: WooCommerce Bookings plugin now works again
  • Fix: Partial captures now allowed, don't go over the authorized amount though
  • Fix: Stripe Fee wasn't showing up on captured charges
  • Tweak: 'Capture' field removed from custom fields

v1.33

18 Nov 20:14
Compare
Choose a tag to compare
  • Fix: No payments processing
  • Fix: New customer payments not processing

v1.32

24 Oct 15:54
Compare
Choose a tag to compare

Bug fixes.

  • Fix: Fatal error string offset bug
  • Tweak: User id is pulled from the order instead of the logged in user now

v1.31

28 Sep 16:09
Compare
Choose a tag to compare

Bug fixes from 1.30 release

  • Fix: Subscriptions were charging the wrong card
  • Fix: Saved cards were misbehaving
  • Fix: Charge errors were not giving the right messages

v1.30

21 Sep 19:21
Compare
Choose a tag to compare

A major release with a couple new features and a major code overhaul.

  • Feature: Refunds! With WC 2.2, refunds were introduced and rclai on GitHub added them to this plugin
  • Feature: This plugin is now a few hundred lines lighter, and will hopefully break less often
  • Tweak: The transaction id is now implemented using the built-in WC 2.2 field instead of a custom field
  • Tweak: Templates were reworked completely, if you were using a template before, you should revert and tweak the new one (sorry)
  • Tweak: The built-in WC credit card form is being used now instead of the custom one
  • Tweak: Form validation should now be better
  • Dev: New filters for charge data to allow for metadata and other Stripe features
  • Dev: Documentation added here: https://github.com/stezu/stripe-for-woocommerce/wiki

v1.25

11 Sep 22:31
Compare
Choose a tag to compare

Small fixes from the last version, also ensure that it works with WP 4.0 and WC 2.2

  • Feature: Error messages are now localized for translations
  • Feature: Ability to delete stripe account data per individual customer
  • Tweak: Deleting data now opens a confirmation to prevent accidental data deletion
  • Fix: Stripe customer didn't have an email attached so Stripe couldn't send receipts
  • Fix: Some templates broke the Javascript, that should be fixed now
  • Dev: Move templates to /s4wc from /woocommerce-stripe
  • Dev: Include filters for charge and customer descriptions

v1.24

30 Aug 02:46
Compare
Choose a tag to compare

A minor release consisting of mostly bug fixes that presented themselves in 1.23

  • Tweak: Saved cards are now optional
  • Tweak: CC Data is saved when changing address
  • Fix: Invalid card with account creation
  • Fix: Switching payment methods gave validation errors
  • Fix: Removed double error messages, it was obnoxious

v1.23

24 Aug 02:47
Compare
Choose a tag to compare
  • Feature: French translation courtesy of Malo Jaffre
  • Fix: Checkout with account creation was failing
  • Fix: Error with setting default cards

v1.22

13 Aug 22:27
Compare
Choose a tag to compare

Bug fixes for 1.21

  • Fix: create_customer was being called incorrectly
  • Fix: Backend errors were nondescriptive