Plugin Directory

Changeset 2727840


Ignore:
Timestamp:
05/21/2022 05:09:53 PM (4 years ago)
Author:
fida02
Message:

Releasing version 2.4

Location:
tourfic/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tourfic/trunk/admin/options/global/parts/miscellaneous.php

    r2715826 r2727840  
    256256
    257257        array(
    258             'id'         => '',
     258            'id'         => 'css_min',
    259259            'class'    => 'tf-csf-disable tf-csf-pro',
    260260            'type'       => 'switcher',
     
    268268
    269269        array(
    270             'id'         => '',
     270            'id'         => 'js_min',
    271271            'class'    => 'tf-csf-disable tf-csf-pro',
    272272            'type'       => 'switcher',
     
    285285
    286286        array(
    287             'id'         => '',
     287            'id'         => 'ftpr_cdn',
    288288            'class'    => 'tf-csf-disable tf-csf-pro',
    289289            'type'       => 'switcher',
     
    296296
    297297        array(
    298             'id'         => '',
     298            'id'         => 'fnybx_cdn',
    299299            'class'    => 'tf-csf-disable tf-csf-pro',
    300300            'type'       => 'switcher',
     
    307307
    308308        array(
    309             'id'         => '',
     309            'id'         => 'slick_cdn',
    310310            'class'    => 'tf-csf-disable tf-csf-pro',
    311311            'type'       => 'switcher',
     
    318318
    319319        array(
    320             'id'         => '',
     320            'id'         => 'fa_cdn',
    321321            'class'    => 'tf-csf-disable tf-csf-pro',
    322322            'type'       => 'switcher',
  • tourfic/trunk/readme.txt

    r2721914 r2727840  
    44Requires at least: 5.4
    55Tested up to: 5.9.3
    6 Stable tag: 2.3
     6Stable tag: 2.4
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    236236
    237237== Changelog ==
     238
     239= 2.4 - 21/05/2022 =
     240
     241* Critical: Fixed - Global settings were not saving
     242* Updated: Compatibility check with WooCommerce 6.5.1
    238243
    239244= 2.3 - 28/04/2022 =
  • tourfic/trunk/tourfic.php

    r2715826 r2727840  
    88 * Text Domain:     tourfic
    99 * Domain Path:     /lang/
    10  * Version:         2.3
     10 * Version:         2.4
    1111 * Tested up to: 5.9.3
    12  * WC tested up to: 6.4.1
     12 * WC tested up to: 6.5.1
    1313 * Requires PHP: 7.2
    1414 * Elementor tested up to: 3.6.5
     
    9393 */
    9494if ( !defined( 'TOURFIC' ) ) {
    95     define( 'TOURFIC', '2.3' );
     95    define( 'TOURFIC', '2.4' );
    9696}
    9797
Note: See TracChangeset for help on using the changeset viewer.