Plugin Directory

Changeset 3205679


Ignore:
Timestamp:
12/10/2024 01:31:38 PM (16 months ago)
Author:
futuriowp
Message:

v2.0.17

Location:
futurio-extra/tags/2.0.17
Files:
1 edited
38 copied

Legend:

Unmodified
Added
Removed
  • futurio-extra/tags/2.0.17/futurio-extra.php

    r3202267 r3205679  
    44 * Plugin URI: https://futuriowp.com/
    55 * Description: Extra addon for Futurio Theme
    6  * Version: 2.0.16
     6 * Version: 2.0.17
    77 * Author: FuturioWP
    88 * Author URI: https://futuriowp.com/
     
    5252require_once( plugin_dir_path(__FILE__) . 'inc/notify.php' );
    5353
    54 add_action('plugins_loaded', 'futurio_extra_load_textdomain');
     54add_action('init', 'futurio_extra_load_textdomain');
    5555
    5656function futurio_extra_load_textdomain() {
  • futurio-extra/tags/2.0.17/inc/framework/kirki-packages/l10n/src/L10n.php

    r2976979 r3205679  
    6060        $this->languages_path = $languages_path;
    6161        // This will only work if we're inside a plugin.
    62         add_action( 'plugins_loaded', [ $this, 'load_textdomain' ] );
     62        add_action( 'init', [ $this, 'load_textdomain' ] );
    6363
    6464        // If we got this far, then Kirki is embedded in a plugin.
  • futurio-extra/tags/2.0.17/readme.txt

    r3202267 r3205679  
    55Requires at Least: 4.4
    66Tested Up To: 6.7
    7 Stable tag: 2.0.16
     7Stable tag: 2.0.17
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5959
    6060== Changelog ==
     61
     62= 2.0.17 =
     63* Fixed _load_textdomain_just_in_time issue
     64* Tested with WooCommerce 9.5
    6165
    6266= 2.0.16 =
Note: See TracChangeset for help on using the changeset viewer.