Stripe Payments For WooCommerce by Checkout Plugins - Version 1.4.9

Version Description

  • MONDAY, 5TH DECEMBER 2022 =
  • Fix: Express checkout compatibility with CartFlows.
  • Fix: Add payment method was not working.
Download this release

Release Info

Developer brainstormworg
Plugin Icon 128x128 Stripe Payments For WooCommerce by Checkout Plugins
Version 1.4.9
Comparing to
See all releases

Code changes from version 1.4.8 to 1.4.9

assets/js/payment-request.js CHANGED
@@ -619,7 +619,7 @@
619
 
620
  function confirmPaymentIntent( event, hash ) {
621
  const partials = hash.match(
622
- /^#?confirm-(pi|si)-([^:]+):(.+)$/,
623
  );
624
 
625
  if ( ! partials || 4 > partials.length ) {
619
 
620
  function confirmPaymentIntent( event, hash ) {
621
  const partials = hash.match(
622
+ /^#?confirm-(pi|si)-([^:]+):(.+):(.+)$/,
623
  );
624
 
625
  if ( ! partials || 4 > partials.length ) {
checkout-plugins-stripe-woo.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Checkout Plugins - Stripe for WooCommerce
4
  * Plugin URI: https://www.checkoutplugins.com/
5
  * Description: Stripe for WooCommerce delivers a simple, secure way to accept credit card payments in your WooCommerce store. Reduce payment friction and boost conversions using this free plugin!
6
- * Version: 1.4.8
7
  * Author: Checkout Plugins
8
  * Author URI: https://checkoutplugins.com/
9
  * License: GPLv2 or later
@@ -22,6 +22,6 @@ define( 'CPSW_FILE', __FILE__ );
22
  define( 'CPSW_BASE', plugin_basename( CPSW_FILE ) );
23
  define( 'CPSW_DIR', plugin_dir_path( CPSW_FILE ) );
24
  define( 'CPSW_URL', plugins_url( '/', CPSW_FILE ) );
25
- define( 'CPSW_VERSION', '1.4.8' );
26
 
27
  require_once 'autoloader.php';
3
  * Plugin Name: Checkout Plugins - Stripe for WooCommerce
4
  * Plugin URI: https://www.checkoutplugins.com/
5
  * Description: Stripe for WooCommerce delivers a simple, secure way to accept credit card payments in your WooCommerce store. Reduce payment friction and boost conversions using this free plugin!
6
+ * Version: 1.4.9
7
  * Author: Checkout Plugins
8
  * Author URI: https://checkoutplugins.com/
9
  * License: GPLv2 or later
22
  define( 'CPSW_BASE', plugin_basename( CPSW_FILE ) );
23
  define( 'CPSW_DIR', plugin_dir_path( CPSW_FILE ) );
24
  define( 'CPSW_URL', plugins_url( '/', CPSW_FILE ) );
25
+ define( 'CPSW_VERSION', '1.4.9' );
26
 
27
  require_once 'autoloader.php';
gateway/stripe/frontend-scripts.php CHANGED
@@ -58,7 +58,7 @@ class Frontend_Scripts {
58
  * @return void
59
  */
60
  public function enqueue_scripts() {
61
- if ( apply_filters( 'cpsw_exclude_frontend_scripts', ! is_product() && ! is_cart() && ! is_checkout() ) ) {
62
  return;
63
  }
64
 
58
  * @return void
59
  */
60
  public function enqueue_scripts() {
61
+ if ( apply_filters( 'cpsw_exclude_frontend_scripts', ! is_product() && ! is_cart() && ! is_checkout() && ! is_add_payment_method_page() ) ) {
62
  return;
63
  }
64
 
languages/checkout-plugins-stripe-woo.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the GPLv2 or later.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Checkout Plugins - Stripe for WooCommerce 1.4.8\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/checkout-plugins-stripe-woo\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-11-14T12:33:26+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: checkout-plugins-stripe-woo\n"
2
  # This file is distributed under the GPLv2 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Checkout Plugins - Stripe for WooCommerce 1.4.9\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/checkout-plugins-stripe-woo\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-12-05T05:46:30+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: checkout-plugins-stripe-woo\n"
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: brainstormforce
3
  Tags: stripe, credit card, apple pay, google pay, express checkout
4
  Requires at least: 5.4
5
  Tested up to: 6.1
6
- Stable tag: 1.4.8
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -113,6 +113,10 @@ We understand the need for a quality product backed by dedicated support that ca
113
  4. Express Checkout Button on Checkout Page
114
 
115
  == Changelog ==
 
 
 
 
116
  = 1.4.8 - TUESDAY, 15TH NOVEMBER 2022 =
117
  * Fix: WooCommerce HPOS issues.
118
 
3
  Tags: stripe, credit card, apple pay, google pay, express checkout
4
  Requires at least: 5.4
5
  Tested up to: 6.1
6
+ Stable tag: 1.4.9
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
113
  4. Express Checkout Button on Checkout Page
114
 
115
  == Changelog ==
116
+ = 1.4.9 - MONDAY, 5TH DECEMBER 2022 =
117
+ * Fix: Express checkout compatibility with CartFlows.
118
+ * Fix: Add payment method was not working.
119
+
120
  = 1.4.8 - TUESDAY, 15TH NOVEMBER 2022 =
121
  * Fix: WooCommerce HPOS issues.
122