Changeset 3143965
- Timestamp:
- 08/29/2024 09:03:50 PM (19 months ago)
- Location:
- woocommerce-all-currencies/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
woocommerce-all-currencies.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-all-currencies/trunk/readme.txt
r2938956 r3143965 3 3 Tags: woocommerce, currency, currencies, cryptocurrency, cryptocurrencies, woo commerce 4 4 Requires at least: 4.4 5 Tested up to: 6. 26 Stable tag: 2.4. 25 Tested up to: 6.6 6 Stable tag: 2.4.3 7 7 License: GNU General Public License v3.0 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 40 40 41 41 == Changelog == 42 43 = 2.4.3 - 2024-08-29 = 44 * UPDATE: bump tested versions. 42 45 43 46 = 2.4.2 - 2023-07-15 = -
woocommerce-all-currencies/trunk/woocommerce-all-currencies.php
r2938956 r3143965 4 4 Plugin URI: https://wpwham.com/products/all-currencies-for-woocommerce/ 5 5 Description: Add all countries currencies and cryptocurrencies to WooCommerce. 6 Version: 2.4. 26 Version: 2.4.3 7 7 Author: WP Wham 8 8 Author URI: https://wpwham.com 9 9 Text Domain: woocommerce-all-currencies 10 10 Domain 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. 11 Copyright: © 2018-2024 WP Wham. All rights reserved. 14 12 License: GNU General Public License v3.0 15 13 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 39 37 } 40 38 39 add_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 41 45 if ( ! class_exists( 'Alg_WC_All_Currencies' ) ) : 42 46 … … 44 48 * Main Alg_WC_All_Currencies Class 45 49 * 46 * @version 2.4. 250 * @version 2.4.3 47 51 * @class Alg_WC_All_Currencies 48 52 */ … … 60 64 * @since 2.1.0 61 65 */ 62 public $version = '2.4. 2';66 public $version = '2.4.3'; 63 67 64 68 /**
Note: See TracChangeset
for help on using the changeset viewer.