Changeset 3483555
- Timestamp:
- 03/16/2026 08:04:58 AM (2 weeks ago)
- Location:
- currency-switcher-woocommerce/trunk
- Files:
-
- 2 edited
-
currency-switcher-woocommerce.php (modified) (7 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
currency-switcher-woocommerce/trunk/currency-switcher-woocommerce.php
r3477243 r3483555 4 4 Plugin URI: https://wpwham.com/products/currency-switcher-for-woocommerce/ 5 5 Description: Currency Switcher for WooCommerce. 6 Version: 2.16. 56 Version: 2.16.6 7 7 Author: WP Wham 8 8 Author URI: https://wpwham.com … … 34 34 35 35 if ( ! defined( 'WPWHAM_CURRENCY_SWITCHER_VERSION' ) ) { 36 define( 'WPWHAM_CURRENCY_SWITCHER_VERSION', '2.16. 5' );36 define( 'WPWHAM_CURRENCY_SWITCHER_VERSION', '2.16.6' ); 37 37 } 38 38 if ( ! defined( 'WPWHAM_CURRENCY_SWITCHER_DBVERSION' ) ) { … … 56 56 * 57 57 * @class Alg_WC_Currency_Switcher 58 * @version 2.16. 558 * @version 2.16.6 59 59 * @since 1.0.0 60 60 */ … … 70 70 * @since 1.0.0 71 71 */ 72 public $version = '2.16. 5';72 public $version = '2.16.6'; 73 73 74 74 /** … … 98 98 * Alg_WC_Currency_Switcher Constructor. 99 99 * 100 * @version 2.16. 5100 * @version 2.16.6 101 101 * @since 1.0.0 102 102 * @access public … … 107 107 */ 108 108 public function __construct() { 109 110 // Global 111 add_action( 'init', array( $this, 'includes' ) ); 109 112 110 113 // Include required files … … 123 126 $compatibility = new Alg_Switcher_Third_Party_Compatibility(); 124 127 $compatibility->init(); 125 126 // Global127 add_action( 'init', array( $this, 'includes' ) );128 128 129 129 // Admin -
currency-switcher-woocommerce/trunk/readme.txt
r3477243 r3483555 4 4 Requires at least: 4.4 5 5 Tested up to: 6.9 6 Stable tag: 2.16. 56 Stable tag: 2.16.6 7 7 License: GNU General Public License v3.0 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 113 113 114 114 == Changelog == 115 116 = 2.16.6 - 2026-03-16 = 117 * FIX: additional currencies not displaying in certain circumstances (107135). 115 118 116 119 = 2.16.5 - 2026-03-07 =
Note: See TracChangeset
for help on using the changeset viewer.