Plugin Directory

Changeset 3273486


Ignore:
Timestamp:
04/15/2025 11:42:56 AM (12 months ago)
Author:
futuriowp
Message:

v2.0.18

Location:
futurio-extra/tags/2.0.18
Files:
39 copied

Legend:

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

    r3205680 r3273486  
    44 * Plugin URI: https://futuriowp.com/
    55 * Description: Extra addon for Futurio Theme
    6  * Version: 2.0.17
     6 * Version: 2.0.18
    77 * Author: FuturioWP
    88 * Author URI: https://futuriowp.com/
    99 * License: GPL-2.0+
    10  * WC requires at least: 3.3.0
    11  * WC tested up to: 9.5
    12  * Elementor tested up to: 3.26.0
    1310 */
    1411// Exit if accessed directly.
  • futurio-extra/tags/2.0.18/inc/notify.php

    r3116223 r3273486  
    2424function futurio_extra_admin_notices() {
    2525   
    26     if(defined('FUTURIO_PRO_CURRENT_VERSION') && version_compare(FUTURIO_PRO_CURRENT_VERSION, '2.5.3', '<')  )  {add_action('admin_notices',  'futurio_extra_notice_update_pro' );}
     26    if(defined('FUTURIO_PRO_CURRENT_VERSION') && version_compare(FUTURIO_PRO_CURRENT_VERSION, '2.6.1', '<')  )  {add_action('admin_notices',  'futurio_extra_notice_update_pro' );}
    2727
    2828    $futurio_extra_errors = futurio_extra_requirements();
  • futurio-extra/tags/2.0.18/readme.txt

    r3205680 r3273486  
    44Plugin URL: https://futuriowp.com/
    55Requires at Least: 4.4
    6 Tested Up To: 6.7
    7 Stable tag: 2.0.17
     6Tested Up To: 6.8
     7Stable tag: 2.0.18
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5959
    6060== Changelog ==
     61
     62= 2.0.18 =
     63* Tested with WP 6.8
     64* Tested with WooCommerce 9.8
     65* Tested with Elementor 3.28
    6166
    6267= 2.0.17 =
Note: See TracChangeset for help on using the changeset viewer.