Plugin Directory

Changeset 3220495


Ignore:
Timestamp:
01/11/2025 12:26:48 AM (13 months ago)
Author:
squarewoosync
Message:

default card type

Location:
squarewoosync
Files:
92 added
5 edited

Legend:

Unmodified
Added
Removed
  • squarewoosync/trunk/includes/Payments/WC_SquareSync_Gateway.php

    r3198659 r3220495  
    201201          'union'     => 'UnionPay',
    202202        ],
    203         'default'     => ['VISA', 'MC', 'AMEX', 'DISC', 'DINERS', 'JCB'],
     203        'default'     => ['visa', 'mastercard', 'amex', 'discover', 'jcb', 'diners', 'union'],
    204204        'description' => 'Hold control and click to select multiple',
    205205
  • squarewoosync/trunk/languages/square-woo-sync.pot

    r3205149 r3220495  
    1 # Copyright (c) 2024 Liam Hillier. All Rights Reserved.
     1# Copyright (c) 2025 Liam Hillier. All Rights Reserved.
    22msgid ""
    33msgstr ""
     
    99"Content-Type: text/plain; charset=UTF-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "POT-Creation-Date: 2024-12-10T10:32:41+11:00\n"
     11"POT-Creation-Date: 2025-01-11T11:21:10+11:00\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"X-Generator: WP-CLI 2.10.0\n"
  • squarewoosync/trunk/readme.txt

    r3205149 r3220495  
    66Tested up to: 6.7
    77Requires PHP: 7.4
    8 Stable tag: 5.0.6
     8Stable tag: 5.0.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3939-   **Real-Time Sync:** Get instant updates for orders, inventory, pricing, customers and all product data.
    4040-   **Auto Order import/Export**    Automatically import your Square orders into WooCommerce and vise-versa
    41 -   **Order status syncing**    Automatically sync your Square order statuses to WooCommerce
     41-   **Order status syncing**    Automatically sync your Square order statuses to WooCommerce and vise-versa
    4242-   **Local Pickup Mapping**    Map your Square local pickup fullfillment method with WooCommerce
    4343-   **Square Modifiers**    Map your Square product modifiers to WooCommerce orders
     
    109109
    110110== Changelog ==
     111= 5.0.7 =
     112* Set Default card type
     113
    111114= 5.0.6 =
    112115* Legacy checkout fix
  • squarewoosync/trunk/squarewoosync.php

    r3205149 r3220495  
    1212 * License URI:     http://www.gnu.org/licenses/gpl-2.0.html
    1313 * Domain Path:     /languages
    14  * Version:         5.0.6
     14 * Version:         5.0.7
    1515 * Requires at least: 5.4
    1616 * Requires PHP:      7.4
     
    2929final class SquareWooSync
    3030{
    31     const VERSION = '5.0.6';
     31    const VERSION = '5.0.7';
    3232    const SLUG = 'squarewoosync';
    3333
  • squarewoosync/trunk/vendor/composer/installed.php

    r3205149 r3220495  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '01134fd98efa7623bce1fffcb15359ff102aaeea',
     6        'reference' => 'dda01ed6f28a0413ad1a368f94306d2122f3affc',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '01134fd98efa7623bce1fffcb15359ff102aaeea',
     16            'reference' => 'dda01ed6f28a0413ad1a368f94306d2122f3affc',
    1717            'type' => 'project',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.