| Current Path : /home/ereika83/public_html/wp-content/plugins/gravityformsstripe/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/gravityformsstripe/change_log.txt |
---------------------------------------------------
Version 1.8.1
- Updated feed list and edit pages to display configure settings message if the api keys for the selected mode are invalid.
---------------------------------------------------
Version 1.8
- Updated Stripe Receipt drop down to only list email or hidden type fields.
- Updated to use object notation when accessing $field.
- Updated minimum Gravity Forms version to 1.9.10.19.
- Fixed an issue which allowed feeds to be created with only partially configured metadata.
- Fixed PHP notice related to the Metadata setting on the feed edit page.
- Fixed php notice when saving a feed without any custom metadata.
---------------------------------------------------
Version 1.7
- Added the ability to pass custom metadata to Stripe.
- Added logging of API key validation failure (key is obfuscated).
- Added $feed as the fifth parameter of the gform_stripe_charge_description filter.
- Updated instructions on the settings tab for configuring Stripe webhooks.
- Updated form submission to ensure form is only submitted once.
---------------------------------------------------
Version 1.6
- Fixed a low severity security vulnerability in the admin area which could be exploited by authenticated users with form administration permissions.
- Fixed issue where jQuery JSON library wasn't getting included.
- Fixed issue that caused credit card field to get validated even when payment amount was zero.
---------------------------------------------------
Version 1.5
- Added capability support and Member plugin integration.
- Updated POT file.
- Added Spanish (es_ES) translation.
- Fixed a text domain typo in class-gf-stripe.php
- Fixed issue that prevents the form from being submitted if jQuery is put into no-conflict mode by subsequent plugins.
- Created POT file
- Updated translation strings to using gravityformsstripe instead of gravityforms
---------------------------------------------------
Version 1.4
- Added text domain/path to header.
- Added function gf_stripe to easily get a Stripe instance.
- Updated to have the file class-gf-stripe.php and organized code into this file and stripe.php.
- Updated protected functions to be public.
- Updated key validation so that is is more forgiving with conflicts by trimming response before using it.
---------------------------------------------------
Version 1.3
- Fixed conflict with the PayPal Add-On
- Fixed issue with email receipt feature displaying a warning when 'Do not send receipt' option was selected
- Fixed Notice message
---------------------------------------------------
Version 1.2
- Fixed issue when validating the live publishable key
---------------------------------------------------
Version 1.1
- Added receipt email feature so that Stripe receipts can be sent.
- Updated key validation so that keys are trimmed before being validated and saved.
- Updated API include statement so that it checks if API has already been included.
- Fixed scripts from being output on every page of admin.
- Fixed issue where credit card field generated validation error when navigating form.
- Fixed issue with javascript error caused by the admin.js not being enqueued.
- Fixed issue causing notification and confirmation to be sent blank.
- Fixed issue with credit card validation.
- Fixed issue where credit card was failing validation even when feed condition was not met.
---------------------------------------------------
Version 1.0
- Initial release