Changeset 3361282
- Timestamp:
- 09/14/2025 02:22:22 PM (7 months ago)
- Location:
- tourfic/trunk
- Files:
-
- 3 edited
-
inc/Admin/TF_Setup_Wizard.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
tourfic.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tourfic/trunk/inc/Admin/TF_Setup_Wizard.php
r3354901 r3361282 1405 1405 1406 1406 //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'] : []; 1411 1408 $skip_steps = explode( ',', $skip_steps ); 1412 1409 -
tourfic/trunk/readme.txt
r3360597 r3361282 4 4 Requires at least: 5.4 5 5 Tested up to: 6.8 6 Stable tag: 2.17. 26 Stable tag: 2.17.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 405 405 == Changelog == 406 406 407 = 2.17.3 – September 14, 2025 = 408 409 - Fixed: Quick setup button issue. 410 - Improved: Plugin system stability. 411 407 412 = 2.17.2 – September 12, 2025 = 408 413 … … 410 415 - Improved: Plugin system stability. 411 416 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 425 417 **Old Changelog can be found [here](https://themefic.com/tourfic/changelog/)**. 426 418 -
tourfic/trunk/tourfic.php
r3360597 r3361282 8 8 * Text Domain: tourfic 9 9 * Domain Path: /lang/ 10 * Version: 2.17. 210 * Version: 2.17.3 11 11 * Tested up to: 6.8 12 12 * WC tested up to: 10.0 … … 28 28 */ 29 29 30 const VERSION = '2.17. 2';30 const VERSION = '2.17.3'; 31 31 32 32 /**
Note: See TracChangeset
for help on using the changeset viewer.