Changeset 3273488
- Timestamp:
- 04/15/2025 11:43:30 AM (12 months ago)
- Location:
- futurio-extra/trunk
- Files:
-
- 3 edited
-
futurio-extra.php (modified) (1 diff)
-
inc/notify.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
futurio-extra/trunk/futurio-extra.php
r3205680 r3273488 4 4 * Plugin URI: https://futuriowp.com/ 5 5 * Description: Extra addon for Futurio Theme 6 * Version: 2.0.1 76 * Version: 2.0.18 7 7 * Author: FuturioWP 8 8 * Author URI: https://futuriowp.com/ 9 9 * License: GPL-2.0+ 10 * WC requires at least: 3.3.011 * WC tested up to: 9.512 * Elementor tested up to: 3.26.013 10 */ 14 11 // Exit if accessed directly. -
futurio-extra/trunk/inc/notify.php
r3116223 r3273488 24 24 function futurio_extra_admin_notices() { 25 25 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' );} 27 27 28 28 $futurio_extra_errors = futurio_extra_requirements(); -
futurio-extra/trunk/readme.txt
r3205680 r3273488 4 4 Plugin URL: https://futuriowp.com/ 5 5 Requires at Least: 4.4 6 Tested Up To: 6. 77 Stable tag: 2.0.1 76 Tested Up To: 6.8 7 Stable tag: 2.0.18 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.18 = 63 * Tested with WP 6.8 64 * Tested with WooCommerce 9.8 65 * Tested with Elementor 3.28 61 66 62 67 = 2.0.17 =
Note: See TracChangeset
for help on using the changeset viewer.