|
6 | 6 | * Dev - Renames all references to "Smart Checkout" and "Single Payment Element" (and "SPE") to "Optimized Checkout" (and "OC"), following the feature rebranding.
|
7 | 7 | * Tweak - Updates the "Smart Checkout" setting name to "Optimized Checkout", and the description accordingly.
|
8 | 8 | * Fix - Checks for the existence of the WC_Stripe_Feature_Flags class before including it during extension initialization.
|
9 |
| -* Dev - Implements the new Stripe order class into the new checkout experience files. |
10 | 9 | * Dev - Splits the code coverage GitHub Actions Workflow into two separate actions.
|
11 |
| -* Dev - Implements the new Stripe order class into the root extension files. |
12 | 10 | * Fix - Fixes the listing of payment methods in the Stripe settings page when the Smart Checkout is enabled.
|
13 | 11 | * Tweak - Passes the correct parent payment method configuration ID (retrieved from the backend) to the Smart Checkout payment element.
|
14 | 12 | * Tweak - Removes the Stripe icon beside the Smart Checkout payment element from the checkout pages.
|
15 | 13 | * Add - New setting to allow merchants to set their preferred title for the Smart Checkout payment element. Defaults to "Stripe".
|
16 |
| -* Dev - Implements the new Stripe order class into the compatibility classes. |
17 | 14 | * Dev - Updates the Code Sniffer package to version 1.0.0.
|
18 | 15 | * Update - Add ECE support for One Page Checkout and other dynamic cart update scenarios
|
19 | 16 | * Fix - Show error notice when 'Add payment method' fails on My Account page in block-based themes.
|
|
38 | 35 | * Dev - Improves Smart Checkout code with shared and new methods, on both front and backend.
|
39 | 36 | * Fix - Fixes the saving of payment methods when Smart Checkout is enabled.
|
40 | 37 | * Tweak - Correctly handles the display of payment method instructions when Smart Checkout is enabled.
|
41 |
| -* Dev - Implements the new Stripe order class into abstract/base classes, and the webhook handler. |
42 |
| -* Dev - Implements the new Stripe order class into the legacy checkout classes. |
43 | 38 | * Dev - Do not generate filenames with underscores.
|
44 | 39 | * Fix - Fixes the Stripe checkout container visuals when Smart Checkout is disabled.
|
45 |
| -* Dev - Implements the new Stripe order class into the express checkout classes. |
46 |
| -* Dev - Implements the new Stripe order class into the wp-admin related classes. |
47 | 40 | * Dev - Replaces references to order status values with their respective constants from the WooCommerce plugin.
|
48 | 41 | * Tweak - Updates the Smart Checkout (classic/shortcode checkout version) to make all the payment methods look as similar as possible to any other WooCommerce payment method.
|
49 | 42 | * Tweak - Updates the Smart Checkout (block checkout version) to make all the payment methods look as similar as possible to any other WooCommerce payment method.
|
50 | 43 | * Fix - Improves the subscriptions detached admin notice, making it less intrusive and limiting the querying to 5 subscriptions (avoiding slow loading times).
|
51 |
| -* Dev - Implements the new Stripe order class into the PHP unit tests. |
52 | 44 | * Dev - Introduces new payment method constants for the express methods: Google Pay, Apple Pay, Link, and Amazon Pay (backend version).
|
53 | 45 | * Dev - Introduces a new Stripe Order class to wrap Stripe-specific logic and data on the backend.
|
54 | 46 | * Dev - Improves how we handle express payment method titles by introducing new constants and methods to replace duplicate code.
|
|
89 | 81 | * Add - Support for BECS Direct Debit as a new payment method for Australian accounts.
|
90 | 82 | * Update - Back button on the settings pages.
|
91 | 83 | * Update - Use individual product tax status instead of storewide tax setup when determining express checkout availability.
|
92 |
| -* Fix - Ensure the subscription object is not converted into a Stripe order object. |
93 |
| -* Fix - Ensure the subscription and pre-order objects are not converted into a Stripe order object in legacy experience. |
94 | 84 | * Update - Credit and Bank (BECS and ACSS) icons on the Block checkout page.
|
95 | 85 | * Fix - Fix BLIK visibility based on account and billing countries.
|
96 | 86 | * Add - Use Stripe Configuration API to manage payment methods enabled/disabled states.
|
|
0 commit comments