Plugin Directory

Changeset 3388969


Ignore:
Timestamp:
11/03/2025 03:06:32 PM (2 months ago)
Author:
automattic
Message:

Tagging version 1.7.4

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

Legend:

Unmodified
Added
Removed
  • woocommerce-payfast-gateway/tags/1.7.4/changelog.txt

    r3343134 r3388969  
    11*** PayFast Changelog ***
     2
     3= 1.7.4 - 2025-11-03 =
     4* Dev - Bump WooCommerce "tested up to" version 10.3.
     5* Dev - Bump WooCommerce minimum supported version to 10.1.
     6* Dev - Run PHP Compatibility sniffs against production build in GitHub action.
     7* Dev - Updates to our QIT GitHub Action workflow.
     8* Dev - Add new deploy workflow.
    29
    310= 1.7.3 - 2025-08-11 =
  • woocommerce-payfast-gateway/tags/1.7.4/languages/woocommerce-gateway-payfast.pot

    r3343134 r3388969  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce Payfast Gateway 1.7.3\n"
     5"Project-Id-Version: WooCommerce Payfast Gateway 1.7.4\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/woocommerce-gateway-payfast\n"
    8 "POT-Creation-Date: 2025-08-11 20:21:37+00:00\n"
     8"POT-Creation-Date: 2025-11-03 15:06:21+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • woocommerce-payfast-gateway/tags/1.7.4/readme.txt

    r3343134 r3388969  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.7.3
     7Stable tag: 1.7.4
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6767
    6868== Changelog ==
     69
     70= 1.7.4 - 2025-11-03 =
     71* Dev - Bump WooCommerce "tested up to" version 10.3.
     72* Dev - Bump WooCommerce minimum supported version to 10.1.
     73* Dev - Run PHP Compatibility sniffs against production build in GitHub action.
     74* Dev - Updates to our QIT GitHub Action workflow.
     75* Dev - Add new deploy workflow.
    6976
    7077= 1.7.3 - 2025-08-11 =
  • woocommerce-payfast-gateway/tags/1.7.4/woocommerce-gateway-payfast.php

    r3343134 r3388969  
    77 * Author: WooCommerce
    88 * Author URI: https://woocommerce.com/
    9  * Version: 1.7.3
     9 * Version: 1.7.4
    1010 * Requires at least: 6.7
    1111 * Tested up to: 6.8
    12  * WC requires at least: 9.9
    13  * WC tested up to: 10.1
     12 * WC requires at least: 10.1
     13 * WC tested up to: 10.3
    1414 * Requires PHP: 7.4
    15  * PHP tested up to: 8.3
     15 * PHP tested up to: 8.4
    1616 *
    1717 * @package WooCommerce Gateway Payfast
     
    2020defined( 'ABSPATH' ) || exit;
    2121
    22 define( 'WC_GATEWAY_PAYFAST_VERSION', '1.7.3' ); // WRCS: DEFINED_VERSION.
     22define( 'WC_GATEWAY_PAYFAST_VERSION', '1.7.4' ); // WRCS: DEFINED_VERSION.
    2323define( 'WC_GATEWAY_PAYFAST_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
    2424define( 'WC_GATEWAY_PAYFAST_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
  • woocommerce-payfast-gateway/trunk/changelog.txt

    r3343134 r3388969  
    11*** PayFast Changelog ***
     2
     3= 1.7.4 - 2025-11-03 =
     4* Dev - Bump WooCommerce "tested up to" version 10.3.
     5* Dev - Bump WooCommerce minimum supported version to 10.1.
     6* Dev - Run PHP Compatibility sniffs against production build in GitHub action.
     7* Dev - Updates to our QIT GitHub Action workflow.
     8* Dev - Add new deploy workflow.
    29
    310= 1.7.3 - 2025-08-11 =
  • woocommerce-payfast-gateway/trunk/languages/woocommerce-gateway-payfast.pot

    r3343134 r3388969  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce Payfast Gateway 1.7.3\n"
     5"Project-Id-Version: WooCommerce Payfast Gateway 1.7.4\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/woocommerce-gateway-payfast\n"
    8 "POT-Creation-Date: 2025-08-11 20:21:37+00:00\n"
     8"POT-Creation-Date: 2025-11-03 15:06:21+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • woocommerce-payfast-gateway/trunk/readme.txt

    r3343134 r3388969  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.7.3
     7Stable tag: 1.7.4
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6767
    6868== Changelog ==
     69
     70= 1.7.4 - 2025-11-03 =
     71* Dev - Bump WooCommerce "tested up to" version 10.3.
     72* Dev - Bump WooCommerce minimum supported version to 10.1.
     73* Dev - Run PHP Compatibility sniffs against production build in GitHub action.
     74* Dev - Updates to our QIT GitHub Action workflow.
     75* Dev - Add new deploy workflow.
    6976
    7077= 1.7.3 - 2025-08-11 =
  • woocommerce-payfast-gateway/trunk/woocommerce-gateway-payfast.php

    r3343134 r3388969  
    77 * Author: WooCommerce
    88 * Author URI: https://woocommerce.com/
    9  * Version: 1.7.3
     9 * Version: 1.7.4
    1010 * Requires at least: 6.7
    1111 * Tested up to: 6.8
    12  * WC requires at least: 9.9
    13  * WC tested up to: 10.1
     12 * WC requires at least: 10.1
     13 * WC tested up to: 10.3
    1414 * Requires PHP: 7.4
    15  * PHP tested up to: 8.3
     15 * PHP tested up to: 8.4
    1616 *
    1717 * @package WooCommerce Gateway Payfast
     
    2020defined( 'ABSPATH' ) || exit;
    2121
    22 define( 'WC_GATEWAY_PAYFAST_VERSION', '1.7.3' ); // WRCS: DEFINED_VERSION.
     22define( 'WC_GATEWAY_PAYFAST_VERSION', '1.7.4' ); // WRCS: DEFINED_VERSION.
    2323define( 'WC_GATEWAY_PAYFAST_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
    2424define( 'WC_GATEWAY_PAYFAST_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
Note: See TracChangeset for help on using the changeset viewer.