Plugin Directory

Changeset 3475213


Ignore:
Timestamp:
03/05/2026 07:33:14 AM (4 weeks ago)
Author:
futuriowp
Message:

v2.0.23

Location:
futurio-extra/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • futurio-extra/trunk/futurio-extra.php

    r3470100 r3475213  
    44 * Plugin URI: https://futuriowp.com/
    55 * Description: Extra addon for Futurio Theme
    6  * Version: 2.0.22
     6 * Version: 2.0.23
    77 * Author: FuturioWP
    88 * Author URI: https://futuriowp.com/
  • futurio-extra/trunk/inc/options/storefront.php

    r3450281 r3475213  
    163163        add_action( 'futurio_storefront_cart', 'futurio_extra_cart_text' );
    164164    }
    165     add_action( 'after_setup_theme', 'futurio_extra_header_icons', 0 );
     165    add_action( 'after_setup_theme', 'futurio_extra_header_icons', 20 );
    166166
    167167}
  • futurio-extra/trunk/readme.txt

    r3470100 r3475213  
    55Requires at Least: 4.4
    66Tested Up To: 6.9
    7 Stable tag: 2.0.22
     7Stable tag: 2.0.23
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5959
    6060== Changelog ==
     61
     62= 2.0.23 =
     63* Fixed header cart/account text issue
    6164
    6265= 2.0.22 =
Note: See TracChangeset for help on using the changeset viewer.