Plugin Directory

Changeset 3483555


Ignore:
Timestamp:
03/16/2026 08:04:58 AM (2 weeks ago)
Author:
wpwham
Message:

Version 2.16.6 update

Location:
currency-switcher-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • currency-switcher-woocommerce/trunk/currency-switcher-woocommerce.php

    r3477243 r3483555  
    44Plugin URI: https://wpwham.com/products/currency-switcher-for-woocommerce/
    55Description: Currency Switcher for WooCommerce.
    6 Version: 2.16.5
     6Version: 2.16.6
    77Author: WP Wham
    88Author URI: https://wpwham.com
     
    3434
    3535if ( ! defined( 'WPWHAM_CURRENCY_SWITCHER_VERSION' ) ) {
    36     define( 'WPWHAM_CURRENCY_SWITCHER_VERSION', '2.16.5' );
     36    define( 'WPWHAM_CURRENCY_SWITCHER_VERSION', '2.16.6' );
    3737}
    3838if ( ! defined( 'WPWHAM_CURRENCY_SWITCHER_DBVERSION' ) ) {
     
    5656 *
    5757 * @class   Alg_WC_Currency_Switcher
    58  * @version 2.16.5
     58 * @version 2.16.6
    5959 * @since   1.0.0
    6060 */
     
    7070     * @since 1.0.0
    7171     */
    72     public $version = '2.16.5';
     72    public $version = '2.16.6';
    7373
    7474    /**
     
    9898     * Alg_WC_Currency_Switcher Constructor.
    9999     *
    100      * @version 2.16.5
     100     * @version 2.16.6
    101101     * @since   1.0.0
    102102     * @access  public
     
    107107     */
    108108    public function __construct() {
     109       
     110        // Global
     111        add_action( 'init', array( $this, 'includes' ) );
    109112       
    110113        // Include required files
     
    123126        $compatibility = new Alg_Switcher_Third_Party_Compatibility();
    124127        $compatibility->init();
    125        
    126         // Global
    127         add_action( 'init', array( $this, 'includes' ) );
    128128       
    129129        // Admin
  • currency-switcher-woocommerce/trunk/readme.txt

    r3477243 r3483555  
    44Requires at least: 4.4
    55Tested up to: 6.9
    6 Stable tag: 2.16.5
     6Stable tag: 2.16.6
    77License: GNU General Public License v3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    113113
    114114== Changelog ==
     115
     116= 2.16.6 - 2026-03-16 =
     117* FIX: additional currencies not displaying in certain circumstances (107135).
    115118
    116119= 2.16.5 - 2026-03-07 =
Note: See TracChangeset for help on using the changeset viewer.