Plugin Directory

Changeset 3361282


Ignore:
Timestamp:
09/14/2025 02:22:22 PM (7 months ago)
Author:
mdashikul
Message:

Update 2.17.3

Location:
tourfic/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tourfic/trunk/inc/Admin/TF_Setup_Wizard.php

    r3354901 r3361282  
    14051405
    14061406        //skip steps
    1407         $skip_steps = isset( $_POST['tf-skip-steps'] )
    1408         ? array_map( 'sanitize_text_field', (array) wp_unslash( $_POST['tf-skip-steps'] ) )
    1409         : [];
    1410 
     1407        $skip_steps = isset( $_POST['tf-skip-steps'] ) ? $_POST['tf-skip-steps'] : [];
    14111408        $skip_steps = explode( ',', $skip_steps );
    14121409
  • tourfic/trunk/readme.txt

    r3360597 r3361282  
    44Requires at least: 5.4
    55Tested up to: 6.8
    6 Stable tag: 2.17.2
     6Stable tag: 2.17.3
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    405405== Changelog ==
    406406
     407= 2.17.3 – September 14, 2025 =
     408
     409- Fixed: Quick setup button issue.
     410- Improved: Plugin system stability.
     411
    407412= 2.17.2 – September 12, 2025 =
    408413
     
    410415- Improved: Plugin system stability.
    411416
    412 = 2.17.1 – September 03, 2025 =
    413 
    414 - Fixed: Issue with selecting tour extras has been resolved.
    415 - Fixed: Issue with updating tour extra quantities has been resolved.
    416 - Fixed: Design issue on the hotel single page has been resolved.
    417 
    418 = 2.17.0 – September 03, 2025 =
    419 
    420 - Addressed plugin review feedback.
    421 - Improved security and code quality.
    422 - Updated readme.txt info.
    423 - Performance and stability improvements.
    424 
    425417**Old Changelog can be found [here](https://themefic.com/tourfic/changelog/)**.
    426418
  • tourfic/trunk/tourfic.php

    r3360597 r3361282  
    88 * Text Domain:     tourfic
    99 * Domain Path:     /lang/
    10  * Version:         2.17.2
     10 * Version:         2.17.3
    1111 * Tested up to:    6.8
    1212 * WC tested up to: 10.0
     
    2828     */
    2929
    30     const VERSION = '2.17.2';
     30    const VERSION = '2.17.3';
    3131
    3232    /**
Note: See TracChangeset for help on using the changeset viewer.