Plugin Directory

Changeset 2533058

Timestamp:
05/17/2021 01:47:16 PM (3 years ago)
Author:
woothemes
Message:

Tagging version 3.2.1

Location:
woocommerce-gateway-eway
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woocommerce-gateway-eway/tags/3.2.1/changelog.txt

    r2531558 r2533058  
    11*** WooCommerce eWAY Gateway Changelog ***
     2
     3
     4
    25
    36= 3.2.0 - 2021-05-13 =
  • woocommerce-gateway-eway/tags/3.2.1/includes/class-wc-gateway-eway-blocks-support.php

    r2531558 r2533058  
    6363                    esc_html__( '%1$s/%2$s', 'wc-eway' ),
    6464                    $saved_card['exp_month'],
    65                     $saved_card['exp_year'],
     65                    $saved_card['exp_year']
    6666                ),
    6767                'is_default' => false,
  • woocommerce-gateway-eway/tags/3.2.1/readme.txt

    r2531558 r2533058  
    44Requires at least: 4.4
    55Tested up to: 5.7
    6 Stable tag: 3.2.0
     6Stable tag: 3.2.
    77Requires PHP: 5.6
    88License: GPLv3
     
    8484== Changelog ==
    8585
     86
     87
     88
    8689= 3.2.0 - 2021-05-13 =
    8790* New - Add support for Cart and Checkout blocks.
  • woocommerce-gateway-eway/tags/3.2.1/woocommerce-gateway-eway.php

    r2531558 r2533058  
    66 * Author: WooCommerce
    77 * Author URI: https://woocommerce.com/
    8  * Version: 3.2.0
     8 * Version: 3.2.
    99 * Text Domain: wc-eway
    1010 * Domain Path: /languages
     
    2222}
    2323
    24 define( 'WOOCOMMERCE_GATEWAY_EWAY_VERSION', '3.2.0' ); // WRCS: DEFINED_VERSION.
     24define( 'WOOCOMMERCE_GATEWAY_EWAY_VERSION', '3.2.' ); // WRCS: DEFINED_VERSION.
    2525define( 'WOOCOMMERCE_GATEWAY_EWAY_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
    2626define( 'WOOCOMMERCE_GATEWAY_EWAY_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
  • woocommerce-gateway-eway/trunk/changelog.txt

    r2531558 r2533058  
    11*** WooCommerce eWAY Gateway Changelog ***
     2
     3
     4
    25
    36= 3.2.0 - 2021-05-13 =
  • woocommerce-gateway-eway/trunk/includes/class-wc-gateway-eway-blocks-support.php

    r2531558 r2533058  
    6363                    esc_html__( '%1$s/%2$s', 'wc-eway' ),
    6464                    $saved_card['exp_month'],
    65                     $saved_card['exp_year'],
     65                    $saved_card['exp_year']
    6666                ),
    6767                'is_default' => false,
  • woocommerce-gateway-eway/trunk/readme.txt

    r2531558 r2533058  
    44Requires at least: 4.4
    55Tested up to: 5.7
    6 Stable tag: 3.2.0
     6Stable tag: 3.2.
    77Requires PHP: 5.6
    88License: GPLv3
     
    8484== Changelog ==
    8585
     86
     87
     88
    8689= 3.2.0 - 2021-05-13 =
    8790* New - Add support for Cart and Checkout blocks.
  • woocommerce-gateway-eway/trunk/woocommerce-gateway-eway.php

    r2531558 r2533058  
    66 * Author: WooCommerce
    77 * Author URI: https://woocommerce.com/
    8  * Version: 3.2.0
     8 * Version: 3.2.
    99 * Text Domain: wc-eway
    1010 * Domain Path: /languages
     
    2222}
    2323
    24 define( 'WOOCOMMERCE_GATEWAY_EWAY_VERSION', '3.2.0' ); // WRCS: DEFINED_VERSION.
     24define( 'WOOCOMMERCE_GATEWAY_EWAY_VERSION', '3.2.' ); // WRCS: DEFINED_VERSION.
    2525define( 'WOOCOMMERCE_GATEWAY_EWAY_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
    2626define( 'WOOCOMMERCE_GATEWAY_EWAY_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
Note: See TracChangeset for help on using the changeset viewer.