This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
Releases: stezu/stripe-for-woocommerce
Releases · stezu/stripe-for-woocommerce
v1.36
v1.35
v1.33
v1.32
v1.31
v1.30
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
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
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