Fix – Small security issue fixed in legacy PayPal Standard code.
2.4.9
5/21/26
Fix – Small security issue fixed.
2.4.8
5/18/26
Security – Improved payment validation to ensure payment records can only be updated through legitimate payment gateway webhooks.
Fix – Fixed issue where payments were not displaying in the admin payments list despite showing the correct count.
2.4.7
5/9/26
Change – Changed the Getting Started admin page to better describe what settings to change if the form is having redirect trouble.
2.4.6
1/19/26
Fix – Fixed translation loading issue where text domain was being loaded too early, causing WordPress 6.7+ warning.
2.4.5
12/2/25
Fix – Fixed issue where payment records were being created for non-payment forms when both PayPal and Stripe were disabled.
2.4.4
9/30/25
Updated Stripe PHP Library to version 17.6.0
2.4.3
5/29/25
Fix – Fixed an issue with request method 2 (Rest API) not working with using the gateway code feature.
Fix – Fixed an issue where the language text domain was loading too early.
Fix – Simplified the redirect_method.js code.
Fix – Fixed an issue with request method 2 sending extra network requests on redirect.
2.4.2
5/2/25
Fix – When WooCommerce was active it would cause an issue where the page / post editing would not save correctly.
2.4.1
4/21/25
Update – Updated the text domain to correctly work with WordPress translate.
2.4
4/21/25
New – The code is now correctly setup for plugin translation into different languages.
New – Added deactivation survey.
Fix – Fixed small security issue.
Fix – Improved switching between Live / Sandbox mode on settings page.
2.3.4
3/10/25
Fix – On the settings page, the saved noticed was showing all the time.
2.3.3
3/7/25
Fix – PayPal would give an error on redirection if redirect or cancel URLs did not start with https or http.
2.3.2
11/5/24
Fix – Small security issue fixed reported by Wordfence.
2.3.1
9/27/24
Fix – Small security issue fixed.
2.3
8/22/24
New – Added the “Request Method” feature. This allow you to control if the form uses Admin Ajax or the REST API for redirection. This settings can be found on the Settings page in Other tab.
2.2.1
6/17/24
New – Added support for Ron – Romanian Currency in Stripe (It’s not supported by PayPal)
2.2
2/25/24
Fix – Security issue fixed.
2.1
12/6/23
Update – Updated Stripe Library – Old library was not compatable with PHP 8.0+.
Fix – PHP error message resulting from Stripe mode variable
1.9.3
5/7/21
Fix – Undefined index issue – https://wordpress.org/support/topic/undefined-index-cf7pp_stripe_email/
Fix – Removed Settings Page Extension tab. It was causing errors for a few users and slowed down loading the settings page.
1.9.2
4/25/21
Fix – Fixed PHP error caused by a few webhosting companies disabling PHP allow_url_fopen. This caused Stripe Connect to have multiple errors.
1.9.1
4/7/21
Fix – Fixed PHP error caused by 1.9 release. This was related to using a version of PHP > 7.4.
1.9
4/6/21
New – Added Stripe Connect
1.8.4
2/19/21
Fix – Fixed issue with redirection and email sending if URL has a query string in it.
1.8.3
2/19/21
Fix – Fixed issue casued by anchor tag in URL causing Stripe redirect to fail.
1.8.2
2/3/21
Fix – Fixed issue caused by Yoast making form to redirect to homepage.
Fix – Fixed issue with JS files not including version number causing them to be cached.
1.8.1
1/28/21
New – PayPal & Stripe admin payment history
New – Stripe will automatically register and check webhook for live and sandbox payments
New – Local environment helper admin notice
New – Added admin review notice
Update – Updated PayPal IPN code
1.7
12/7/20
New – Stripe now redirects to hosted Stripe checkout page.
New – Stripe is now fully SCA complient.
New – Added many more helpful error notices so that site owners can more quickly solve problems.
1.6.9
10/14/20
Fix – Fixed bug related to PHP setcookie.
1.6.8
8/27/20
Fix – Fixed bug related to Japanese JPY currency format.
1.6.7
8/10/20
New – Added ability to change between cookie use and session use. Some servers support one or the other.
Fix – Changed the way cookies work.
1.6.6
8/8/20
New – Added new redirect method. Can be used for some sites that have trouble redirecting to PayPal or Stripe.
Fix – Fixed settings page slow to load issue due to transient name problem.
1.6.5
7/9/20
New – Removed PHP Session support, now the pluign uses PHP Cookies.
Fix – The plugin no longer causes an issue with WordPress Site Health Performance.
1.6.4
7/4/20
Fix – Contact Form 7 5.2 broke redirecting to PayPal or Stripe.
1.6.3
2/4/20
Fix – CSS style issue on settings page, extensions tab.
Fix – Changed getting started text.
Tested – Tested up to 5.3.x
1.6.2
4/26/19
Fix – Changed redirect URL from using WordPress’s site URL to home URL. This fixes a problem on sites with a different WordPress Address and Site Address.
1.6.1
8/20/18
Change – Changed the hidden HTML form names on the tabs settings page to fix a conflict with the plugin Frontend Registration – Contact Form 7.
1.6
7/1/18
New – Added ability to link form email field to Stripe.
New – Added ability to redirect to success page after Stripe payment.
Fix – Undefined index error related to settings redirect variable.