woocommerce-square
Last commit date
build
2 weeks ago
i18n
5 days ago
includes
5 days ago
templates
1 year ago
vendor
5 days ago
apple-developer-merchantid-domain-association
2 years ago
changelog.txt
5 days ago
license.txt
3 years ago
readme.txt
5 days ago
woocommerce-square.php
5 days ago
changelog.txt
857 lines
| 1 | *** WooCommerce Square Changelog *** |
| 2 | |
| 3 | = 5.4.3 - 2026-08-06 = |
| 4 | * Fix - Hardened validation of guest billing details submitted on the order payment page. |
| 5 | * Dev - Update WordPress Coding Standards to 3.4.1. |
| 6 | |
| 7 | = 5.4.2 - 2026-07-22 = |
| 8 | * Update - Remove deprecated beta Product Editor (`@woocommerce/product-editor`) integration. |
| 9 | * Fix - Remove obsolete pre-7.6 WooCommerce compatibility code, as the minimum supported WooCommerce version is now 10.7. |
| 10 | * Dev - Bump WooCommerce "tested up to" version 11.0. |
| 11 | * Dev - Bump WooCommerce minimum supported version to 10.8. |
| 12 | * Dev - Bump WordPress minimum supported version to 6.9. |
| 13 | |
| 14 | = 5.4.1 - 2026-06-24 = |
| 15 | * Fix - Syncing new products to Square no longer leaves them at zero inventory if the sync fails partway through. |
| 16 | * Dev - Bump WooCommerce "tested up to" version 10.9. |
| 17 | * Dev - Bump WooCommerce minimum supported version to 10.7. |
| 18 | |
| 19 | = 5.4.0 - 2026-05-28 = |
| 20 | * Add - Register seven read-only abilities with the WordPress Abilities API, gated behind the woocommerce_square_abilities_enabled filter (default off) and the WC 10.9 loader. |
| 21 | * Fix - Correct button alignment in the Import Products modal on WP 7.0. |
| 22 | * Fix - Allow extending the "Pay for Order" functionality via the WordPress capability system. |
| 23 | * Fix - Square product syncs no longer fail entirely when one item has an outdated catalog ID. |
| 24 | * Fix - Product categories are updated properly during manual sync. |
| 25 | * Fix - Ensure stale category mappings are fully cleaned up when two WooCommerce categories share the same Square category ID. |
| 26 | * Dev - Removed stale Action Scheduler DELETE hook from Plugin.php. |
| 27 | * Dev - Bump WooCommerce "tested up to" version 10.8. |
| 28 | * Dev - Bump WooCommerce minimum supported version to 10.6. |
| 29 | |
| 30 | = 5.3.3 - 2026-05-07 = |
| 31 | * Add - Admin notice to inform merchants if a successful product sync has not occurred in a while. |
| 32 | * Fix - Add SKU-based existence check before creating new Square catalog items to prevent duplicates. |
| 33 | * Fix - Skip SKU-based product matching for Square variations with no SKU to prevent unrelated WooCommerce products from being overwritten during sync. |
| 34 | * Fix - Push inventory now attempts SKU-based lookup for synced products missing a Square variation ID. |
| 35 | * Fix - Syncs no longer crash when encountering certain malformed items in your Square catalog. |
| 36 | * Fix - Add safeguard to skip disabling cards on Square when removing tokens from staging/non-production sites. |
| 37 | * Fix - Ensure the debug mode admin notice link points to the correct settings page. |
| 38 | * Dev - Bump WooCommerce "tested up to" version 10.7. |
| 39 | * Dev - Bump WooCommerce minimum supported version to 10.5. |
| 40 | |
| 41 | = 5.3.2 - 2026-04-06 = |
| 42 | * Fix - Prevent stale Square catalog IDs from breaking checkout while still surfacing genuine coupon redemption failures as checkout errors. |
| 43 | * Fix - Ensure that the order note wordings for partial payments are translatable. |
| 44 | * Dev - Replace deprecated `wc_enqueue_js` with `wp_add_inline_script`. |
| 45 | * Dev - Bump WordPress "Tested up to" to 7.0. |
| 46 | * Dev - Bump WordPress minimum supported to 6.8. |
| 47 | * Dev - Bump WooCommerce minimum supported version to 10.4. |
| 48 | |
| 49 | = 5.3.1 - 2026-03-26 = |
| 50 | * Fix - Improved reliability when customers change or remove an applied gift card at checkout. |
| 51 | * Fix - Improved authorization handling for order-related requests in the payment flow. |
| 52 | * Dev - Bump WooCommerce "tested up to" version 10.6. |
| 53 | |
| 54 | = 5.3.0 - 2026-03-05 = |
| 55 | * Add - Initial support for Square Discount Codes (Coupons). |
| 56 | * Fix - Set the "Synced with Square" taxonomy to private. |
| 57 | * Fix - Ensure that there is no `DivisionByZeroError` fatal error in Square when the total amount is zero and the tax amount is non-zero. |
| 58 | * Fix - Partial-Total Verification when Gift Card is used. |
| 59 | * Fix - Improved data access restrictions on payment method page. |
| 60 | * Dev - Bump WooCommerce "tested up to" version 10.5. |
| 61 | * Dev - Bump WooCommerce minimum supported version to 10.3. |
| 62 | |
| 63 | = 5.2.0 - 2026-01-15 = |
| 64 | * Add - A notice for the inventory sync in bulk edit screen. |
| 65 | * Add - Helper text and notices to clarify the difference between "Sync Now" and "Import all Products from Square". |
| 66 | * Fix - Ensure that the order is not marked as 'On Hold' when saving the card fails after a successful payment. |
| 67 | * Fix - Prevent fatal errors occurring on incompatible environments. |
| 68 | * Fix - Ensure default titles are displayed for payment methods if not set by the merchant. |
| 69 | * Fix - Prevent images being updated from square when the "Enable to override Product images from Square" setting is turned off. |
| 70 | * Fix - Improve sync settings language for better clarity. |
| 71 | * Fix - CSV-imported products from Square with inventory tracking disabled are now correctly imported as "In Stock" instead of "Out of Stock" with stock management enabled. |
| 72 | * Fix - Resolve fatal errors that may occur after a server migration. |
| 73 | * Dev - Update `apimatic/unirest-php` package to 4.0.7. |
| 74 | * Dev - Bump WooCommerce minimum supported version to 10.2. |
| 75 | * Dev - Bump WordPress minimum supported version to 6.7. |
| 76 | * Dev - Error logging when gift card application fails due to missing session token or Square API errors. |
| 77 | * Dev - Remove application of E2E status labels from GitHub actions. |
| 78 | |
| 79 | = 5.1.2 - 2025-12-10 = |
| 80 | * Security - Resolve CVE-2025-13457. |
| 81 | * Dev - Bump WooCommerce "tested up to" version 10.4. |
| 82 | * Dev - Bump WordPress "tested up to" version 6.9. |
| 83 | |
| 84 | = 5.1.1 - 2025-11-03 = |
| 85 | * Fix - Missing attribute names after Product Import. |
| 86 | * Fix - Update for PHP 8.4 compatibility. |
| 87 | * Dev - Bump WooCommerce "tested up to" version 10.3. |
| 88 | * Dev - Bump WooCommerce minimum supported version to 10.1. |
| 89 | * Dev - Updates to our QIT GitHub Action workflow. |
| 90 | * Dev - Add new deploy workflow. |
| 91 | |
| 92 | = 5.1.0 - 2025-09-29 = |
| 93 | * Add - Support for multiple categories in WooCommerce-Square product synchronization. |
| 94 | * Add - Improve debugging with more options and verbose descriptions. |
| 95 | * Fix - Sync only the utilized option values. |
| 96 | * Fix - Fatal error when using partial product quantities. |
| 97 | * Fix - Ensure the outline is properly visible when the Google Pay button is focused. |
| 98 | * Fix - Ensure users are warned that clicking “Buy with GPay” opens in a new window. |
| 99 | * Dev - Bump WooCommerce "tested up to" version 10.2. |
| 100 | * Dev - Bump WooCommerce minimum supported version to 10.0. |
| 101 | |
| 102 | = 5.0.1 - 2025-12-10 = |
| 103 | * Security - Resolve CVE-2025-13457 for version 5.0. |
| 104 | |
| 105 | = 5.0.0 - 2025-09-10 = |
| 106 | * Add - Order fulfillment sync between WooCommerce and Square orders for those that opt-in. |
| 107 | * Fix - Ensure inventory sync isn’t interrupted in case of a category insert failure. |
| 108 | * Fix - Accurately count attribute values – 250 values, not characters. |
| 109 | |
| 110 | = 4.9.9 - 2025-12-10 = |
| 111 | * Security - Resolve CVE-2025-13457 for version 4.9. |
| 112 | |
| 113 | = 4.9.8 - 2025-08-21 = |
| 114 | * Fix - Ensure there is no fatal error on the product page when the product price is blank. |
| 115 | * Fix - Corrected variation option assignment logic to prevent mismatched item option IDs during manual syncs to Square. |
| 116 | * Fix - Prevent mixing Production tokens when in Sandbox mode. |
| 117 | * Fix - Vertical spacing on "Enable Payment Methods" step. |
| 118 | * Dev - Bump WooCommerce "tested up to" version 10.1. |
| 119 | * Dev - Bump WooCommerce minimum supported version to 9.9. |
| 120 | * Dev - Bump WordPress minimum supported version to 6.7. |
| 121 | * Dev - Update vulnerable NPM packages. |
| 122 | * Dev - Remove loading translations, as it is automatically handled by WordPress since version 4.6. |
| 123 | |
| 124 | = 4.9.7 - 2025-07-28 = |
| 125 | * Fix - Resolve `CARD_DECLINED_VERIFICATION_REQUIRED` error for 3DS-required credit card payments. |
| 126 | * Fix - Unblock UI and show a generic error when buyer verification fails. |
| 127 | * Dev - Update NPM packages with security issues. |
| 128 | |
| 129 | = 4.9.6 - 2025-07-10 = |
| 130 | * Add - When importing products from Square, a new "View Progress" link on the "Update" page allows ability to more closely monitor that progress. |
| 131 | * Fix - Ensure that Digital Wallet payment methods and Cash App Pay function properly in Block Checkout when using Safari. |
| 132 | * Fix - Prevent the "Sync with Square" setting from getting unchecked. |
| 133 | |
| 134 | = 4.9.5 - 2025-06-30 = |
| 135 | * Fix - Ensure the customer is created on the Square side without errors when adding a payment method. |
| 136 | * Fix - Ensure that the request body is correctly logged in the debug logs. |
| 137 | * Dev - Bump WooCommerce "tested up to" version 10.0. |
| 138 | * Dev - Bump WooCommerce minimum supported version to 9.8. |
| 139 | |
| 140 | = 4.9.4 - 2025-06-13 = |
| 141 | * Fix - Ensure no fatal error occurs at checkout when using a free local pickup shipping method. |
| 142 | |
| 143 | = 4.9.3 - 2025-06-09 = |
| 144 | * Add - Support for Square's EMV 3-D Secure authentication flow to comply with countries that have 3DS mandates and improve payment security. |
| 145 | * Add - Pre-sync validations for Product Variations. |
| 146 | * Add - Digit handling for country-specific currencies to prevent incorrect division by 100 for currencies like Japanese Yen. |
| 147 | * Add - Indicate customer initiated payments in Square API requests. |
| 148 | * Fix - Only sync attributes used for variations to Square, preventing item option mismatch errors when WooCommerce products have unused attributes. |
| 149 | * Fix - Ensure consistent error messages between the Block Checkout and the Shortcode Checkout. |
| 150 | * Dev - Bump Square PHP SDK version from `35.1.0.20240320` to `40.0.0.20250123`. |
| 151 | |
| 152 | = 4.9.2 - 2025-05-27 = |
| 153 | * Dev - Bump WooCommerce "tested up to" version 9.9. |
| 154 | * Dev - Bump WooCommerce minimum supported version to 9.7. |
| 155 | |
| 156 | = 4.9.1 - 2025-05-05 = |
| 157 | * Add - Set the onboarding URL for the "Complete setup" button on the new payment settings page. |
| 158 | * Change - Remove the `wc_square_update_product_set_variation_name` filter. |
| 159 | * Fix - Issue with Product Price override update logic. |
| 160 | * Fix - Show detailed error messages on Checkout Page based on Debug Mode settings. |
| 161 | * Fix - Ensure that debug logs for payment gateways are being generated as expected. |
| 162 | * Dev - Add in performance logging during the checkout process. |
| 163 | * Dev - Update E2E tests to accommodate payment modernization changes in WooCommerce Core. |
| 164 | |
| 165 | = 4.9.0 - 2025-04-07 = |
| 166 | * Add - Support for syncing multiple Product Variations. |
| 167 | * Add - Support for WooCommerce's new Email Improvements feature. |
| 168 | * Fix - Digital Wallets and Cash App payment issues in Woo 9.8. |
| 169 | * Fix - Deprecated PHP error for Gift Cards. |
| 170 | * Fix - jQuery error on Cart & Checkout pages when a Subscription product is added to the cart, as Digital Wallets cannot be used for Subscription products. |
| 171 | * Fix - Remove duplicate onboarding notice. |
| 172 | * Dev - Bump WooCommerce "tested up to" version 9.8. |
| 173 | * Dev - Bump WooCommerce minimum supported version to 9.6. |
| 174 | * Dev - Bump WordPress minimum supported version to 6.6. |
| 175 | * Dev - Bump WordPress "tested up to" version 6.8. |
| 176 | * Dev - Updates to E2E tests setup. |
| 177 | * Dev - Update all third-party actions our workflows rely on to use versions based on specific commit hashes. |
| 178 | |
| 179 | = 4.8.8 - 2025-12-10 = |
| 180 | * Security - Resolve CVE-2025-13457 for version 4.8. |
| 181 | |
| 182 | = 4.8.7 - 2025-03-06 = |
| 183 | * Add - Support for syncing the "Mark as Sold Out" field value during inventory sync. |
| 184 | * Fix - Ensure payment methods display the correct buttons and statuses in the new WooCommerce Payments settings. |
| 185 | * Fix - Ensure that Cash App Pay works as expected on mobile devices. |
| 186 | * Fix - Ensure that no blank order is created via the "Add Payment Method" when HPOS is enabled. |
| 187 | * Dev - Disabled warning checks from WordPress Plugin Check Action. |
| 188 | |
| 189 | = 4.8.6 - 2025-02-10 = |
| 190 | * Fix - Resolved "translation loading was triggered too early" issue in WordPress 6.7. |
| 191 | * Fix - Refresh brand assets. |
| 192 | * Dev - Bump WooCommerce "tested up to" version 9.7. |
| 193 | * Dev - Bump WooCommerce minimum supported version to 9.5. |
| 194 | * Dev - Bump WordPress minimum supported version to 6.6. |
| 195 | * Dev - Add the WordPress Plugin Check GitHub Action. |
| 196 | |
| 197 | = 4.8.5 - 2025-01-20 = |
| 198 | * Fix - Unblock the Checkout page UI, and show a generic error when buyer verification fails. |
| 199 | * Fix - Ensure inventory sync works correctly for variable products when Square sync is enabled through quick or bulk edit. |
| 200 | * Dev - Bump WooCommerce "tested up to" version 9.6. |
| 201 | * Dev - Bump WooCommerce minimum supported version to 9.4. |
| 202 | * Dev - Use the `@woocommerce/e2e-utils-playwright` NPM package for E2E tests. |
| 203 | * Dev - Updates GitHub `actions/cache`, `actions/upload` and `actions/download` to v4 due to deprecation. |
| 204 | |
| 205 | = 4.8.4 - 2024-12-09 = |
| 206 | * Fix - Resolved the product duplication issue on the Square side when WooCommerce is set as the SOR. |
| 207 | * Fix - Remove `woocommerce_loop_add_to_cart_link` filter to standardize "Buy Gift Card" and "Add to Cart" button styles across themes. |
| 208 | * Fix - Reposition payment error messages close to Payment Method form on the Classic Checkout page. |
| 209 | * Dev - Bump WooCommerce "tested up to" version 9.5. |
| 210 | * Dev - Bump WooCommerce minimum supported version to 9.3. |
| 211 | * Dev - Group E2E tests using tags and run each group in parallel within the GitHub Actions workflow. |
| 212 | * Dev - Resolved some failing E2E tests. |
| 213 | |
| 214 | = 4.8.3 - 2024-11-11 = |
| 215 | * Fix – Ensure Square sync works without issues when using cached API responses. |
| 216 | * Fix - Avoid a potential infinite loop during inventory pull. |
| 217 | * Tweak - Change the maximum object retrieval limit from 100 to 50 to avoid timeout issues. |
| 218 | * Dev - Bump WordPress "tested up to" version 6.7. |
| 219 | * Dev - Bump WordPress minimum supported version to 6.5. |
| 220 | |
| 221 | = 4.8.2 - 2024-10-14 = |
| 222 | * Add - Title, Description, and Gateway ID props to the express payment method. |
| 223 | * Dev - Bump WooCommerce "tested up to" version 9.4. |
| 224 | * Dev - Bump WooCommerce minimum supported version to 9.2. |
| 225 | * Dev - Bump WordPress minimum supported version to 6.5. |
| 226 | |
| 227 | = 4.8.1 - 2024-09-23 = |
| 228 | * Fix - Confirmation popup no longer appears when saving the Square settings. |
| 229 | * Fix - Connection settings now persist previous connection when toggling between Production and Sandbox. |
| 230 | * Fix - Prevent gift card image from being forced upon a site. |
| 231 | * Fix - Update URL linking to Square Developer dashboard in sandbox settings. |
| 232 | * Dev - Bump WooCommerce "tested up to" version 9.3. |
| 233 | * Dev - Bump WooCommerce minimum supported version to 9.1. |
| 234 | |
| 235 | = 4.8.0 - 2024-09-16 = |
| 236 | * Add - Support for the WooCommerce Product Block Editor. |
| 237 | * Fix - Address a potential infinite loop issue with the `pull_inventory` step when running a manual synchronization. |
| 238 | * Fix - Cancelling Google Pay on checkout shows validation errors. |
| 239 | * Fix - Missing gift card order item meta during re-order. |
| 240 | * Fix - Ensure we don't hardcode the database prefix in queries we run. |
| 241 | * Fix - Replace the use of deprecated hook `wcs_renewal_order_meta` with `wc_subscriptions_renewal_order_data`. |
| 242 | * Update - Change the business location button text based on the location count. |
| 243 | * Dev - Bump WooCommerce "tested up to" version 9.2. |
| 244 | * Dev - Bump WooCommerce minimum supported version to 9.0. |
| 245 | |
| 246 | = 4.7.4 - 2025-12-10 = |
| 247 | * Security - Resolve CVE-2025-13457 for version 4.7. |
| 248 | |
| 249 | = 4.7.3 - 2024-08-19 = |
| 250 | * Fix - Inconsistency in the height of Express Payment Button and compliance with the new Woo Express Payment Method Styling API. |
| 251 | * Fix - Ensure the "Uncaught TypeError" JavaScript console error does not occur for out-of-stock products. |
| 252 | * Fix - Ensure compatibility with WooPayments extension. |
| 253 | * Dev - Bump WooCommerce "tested up to" version 9.1. |
| 254 | * Dev - Bump WooCommerce minimum supported version to 8.9. |
| 255 | * Dev - Update NPM packages and node version to v20 to modernize developer experience. |
| 256 | |
| 257 | = 4.7.2 - 2024-07-29 = |
| 258 | * Fix - Check if dependencies are loaded before showing onboarding process. |
| 259 | * Fix - Ensure the product category syncs properly between the Square and WooCommerce store. |
| 260 | * Dev - Fix QIT E2E tests and add support for a few new test types. |
| 261 | |
| 262 | = 4.7.1 - 2024-07-22 = |
| 263 | * Fix - Remove double encoding from the redirect_url param in the oauth connect url. |
| 264 | * Dev - Bump WordPress "tested up to" version 6.6. |
| 265 | |
| 266 | = 4.7.0 - 2024-06-27 = |
| 267 | * Add - New Merchant Onboarding experience with a new wizard flow & settings pages. |
| 268 | * Add - Support for WooCommerce Product Blocks. |
| 269 | * Dev - Bump WooCommerce "tested up to" version 9.0. |
| 270 | * Dev - Bump WooCommerce minimum supported version to 8.8. |
| 271 | * Dev - Bump WordPress minimum supported version to 6.4. |
| 272 | |
| 273 | = 4.6.4 - 2025-12-10 = |
| 274 | * Security - Resolve CVE-2025-13457 for version 4.6. |
| 275 | |
| 276 | = 4.6.3 - 2024-06-17 = |
| 277 | * Add - ESLint GitHub Action workflow to enforce ESLint rules on pull requests. |
| 278 | * Dev - Bump Square PHP SDK version from `29.0.0.20230720` to `35.1.0.20240320`. |
| 279 | * Dev - Improved codebase by addressing PHPCS errors. |
| 280 | * Dev - Improved codebase by resolving issues reported by ESLint. |
| 281 | * Dev - Address QIT PHPStan test errors. |
| 282 | * Dev - Address QIT Security test errors. |
| 283 | * Fix - A fatal error could occur when running incompatible versions of WooCommerce. |
| 284 | * Fix - Apple Pay button is now available on Cart and Checkout Block pages. |
| 285 | * Fix - Ensure that the 'Sync stock from Square' and 'Sync inventory' links work properly on the edit product screen. |
| 286 | * Fix - Prevent cancelled Digital Wallet payments from blocking the Checkout form. |
| 287 | |
| 288 | = 4.6.2 - 2024-05-23 = |
| 289 | * Dev - Bump WooCommerce "tested up to" version 8.9. |
| 290 | * Dev - Bump WooCommerce minimum supported version to 8.7. |
| 291 | * Fix - Update the Apple Pay domain verification file. |
| 292 | |
| 293 | = 4.6.1 - 2024-04-10 = |
| 294 | * Fix - Problem with connection to Square warning. |
| 295 | * Update - Refreshed plugin marketing copy in readme file. |
| 296 | * Update - Replace the middleware URL from `connect.woocommerce.com` to `api.woocommerce.com/integrations`. |
| 297 | |
| 298 | = 4.6.0 - 2024-03-27 = |
| 299 | * Add - Support for buying a Square Gift Card using Cash App Pay. |
| 300 | * Add - Support for splitting payments between a Square Gift Card and Cash App Pay. |
| 301 | * Add - Support for the “Charge” and “Authorization” transaction types in the Cash App Pay payment method. |
| 302 | * Dev - Declare compatibility with PHP 8.3. |
| 303 | * Dev - Bump WooCommerce "tested up to" version 8.7. |
| 304 | * Dev - Bump WooCommerce minimum supported version to 8.5 |
| 305 | * Dev - Bump WordPress "tested up to" version 6.5. |
| 306 | * Fix - Ensure a Gift Card is created when the Credit Card transaction type is "Authorization," and "Charge Virtual-Only Orders" is enabled. |
| 307 | * Fix - npm ERR! Missing script: "test:e2e". |
| 308 | * Fix - Issue with Square payment gateway being shown for unsupported currencies. |
| 309 | |
| 310 | = 4.5.2 - 2025-12-10 = |
| 311 | * Security - Resolve CVE-2025-13457 for version 4.5. |
| 312 | |
| 313 | = 4.5.1 - 2024-02-27 = |
| 314 | * Fix - Address the repetitive creation of `wc_square_init_payment_token_migration` actions in the payment token migration process. |
| 315 | * Dev - Bump WooCommerce "tested up to" version 8.6. |
| 316 | * Dev - Bump WooCommerce minimum supported version to 8.4. |
| 317 | |
| 318 | = 4.5.0 - 2024-01-31 = |
| 319 | * Add - Support for the Cash App Pay payment method. |
| 320 | * Dev - Added end-to-end (E2E) tests for the Cash App Pay payment method. |
| 321 | * Dev - Bump WooCommerce "tested up to" version 8.5. |
| 322 | * Dev - Bump WooCommerce minimum supported version to 8.3. |
| 323 | * Dev - Bump WordPress minimum supported version to 6.3. |
| 324 | * Fix - Issue with syncing products that have a description more than 4096 characters. |
| 325 | |
| 326 | = 4.4.2 - 2025-12-10 = |
| 327 | * Security - Resolve CVE-2025-13457 for version 4.4. |
| 328 | |
| 329 | = 4.4.1 - 2024-01-18 = |
| 330 | * Fix - Resolved the issue of double-counted inventory drops when WooPayments is used as the payment processor. |
| 331 | * Dev - Bump WooCommerce "tested up to" version 8.4. |
| 332 | * Dev - Bump WooCommerce minimum supported version to 8.2. |
| 333 | * Dev - Update WordPress "tested up to" version to 6.4.0. |
| 334 | * Dev - Ensure that all end-to-end tests pass. |
| 335 | * Tweak - Updated placement of Express payment buttons (e.g., Apple Pay, Google Pay) on cart and product pages to align with WooCommerce Express payment button standards. |
| 336 | * Remove - Action Scheduler dependency removed as it now comes bundled as part of WooCommerce core. |
| 337 | |
| 338 | = 4.4.0 - 2023-11-30 = |
| 339 | * Fix - Fatal error caused by Digital Wallets when multiple shipping packages exist in a cart. |
| 340 | * Fix - Digital Wallets not rendering on Single Product and Cart pages. |
| 341 | * Fix - Disable Gift Card functionality with Pre-Orders "Charge Upon Release" products. |
| 342 | * Fix - Import value of "Sync with Square" field if it is not set in the CSV. |
| 343 | * Fix - Card name in transaction order notes when order is placed through Block Checkout. |
| 344 | * Dev - Bump WooCommerce "tested up to" version 8.3. |
| 345 | * Dev - Bump WooCommerce minimum supported version to 8.1. |
| 346 | * Dev - Bump WordPress "tested up to" version 6.4. |
| 347 | * Dev - Bump WordPress minimum supported version to 6.2. |
| 348 | * Dev - Add Playwright e2e coverage for Cart Block and Checkout Block. |
| 349 | * Tweak - Admin settings colour to match admin theme colour scheme. |
| 350 | |
| 351 | = 4.3.2 - 2025-12-10 = |
| 352 | * Security - Resolve CVE-2025-13457 for version 4.3. |
| 353 | |
| 354 | = 4.3.1 - 2023-11-06 = |
| 355 | * Fix - Fatal error caused when the Action Scheduler API method `as_has_scheduled_action` is used for migrating payment tokens. |
| 356 | * Fix - Missing payment token and customer ID in subscription orders when HPOS is enabled. |
| 357 | * Fix - Issue with changing payment method for subscriptions when HPOS is enabled. |
| 358 | * Fix - Fatal error when Digital Wallet is enabled and product quantity is 0 or price field is unset. |
| 359 | * Add - Support for submitting custom required fields data via Digital Wallets based checkout. |
| 360 | |
| 361 | = 4.3.0 - 2023-10-25 = |
| 362 | * Add - Support for Digital Wallets on Block-based Cart and Checkout pages. |
| 363 | * Fix - Issue with product import and sync not updating product title and description fields. |
| 364 | * Dev - Add compatibility support for PHP 8.2. |
| 365 | * Dev - Bump WooCommerce "tested up to" version 8.1. |
| 366 | * Dev - Bump WooCommerce minimum supported version to 7.9. |
| 367 | * Dev - Bump woocommerce-sniffs to 1.0.0. |
| 368 | |
| 369 | = 4.2.3 - 2025-12-10 = |
| 370 | * Security - Resolve CVE-2025-13457 for version 4.2. |
| 371 | |
| 372 | = 4.2.2 - 2023-10-11 = |
| 373 | * Dev - Update PHPCS and PHPCompatibility GitHub Actions. |
| 374 | * Tweak - Timing of the Apple Pay domain registration warning message. |
| 375 | |
| 376 | = 4.2.1 - 2023-09-18 = |
| 377 | * Fix - Inventory tracking logic in the Square product import. |
| 378 | * Tweak - Remove redundant code. |
| 379 | * Dev - Bump WooCommerce "tested up to" version 8.0. |
| 380 | * Dev - Bump WooCommerce minimum supported version to 7.8. |
| 381 | * Dev - Bump WordPress "tested up to" version 6.3. |
| 382 | * Dev - Bump WordPress minimum supported version to 6.1. |
| 383 | * Dev - Update JS docblock to indicate moving away from WooCommerce Checkout Block payment integration to Web Payments SDK. |
| 384 | * Dev - Resolve PHPCS errors. |
| 385 | |
| 386 | = 4.2.0 - 2023-08-22 = |
| 387 | * Add - Ability to purchase a new gift card. |
| 388 | * Add - Ability to add funds to an existing gift card. |
| 389 | * Add - Capability to refund a Gift Card order. |
| 390 | * Add - Retry mechanism for RATE LIMIT errors. |
| 391 | * Changed: Removed the gift card beta label. |
| 392 | * Dev - Bump WordPress minimum supported version from 5.8 to 6.0. |
| 393 | * Dev - Bump WooCommerce minimum supported version from 6.8 to 7.7. |
| 394 | * Dev - Bump WooCommerce "tested up to" version from 7.8 to 7.9. |
| 395 | * Dev - Bump Square PHP SDK version from 24.0.0.20221116 to 29.0.0.20230720. |
| 396 | * Fix - Allow guest customer to update billing address for manual order if country is not set. |
| 397 | * Fix - Console error when checkout is performed with empty credit card fields. |
| 398 | * Fix - Block Checkout using saved cards. |
| 399 | * Fix - Auto-disconnection issue due to salt rotation. |
| 400 | * Fix - Issue with displaying limited saved payment methods due to posts_per_page setting. |
| 401 | |
| 402 | = 4.1.0 - 2023-07-31 = |
| 403 | * Add - Support for inventory sync of individual products and variations. |
| 404 | * Add - Inventory sync improvements. |
| 405 | * Fix - Product Add-Ons compatibility with total on single product page. |
| 406 | * Fix - Updated implementation logic of functions to better sanitize input data. |
| 407 | * Tweak - Improve Square credit card payment form initialization on checkout page. |
| 408 | |
| 409 | = 4.0.0 - 2023-07-05 = |
| 410 | * Add - Store Owner details in the `Additional Content` field to the `Sync Complete` and `Access Token` email notifications. |
| 411 | * Dev - Project maintenance automation via GitHub Actions. |
| 412 | * Dev - Refactored logic for how HTML description on product import and sync are handled. |
| 413 | * Dev - Remove WooCommerce copyright from source code. |
| 414 | * Dev - Removed redundant `WP_Job_Batch_Handler` code. |
| 415 | * Dev - Resolve PHP warning caused due to running foreach on `null`. |
| 416 | * Dev - `wc_square_enable_html_description` filter to toggle support for HTML descriptions. |
| 417 | * Fix - Compatibility issue with the Automatic Order Printing extension. |
| 418 | * Fix - Inventory sync for orders placed via other payment gateways using Block based checkout. |
| 419 | * Fix - Inventory sync for stock updates through product editing from Woo store. |
| 420 | * Fix - Issue caused by using correct type while sanitizing payment tokens. |
| 421 | * Fix - Issue that allowed adding non-numeric characters in the "last 4" and "expiry date" fields in the token editor. |
| 422 | * Fix - Issue that caused some simple and variable products to be excluded from sync. |
| 423 | * Fix - Issue that caused the "Sync with Square" checkbox to be unchecked for variable products. |
| 424 | |
| 425 | = 3.9.0 - 2023-06-19 = |
| 426 | * Add - Support for splitting payments between a Square Gift Card and a Credit Card. |
| 427 | * Add - Sync Health Check action to start stuck sync jobs. |
| 428 | * Fix - Hide the "Sync with Square" meta fields when the product type is not simple or variable. |
| 429 | * Fix - Incorrect inventory sync when the inventory is not tracked in Square. |
| 430 | * Fix - Issue with WooCommerce Import CSV not automatically assigning columns when Square is active. |
| 431 | * Fix - Product Images not syncing from Square to WooCommerce. |
| 432 | * Fix - Refresh connection with Square during "UNAUTHORIZED" API error. |
| 433 | * Fix - Update sync interval properly updates the interval of scheduled action. |
| 434 | * Tweak - Added synced products/categories count in the complete step job logs. |
| 435 | * Tweak - Fix PHPCS issues and semgrep warnings. |
| 436 | * Tweak - WC 7.8.0 compatibility. |
| 437 | |
| 438 | = 3.8.3 - 2023-06-06 = |
| 439 | * Fix - Renewals failing due to old payment token transient. |
| 440 | |
| 441 | = 3.8.2 - 2023-05-29 = |
| 442 | * Dev - Fix phpcs warnings to improve code quality. |
| 443 | * Fix - Don't enqueue the Square payment token editor styles and scripts on every WP Admin dashboard. |
| 444 | |
| 445 | = 3.8.1 - 2023-05-08 = |
| 446 | * Fix - Clear token cache when a user creates a new token via their my account page to prevent fatal errors when locating newly added tokens. |
| 447 | * Fix - Newly saved cards not working on checkout for customers have more than 10 saved payment methods across any gateway. |
| 448 | * Fix - Resolved fatal error when processing subscription renewals and pre-order payments caused by undefined function get_last_four(). |
| 449 | |
| 450 | = 3.8.0 - 2023-05-04 = |
| 451 | * Dev - Bump WooCommerce "tested up to" version 7.6. |
| 452 | * Dev - Bump WordPress minimum supported version from 5.6 to 5.8. |
| 453 | * Dev - Ignore false positives for phpcs nonce check. |
| 454 | * Fix - Incorrect inventory value for product import. |
| 455 | * Update - Migrate Payment Tokens from user meta to WC_Payment_Tokens to support card expiry alerts through Automate Woo and also to align with WooCommerce Core. |
| 456 | |
| 457 | = 3.7.1 - 2023-04-21 = |
| 458 | * Add – Show a `Beta` notice in Gift Card settings UI to discourage Production usage. |
| 459 | * Fix - 500 error when trying to use Gift Cards on Production environment. |
| 460 | * Fix - Force-disable beta Gift Card functionality on upgrade to 3.7.1 and show a notice to inform merchant. |
| 461 | |
| 462 | = 3.7.0 - 2023-04-06 = |
| 463 | * Add - Support for Square Gift Cards as single form of payment on an order. |
| 464 | * Dev - Bump WooCommerce minimum supported version from 6.0 to 6.8. |
| 465 | * Fix - Allow update product inventory in quick edit mode if "Sync Inventory" is disabled. |
| 466 | * Fix - Correct documentation link in the error message when `opcache.save_comments` is disabled. |
| 467 | * Fix - Issue with Apple Pay domain registration. |
| 468 | * Fix - Issue with sync caused due to incorrect data type. |
| 469 | * Fix - Modified Order Totals wrongly captured in Square with Authorization. |
| 470 | * Fix - Orders are now captured as per the WooCommerce settings to include/exclude the tax amount in prices. |
| 471 | * Fix - Saved card payment issue in block-based checkout. |
| 472 | * Tweak - WC 7.5.0 compatibility. |
| 473 | * Tweak - WP 6.2.0 compatibility. |
| 474 | |
| 475 | = 3.6.1 - 2023-03-03 = |
| 476 | * Fix - Fatal error on PHP 8 caused while importing products. |
| 477 | |
| 478 | = 3.6.0 - 2023-03-01 = |
| 479 | * Add - Sync interval frequency admin setting. |
| 480 | * Add - UnionPay as an option in Accepted Card Logos. |
| 481 | * Fix - Fix an issue that prevented being able to fetch stock for variations. |
| 482 | * Fix - Fix an issue that caused a subscription renewal failure for manual subscriptions when the customer is changed via admin. |
| 483 | * Fix - URL rendering within admin notices. |
| 484 | |
| 485 | = 3.5.0 - 2023-01-31 = |
| 486 | * Add - Make saving credit cards optional for subscription products. |
| 487 | * Add - Support for Woo to Square sync of variable products with multiple attributes when Woo is set as SOR. |
| 488 | * Add - Attribution for SkyVerge as per GPL 3.0 and clarify GPLv3-or-later as extension license. |
| 489 | * Fix - Auto-renewal issue for guest users when trying to purchase subscription products. |
| 490 | * Fix - Checkout when a country does not have list of states. |
| 491 | * Fix - Display all error messages during Checkout instead only the first one. |
| 492 | * Fix - Error caused due to accessing method on `null` while creating or updating an order. |
| 493 | * Fix - Incorrect inventory value when stock status value is not equal to `IN_STOCK`. |
| 494 | * Fix - Incorrect stock information in Woo during sync when the inventory is not tracked in Square. |
| 495 | * Update - Bump WooCommerce "tested up to" from 7.1 to 7.3. |
| 496 | * Update - Bump WordPress version "tested up to" from 6.0 to 6.1. |
| 497 | * Update - Upgrade Square PHP SDK from 19.0.1.20220512 to 24.0.0.20221116. |
| 498 | * Update - Bump minimum required PHP version from 7.2 to 7.4 due to Square PHP SDK requirement. |
| 499 | |
| 500 | = 3.4.2 - 2022-12-20 = |
| 501 | * Fix - Apple Pay button disabled and infinitely loading. |
| 502 | * Fix - Fatal error "Call to a member function getPayment() on null". |
| 503 | |
| 504 | = 3.4.1 - 2022-12-07 = |
| 505 | * Fix - Check for server opcache.save_comments was restored to the more lenient check used in 3.3.0. |
| 506 | |
| 507 | = 3.4.0 - 2022-12-05 = |
| 508 | * Add - Ability to export the Sync with Square status while exporting products. |
| 509 | * Add - Link to support forum under Sync Setting. |
| 510 | * Dev - Bump NPM version from 6.0.0 to 8.0.0. |
| 511 | * Dev - Bump node version from 12.0.0 to 16.0.0. |
| 512 | * Dev - Remove redundant build-zip npm command. |
| 513 | * Fix - Address issue with Square variation names containing a pipe character. |
| 514 | * Update - Blocks forms on the product, cart and checkout pages when a digital wallet payment is being processed. |
| 515 | * Update - Square PHP SDK to version 19.0.1.20220512. |
| 516 | * Fix - Ensure we show more accurate error messages. |
| 517 | * Fix - Hide variation in WooCommerce when the variation is deleted from Square. |
| 518 | * Fix - Incomplete product import issue when the number of products is very high. |
| 519 | * Fix - Incorrect coupon discount calculation which results into incorrect tax calculation. |
| 520 | * Fix - JS error thrown by Digital Wallets on Cart and Checkout pages due to unsupported product types. |
| 521 | * Fix - Remove unnecessary calls to `getLocation` when doing a manual sync. |
| 522 | * Fix - Set price money based on price overrides for a location. |
| 523 | * Update - Bump minimum supported PHP version to 7.2. |
| 524 | * Update - Bump minimum supported WooCommerce version to 6.0. |
| 525 | * Update - Bump minimum supported WordPress version to 5.6. |
| 526 | * Update - Rename System of Record to Sync Setting. |
| 527 | |
| 528 | = 3.3.0 - 2022-11-07 = |
| 529 | * Add - Adds digital wallet buttons in the Pay for Order page. |
| 530 | * Add - Declare support for High-performance Order Systems ("HPOS"). |
| 531 | * Add - Digital Wallet support for Australia. |
| 532 | * Add - Filter 'wc_square_update_product_set_description' to override product description during update from Square. |
| 533 | * Add - Filter 'wc_square_update_product_set_name' to override product name during update from Square. |
| 534 | * Add - Filter 'wc_square_update_product_set_variation_name' to override variation name during update from Square. |
| 535 | * Add - Support to store transaction ID while using High-performance Order Storage ("HPOS") (formerly known as Custom Order Tables, "COT"). |
| 536 | * Dev - Plugin version constant added to the main file. |
| 537 | * Fix - Broken detailed decline messages after migration to Payments API. |
| 538 | * Fix - Checkout without required state field being empty. |
| 539 | * Fix - Digital wallet errors on Checkout page. |
| 540 | * Fix - Error caused while fetching variation SKU. |
| 541 | * Fix - Failed payment due to 3D secure errors. |
| 542 | * Fix - Fixes variations shown for WooCommerce simple products in Square dashboard. |
| 543 | * Fix - Inability to sync products created in both Square and WooCommerce. |
| 544 | * Fix - Incorrectly set quantity during Product Import. |
| 545 | * Fix - Issue with checkout using digital wallet when company name is required. |
| 546 | * Fix - Issue with stock status during product import when the inventory count is 0. |
| 547 | * Fix - Manage stock value of variation products when the product is not synced with Square. |
| 548 | * Fix - Stock status visibility under inventory for variable products. |
| 549 | * Update - Replaces dynamic strings with string literals. |
| 550 | * Update - WC tested up to 7.1 |
| 551 | |
| 552 | = 3.2.0 - 2022-09-14 = |
| 553 | * Add - Ensure the `via WooCommerce` text can be translated and introduce a new filter to update that text while paying with Apple Pay. |
| 554 | * Add - Missing square_customers table. |
| 555 | * Dev - Remove unnecessary build process files. |
| 556 | * Fix - Add notice when trying to import CSV and product sync is turned on. |
| 557 | * Fix - Invalid object with ID error while syncing variable products with Woo as SOR. |
| 558 | * Fix - Issue where `woocommerce_order_status_refunded` hook previously ran twice after successful refund. |
| 559 | * Fix - Multiple digital wallet buttons shown when quantity is updated. |
| 560 | * Fix - Tax computation error caused by tax ID set to 0. |
| 561 | * Fix - The `Repeated field must have at least one value` error. |
| 562 | * Update - Deprecates the method `get_max_objects_per_batch`. |
| 563 | |
| 564 | = 3.1.0 - 2022-06-09 = |
| 565 | * Fix - Hide shipping options in Google Pay form for virtual products. #800 |
| 566 | * Fix - State-specific tax calculation when using Google Pay. #778 |
| 567 | * Add - Validation that Business Location or SOR is set and Square settings are saved before enabling Import Products button. #463 |
| 568 | |
| 569 | = 3.0.3 - 2022-06-01 = |
| 570 | * Fix - Customer Token Editor wasn't loading for some stores after updating to Square 3.0.0. #799 |
| 571 | * Fix - No such file or directory warnings on case-sensitive filesystems. #799 |
| 572 | * Dev - Bump compatibility to WP 6.0. #812 |
| 573 | |
| 574 | = 3.0.2 - 2022-05-17 = |
| 575 | * Fix - Prevent fatal error caused by stale transient (cached location data from previous Square API). #788 |
| 576 | * Fix - Disable all plugin features if server requirements are not met, to prevent fatal errors. #793 |
| 577 | |
| 578 | = 3.0.1 - 2022-05-09 = |
| 579 | * Fix - Checkout stuck processing when using a card that doesn't require a postal code. #782 |
| 580 | * Dev - Update minimum PHP version requirement to 7.2. #787 |
| 581 | |
| 582 | = 3.0.0 - 2022-05-04 = |
| 583 | * New - Upgrade the payment form on checkout to use the latest Square Web Payments SDK. PR#668 |
| 584 | * Fix - Compatibility issues with WooCommerce 6.1.0. PR#715 |
| 585 | * Fix - Sync issues caused by product variations having an empty SKU and incorrectly being set to the variable product (parent product) SKU value. PR#764 |
| 586 | * Update - Remove admin notice warning of v3.0.0 release. PR#744 |
| 587 | * Dev - Product importing is now handled by Action Scheduler. PR#698 |
| 588 | * Dev - Syncing is now handled by Action Scheduler. PR#699 |
| 589 | * Dev - Manual Sync is now handled by Action Scheduler. PR#710 |
| 590 | * Dev - Upgrade Action Scheduler to 3.4.0. PR#762 |
| 591 | * Dev - Updated Square Connect to Square SDK v 15.0.0. PR#673 PR#670 PR#668 PR#664 PR#659 PR#657 |
| 592 | * Dev - Remove SkyVerge framework. PR#690 PR#689 PR#688 PR#687 PR#684 PR#683 PR#681 PR#678 |
| 593 | |
| 594 | = 2.9.1 - 2022-03-17 = |
| 595 | * Fix - Fatal error while deactivating WooCommerce before WooCommerce Square. |
| 596 | |
| 597 | = 2.9.0 - 2022-02-17 = |
| 598 | * New - Added admin notice about v3 major update. PR#707 |
| 599 | * Fix - Trim spaces from postal code at prefix and suffix positions. PR#654 |
| 600 | |
| 601 | = 2.8.0 - 2022-01-24 = |
| 602 | * New - Add support for Square stores located in Spain. PR#704 |
| 603 | |
| 604 | = 2.7.0 - 2021-11-09 = |
| 605 | * New - `wc_square_beta_country_support_spain` filter to add Spain as a supported country. PR#663 |
| 606 | * Fix - Visibility of digital wallet buttons based on account & privacy settings. PR#652 |
| 607 | |
| 608 | = 2.6.0 - 2021-09-29 = |
| 609 | * New - Add support for Square stores located in France. PR#650 |
| 610 | * Fix - PHP warning when trying to load the Square digital wallet (Apple/Google Pay buttons) on a product page that isn't available for purchase. PR#640 |
| 611 | |
| 612 | = 2.5.3 - 2021-07-23 = |
| 613 | * Fix - Failed orders with error "Square Payment Failed (Status code VALUE_TOO_LOW)" caused by incorrect line item calculations on orders with discounts/coupons (introduced in 2.5.2). PR#635 |
| 614 | |
| 615 | = 2.5.2 - 2021-07-21 = |
| 616 | * Fix - Product and inventory data not being synced due to duplicate/orphaned product metadata in database. PR#625 |
| 617 | * Fix - Bypass SSL verification when checking background job processing eligibility. PR#624 |
| 618 | * Fix - Correctly apply taxes in the Order API request and report accurate percentages. PR#559 |
| 619 | |
| 620 | = 2.5.1 - 2021-05-18 = |
| 621 | * Fix - Pay for Order and Add Payment Method forms sometimes not working when choosing another payment method other than Square. PR#618 |
| 622 | |
| 623 | = 2.5.0 - 2021-05-13 = |
| 624 | * New - Add support for WooCommerce Checkout blocks. PR#604 |
| 625 | * New - Add support for Square stores located in Ireland. PR#609 |
| 626 | * Fix - Improve manual sync performance and reduce stream timeout responses from Square on stores with large catalogs. PR#612 |
| 627 | |
| 628 | = 2.4.1 - 2021-03-30 = |
| 629 | * Fix - Variable products are now properly importing from Square on newer versions of WooCommerce. PR#605 |
| 630 | |
| 631 | = 2.4.0 - 2021-03-23 = |
| 632 | * Fix - Update jQuery 3 deprecated functions. PR#560 |
| 633 | * Fix - Don't display digital wallet buttons when the cart contains a subscription product as Square does not yet support tokenization through digital wallets. PR#597 |
| 634 | * Dev - Replace CoffeeScript with plain JS. PR#560 |
| 635 | |
| 636 | = 2.3.4 - 2021-02-11 = |
| 637 | * Fix - Handle exceptions when loading digital wallet buttons on product pages with no stock or other serviceable issues. PR#591 |
| 638 | |
| 639 | = 2.3.3 - 2021-02-09 = |
| 640 | * Fix - Uncaught PHP error when attempting to setup Apple Pay and Square is not properly connected (i.e. no valid access token found). PR#587 |
| 641 | * Fix - Improve error logging when the request to verify the store's domain with Square/Apple Pay fails. PR#587 |
| 642 | * Fix - Allow variable products to be previewed when Square is active. PR#554 |
| 643 | |
| 644 | = 2.3.2 - 2021-02-04 = |
| 645 | * Fix - PHP error on the My Account > Payment Methods page when saving a new card. PR#585 |
| 646 | |
| 647 | = 2.3.1 - 2021-02-03 = |
| 648 | * Fix - Add the correct variation to the cart when purchasing with Apple Pay and Google Pay from the product page. PR#581 |
| 649 | |
| 650 | = 2.3.0 - 2021-02-02 = |
| 651 | * Feature - Apple Pay and Google Pay support (US, UK and CA stores only). PR#547 |
| 652 | * Fix - Duplicate `idempotency_key` issues caused by order IDs being re-used on the same store URL (i.e. after restoring from a backup). PR#563 |
| 653 | * Fix - Don't import item variations from Square that are not available at your store's business location. PR#562 |
| 654 | * Fix - Restore stock in Square when processing partial refunds (previously was only restoring stock for full refunds). PR#565 |
| 655 | * Fix - Only restore stock if the "Restock refunded items" option is checked when refunding an order. PR#565 |
| 656 | * Fix - Fatal errors during the sync and import process caused by unexpected/invalid Square API responses. PR#500 |
| 657 | * Fix - Sends only one sync complete email per update to products that are synced with Square. PR#552 |
| 658 | * Fix - Allow products with large numbers of categories (600+) to sync to Square when WooCommerce is SOR. PR#568 |
| 659 | * Fix - Database related errors with creating the Square customer's table when first installing Square. PR#558 |
| 660 | * Fix - Allow variable products with valid variations to import when variations with missing skus are present. PR#573 |
| 661 | * Tweak - Update the Customer Profile setting description to make it clear that this setting enables tokenization. PR#576 |
| 662 | |
| 663 | = 2.2.5 - 2020-11-24 = |
| 664 | * Fix - Correctly saves inventory sync time when sync fails so items are re-synced on next attempt. PR#448 |
| 665 | * Fix - Fixes warnings introduced with PHP 8. PR#533 |
| 666 | * Fix - Corrects the plugin support URL. PR#539 |
| 667 | * Fix - Allows imports containing products with variable pricing to complete successfully. PR#540 |
| 668 | * Tweak - Updates assets to reflect WooCommerce color change. PR#544 |
| 669 | |
| 670 | = 2.2.4 - 2020-10-30 = |
| 671 | * Fix - Prevents logging anything if logging is disabled. PR#493 |
| 672 | * Fix - Fixes a bug where products are imported even when it is not available at the store's location. PR#537 |
| 673 | |
| 674 | = 2.2.3 - 2020-10-23 = |
| 675 | * Fix - Display the correct stock quantity amount on all variations when product data is sent to Square. PR#503 |
| 676 | * Fix - Avoid IDEMPOTENCY_KEY_REUSED API errors when syncing product data from WooCommerce to Square by using a more unique API request key. PR#528 |
| 677 | * Fix - Added customer_id to Orders API to link Customers & Transactions on Square Dashboard and Transactions CSV Export. PR#527 |
| 678 | * Fix - Issues with the postal code not matching WooCommerce data while saving cards. PR#501 |
| 679 | * Fix - Prevents the "Send product data to Square" checkbox from being enabled when products and variations contain empty or duplicate SKUs. PR#525 |
| 680 | * Fix - Issues that caused the Square Payment Form to be unclickable on the checkout page. PR#530 |
| 681 | * Fix - Compatibility issues with the Square Payment form and conditional payment gateway extensions. PR#530 |
| 682 | |
| 683 | = 2.2.2 - 2020-09-15 = |
| 684 | * Fix - Don't import a new copy of each product image from Square when updating products during the import process. PR#513 |
| 685 | |
| 686 | = 2.2.1 - 2020-09-11 = |
| 687 | * New - Make the "Update existing products" part of the new import process optional by adding a new checkbox on Import Products modal. PR#508 |
| 688 | * Fix - Stop the import process from getting stuck in a loop when reaching the time limit. PR#511 |
| 689 | * Fix - Don't import/update categories from Square that are attached to products that cannot be found in WooCommerce. PR#511 |
| 690 | * Fix - "idempotency_key must not be greater than 45 length" errors returned by some payment requests on stores using custom order number plugins. PR#507 |
| 691 | |
| 692 | = 2.2.0 - 2020-08-31 = |
| 693 | * Feature - Import new product variations from square to existing products in WooCommerce. PR#475 |
| 694 | * Feature - Variations that are removed from Square will now be removed from products in WooCommerce during import. PR#475 |
| 695 | * Feature - Upgrade to the Square Payments and Refunds API. PR#408 |
| 696 | * Feature - New orders can be refunded up to one year after payment (up from 120 days). PR#408 |
| 697 | * Fix - Only import products from Square that have non-empty SKUs. PR#475 |
| 698 | * Fix - Empty product categories imported from Square into WooCommerce. PR#475 |
| 699 | * Fix - Assign existing products to new categories imported from Square. PR#475 |
| 700 | * Fix - Prevents loading of Square Assets on all pages except My Account -> Payment Methods & Checkout. PR#469 |
| 701 | * Fix - Square Product Import & Product Manual Sync not triggering on mobile browsers. PR#472 |
| 702 | * Fix - 3D Secure Verification Token is missing, Intent mismatch and other checkout errors related to SCA for merchants outside of the EU. PR#471 |
| 703 | * Fix - Updated some of our documentation and support links in admin notices so they no longer redirect to an old URL or a 404 page. PR#474 |
| 704 | * Fix - Use pagination to fetch inventory counts from Square. PR#478 |
| 705 | * Fix - Display WooCommerce checkout validation errors along with Square payment form errors. PR#476 |
| 706 | * Fix - Switching between sandbox and production environments will now show correct business locations. PR#462 |
| 707 | * Fix - Don't wipe a customer's saved cards on when we receive an API error. PR#460 |
| 708 | * Fix - Exclude draft and pending products from syncing from WooCommerce to Square. PR#484 |
| 709 | * Fix - DevTools errors caused by missing minified JS files. |
| 710 | * Fix - PHP errors when syncing large amounts of products (`get_data() on null` and `getCursor() on a string`). PR#497 |
| 711 | |
| 712 | = 2.1.6 - 2020-07-15 = |
| 713 | * Fix - Make the "Sync Now" button disabled when no business location is set in Square settings. |
| 714 | * Fix - Enable checking/unchecking the Manage Stock setting for all variations. |
| 715 | * Fix - Refunding an order paid with another payment gateway will no longer sync inventory with Square when "Do not sync product data" is selected. |
| 716 | * Fix - Imported variation products that are out-of-stock will no longer show on the shop page when "Hide out of stock items from the catalog" is selected. |
| 717 | * Fix - Product images will now sync when Square is in Sandbox mode. |
| 718 | * Fix - Damaged stock adjustments will now sync properly to WooCommerce when multiple stock adjustments are made. |
| 719 | * Fix - Improve performance when manually syncing large amount of stock adjustments from Square (some inventory updates were missing). |
| 720 | * Fix - Quick editing products no longer sets incorrect stock quantities or disables syncing. |
| 721 | * Fix - Existing customer that have been removed from the connected Square account, or can't be found will now be able to save a new card on the checkout. |
| 722 | * Fix - When the System of Record is set to WooCommerce, product images will now properly sync to Square. |
| 723 | * Tweak - Use CSC consistently in all error messages when referring to the Card Security Code. |
| 724 | * Tweak - Change to using WordPress core methods to import/sync images from Square. |
| 725 | |
| 726 | = 2.1.5 - 2020-05-15 = |
| 727 | * Fix - Fatal errors caused by incorrectly fetching locations before plugin init. |
| 728 | * Fix - WordPress database error when creating the Square Customers table on servers using utf8mb4. |
| 729 | |
| 730 | = 2.1.4 - 2020-05-05 = |
| 731 | * Fix - Make sure that Square credit card fields are editable after checkout form refresh. |
| 732 | |
| 733 | = 2.1.3 - 2020-04-30 = |
| 734 | * Fix - Persistent caching of locations to prevent unnecessary refetching and rate limiting. |
| 735 | |
| 736 | = 2.1.2 - 2020-04-29 = |
| 737 | * Fix - INTENT_MISMATCH errors when guest customers save a card and registration is disabled. |
| 738 | * Fix - Improve checkout compatibility with password managers such as 1Password. This also avoids payment for reload on address change. |
| 739 | * Fix - Pass valid address values even if checkout fields are not present. |
| 740 | * Tweak - Sandbox mode can be turned on in the settings, no more need for setting the constant. |
| 741 | * Tweak - Change location URL to refer to our docs. |
| 742 | |
| 743 | = 2.1.1 - 2020-03-23 = |
| 744 | * Fix - Inventory/Stock updates as a result of checkout via PayPal Standard does not reflect on the Square item. |
| 745 | * Fix - Error when trying to save an external product with the modified 'sync with square' value. |
| 746 | * Fix - Move product check on a possibly invalid product out of the try block avoiding potential further errors. |
| 747 | |
| 748 | = 2.1.0 - 2020-02-11 = |
| 749 | * Feature - Add support for SCA (3D Secure 2) |
| 750 | * Fix - Minor fixes to the Sync completed emails |
| 751 | * Tweak - Add email notifications when connection issues are detected |
| 752 | * Fix - Category sync when WooCommerce is the System of Record and there have been changes in Square |
| 753 | |
| 754 | = 2.0.8 - 2019-12-09 = |
| 755 | * Fix - Inventory changes through payments and refunds from other gateways not reflected on Square. |
| 756 | * Fix - Fatal error on versions of WooCommerce before 4.3. |
| 757 | * Fix - Sandbox API calls by passing is_sandbox flag to the Gateway API. |
| 758 | * Fix - Quick edit view when editing a variable product without all variations SKU. |
| 759 | * Fix - Verify if the product can be synced with Square before enabling sync when bulk/quick updating. |
| 760 | * Fix - Disable sync for products that should not be synced after a REST API update. |
| 761 | * Fix - Unable to create products during import. |
| 762 | * Fix - Product inventory sync issue when WooCommerce is set as the Source of Record. |
| 763 | * Fix - Inventory not updated when purchased through another gateway. |
| 764 | * Fix - Category and description data not updated in a sync from Square. |
| 765 | * Fix - Transactions on multiple stores connected to the same Square account would appear to succeed without actually charging the customer. |
| 766 | * Fix - When making multiple partial refunds on the same order, only the first one would work. |
| 767 | * Tweak - Include product ID on failed sync record message. |
| 768 | * Tweak - Remove notices for refresh token when sandbox is enabled. |
| 769 | * Tweak - Prevent refreshing a token token when sandbox is enabled. |
| 770 | |
| 771 | = 2.0.7 - 2019-11-18 = |
| 772 | * Fix - No longer automatically disconnect on unexpected authorization errors |
| 773 | * Fix - Bump compatibility for WooCommerce 3.8 and WordPress 5.3 |
| 774 | * Fix - Correct cents rounding that was causing invalid value errors |
| 775 | * Fix - Fix encrypted token handling |
| 776 | * Fix - No longer call revoke when disconnecting - just disconnect the site |
| 777 | |
| 778 | = 2.0.6 - 2019-11-07 = |
| 779 | * Fix - Access token renewal schedule action duplication. |
| 780 | |
| 781 | = 2.0.5 - 2019-10-16 = |
| 782 | * Fix - Access token renewal by adding support for refresh tokens as per the new Square API |
| 783 | * Fix - Variable pricing import and adding an alert when these type of products are ignored. |
| 784 | * Fix - Line item discounts and other adjustments being ignored. |
| 785 | * Tweak - Add a notice when a refresh token is not present to warn users to re-connect their accounts. |
| 786 | * Feature - Added support for Sandbox accounts. |
| 787 | |
| 788 | = 2.0.4 - 2019-09-03 = |
| 789 | * Fix - Add adjustments to Square order in the event of discrepancy with WooCommerce total |
| 790 | |
| 791 | = 2.0.3 - 2019-08-19 = |
| 792 | * Tweak - Re-introduce the "inventory sync" toggle to allow syncing product data without affecting inventory |
| 793 | * Fix - Adjust v1 upgrades to properly toggle inventory sync when not enabled in v1 |
| 794 | * Fix - Ensure product prices are correctly converted to and from cents regardless of the decimal place setting |
| 795 | * Fix - Don't block the product stock management UI when product sync is disabled |
| 796 | * Fix - Ensure products that have multiple attributes that aren't used for variations can be synced |
| 797 | * Misc - Add support for WooCommerce 3.7 |
| 798 | |
| 799 | = 2.0.2 - 2019-08-13 = |
| 800 | * Tweak – WC 3.7 compatibility. |
| 801 | |
| 802 | = 2.0.1 - 2019-07-23 = |
| 803 | * Fix - Don't display the "unsupported" payment processing admin notice for UK-based merchants |
| 804 | |
| 805 | = 2.0.0 - 2019-07-22 = |
| 806 | * Feature - Support Square customer profiles for saved payment methods |
| 807 | * Feature - Customers can label their saved payment methods for easy identification when choosing how to pay |
| 808 | * Feature - Support enhanced payment form with auto formatting and retina card icons |
| 809 | * Feature - Show detailed decline messages when possible in place of generic errors |
| 810 | * Feature - Add support for WooCommerce Subscriptions |
| 811 | * Feature - Add support for WooCommerce Pre-Orders |
| 812 | * Feature - Orders with only virtual items can force a charge instead of authorization |
| 813 | * Feature - Void authorizations from WooCommerce |
| 814 | * Feature - Itemize Square transactions for improved reporting in Square |
| 815 | * Feature - Add sync records to notify admins of failed product syncs |
| 816 | * Feature - Changed "Synced with Square" option while bulk editing products |
| 817 | * Tweak - Introduce "System of Record" settings to control product data sync |
| 818 | * Tweak - Remove items from Square locations when deleted in WooCommerce (if WC is the system of record) |
| 819 | * Tweak - Allow users to hide WooCommerce products if removed from the linked Square location (if Square is the system of record) |
| 820 | * Tweak - Import images from Square when not set in WooCommerce (if Square is the system of record) |
| 821 | * Tweak - Remove Square postcode field when a postcode can be used from the checkout form |
| 822 | * Fix - Ensure connection tokens are refreshed ahead of expiration |
| 823 | * Fix - Always ensure settings are displayed in multisite |
| 824 | * Fix - Ensure Square prices update WooCommerce regular price, not sale price |
| 825 | * Fix - Remove usages of `$HTTP_RAW_POST_DATA`, which is deprecated |
| 826 | * Fix - Do not allow multiple sync processes to run simultaneously |
| 827 | * Fix - Avoid submitting duplicate orders with Checkout for WC plugin |
| 828 | * Misc - Upgrade to Square Connect v2 APIs |
| 829 | * Misc - Background process product sync for improved scalability |
| 830 | * Misc - Refactor for other miscellaneous fixes and improved reliability |
| 831 | |
| 832 | = 1.0.38 - 2019-07-05 = |
| 833 | * Fix - Re-deploy due to erroneous inclusion of trunk folder |
| 834 | |
| 835 | = 1.0.37 – 2019-04-16 = |
| 836 | * Fix – Use correct assets loading scheme. |
| 837 | |
| 838 | = 1.0.36 – 2019-04-15 = |
| 839 | * Tweak – WC 3.6 compatibility. |
| 840 | |
| 841 | = 1.0.35 - 2019-02-01 = |
| 842 | * Fix - Idempotency key reuse issue when checking out. |
| 843 | |
| 844 | = 1.0.34 - 2018-11-07 = |
| 845 | * Update - Fieldset tag to div tag in payment box to prevent unwanted styling. |
| 846 | * Fix - Provide unique idempotency ID to the order instead of random unique number. |
| 847 | * Update - WP tested up to version 5.0 |
| 848 | |
| 849 | = 1.0.33 - 2018-09-27 = |
| 850 | * Update - WC tested up to version 3.5 |
| 851 | |
| 852 | = 1.0.32 - 2018-08-23 = |
| 853 | * Fix - UK/GB localed does not support Diners/Discover, so do not show these brands on checkout. |
| 854 | |
| 855 | = 1.0.25 = |
| 856 | * Public Release! |
| 857 |