Plugin Directory

Changeset 3143965


Ignore:
Timestamp:
08/29/2024 09:03:50 PM (19 months ago)
Author:
wpwham
Message:

Version 2.4.3 update

Location:
woocommerce-all-currencies/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-all-currencies/trunk/readme.txt

    r2938956 r3143965  
    33Tags: woocommerce, currency, currencies, cryptocurrency, cryptocurrencies, woo commerce
    44Requires at least: 4.4
    5 Tested up to: 6.2
    6 Stable tag: 2.4.2
     5Tested up to: 6.6
     6Stable tag: 2.4.3
    77License: GNU General Public License v3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4040
    4141== Changelog ==
     42
     43= 2.4.3 - 2024-08-29 =
     44* UPDATE: bump tested versions.
    4245
    4346= 2.4.2 - 2023-07-15 =
  • woocommerce-all-currencies/trunk/woocommerce-all-currencies.php

    r2938956 r3143965  
    44Plugin URI: https://wpwham.com/products/all-currencies-for-woocommerce/
    55Description: Add all countries currencies and cryptocurrencies to WooCommerce.
    6 Version: 2.4.2
     6Version: 2.4.3
    77Author: WP Wham
    88Author URI: https://wpwham.com
    99Text Domain: woocommerce-all-currencies
    1010Domain Path: /langs
    11 WC requires at least: 3.0
    12 WC tested up to: 7.8
    13 Copyright: © 2018-2023 WP Wham. All rights reserved.
     11Copyright: © 2018-2024 WP Wham. All rights reserved.
    1412License: GNU General Public License v3.0
    1513License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3937}
    4038
     39add_action( 'before_woocommerce_init', function() {
     40    if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
     41        \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
     42    }
     43} );
     44
    4145if ( ! class_exists( 'Alg_WC_All_Currencies' ) ) :
    4246
     
    4448 * Main Alg_WC_All_Currencies Class
    4549 *
    46  * @version 2.4.2
     50 * @version 2.4.3
    4751 * @class   Alg_WC_All_Currencies
    4852 */
     
    6064     * @since 2.1.0
    6165     */
    62     public $version = '2.4.2';
     66    public $version = '2.4.3';
    6367
    6468    /**
Note: See TracChangeset for help on using the changeset viewer.