Changeset 3475213
- Timestamp:
- 03/05/2026 07:33:14 AM (4 weeks ago)
- Location:
- futurio-extra/trunk
- Files:
-
- 3 edited
-
futurio-extra.php (modified) (1 diff)
-
inc/options/storefront.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
futurio-extra/trunk/futurio-extra.php
r3470100 r3475213 4 4 * Plugin URI: https://futuriowp.com/ 5 5 * Description: Extra addon for Futurio Theme 6 * Version: 2.0.2 26 * Version: 2.0.23 7 7 * Author: FuturioWP 8 8 * Author URI: https://futuriowp.com/ -
futurio-extra/trunk/inc/options/storefront.php
r3450281 r3475213 163 163 add_action( 'futurio_storefront_cart', 'futurio_extra_cart_text' ); 164 164 } 165 add_action( 'after_setup_theme', 'futurio_extra_header_icons', 0 );165 add_action( 'after_setup_theme', 'futurio_extra_header_icons', 20 ); 166 166 167 167 } -
futurio-extra/trunk/readme.txt
r3470100 r3475213 5 5 Requires at Least: 4.4 6 6 Tested Up To: 6.9 7 Stable tag: 2.0.2 27 Stable tag: 2.0.23 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 59 59 60 60 == Changelog == 61 62 = 2.0.23 = 63 * Fixed header cart/account text issue 61 64 62 65 = 2.0.22 =
Note: See TracChangeset
for help on using the changeset viewer.