Skip to content

Commit

Permalink
Merge pull request #203 from Themefic-Team/staging
Browse files Browse the repository at this point in the history
== 2.15.6 – 28 December 2024 ==
  • Loading branch information
Ashik384 authored Dec 28, 2024
2 parents dcc56ea + a07d5c4 commit 16e5977
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 8 deletions.
Binary file modified assets/admin/images/template/default-apartment.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/admin/images/template/default-hotel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/admin/images/template/default-tour.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/admin/images/template/design1-apartment.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/admin/images/template/design1-hotel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/admin/images/template/design1-tour.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/admin/images/template/design2-hotel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/admin/images/template/design2-tour.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/admin/images/template/hotel-archive-design1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/admin/images/template/hotel-archive-design2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/admin/images/template/tour-archive-design-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/admin/images/template/tour-archive-design-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion inc/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ function tf_remove_order_ids_from_room() {
echo '
<div class="csf-title">
<h4>' . esc_html__( "Reset Room Availability", "tourfic" ) . '</h4>
<div class="csf-subtitle-text">' . esc_html__( "Remove order ids linked with this room.<br><b style='color: red;'>Be aware! It is irreversible!</b>", "tourfic" ) . '</div>
<div class="csf-subtitle-text">' . wp_kses_post( "Remove order ids linked with this room.<br><b style='color: red;'>Be aware! It is irreversible!</b>" ) . '</div>
</div>
<div class="csf-fieldset">
<button type="button" class="button button-large tf-order-remove remove-order-ids">' . esc_html__( "Reset", "tourfic" ) . '</button>
Expand Down
14 changes: 8 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -347,20 +347,22 @@ We provide full support on the WordPress.org forums. In addition, please feel fr
21. Email Piping (Pro)
22. Car Rental Service
23. Sync Booking with Google Calendar(Pro)
24. Map Template(Pro)

== Changelog ==

== 2.15.6 – 26 December 2024 ==
== 2.15.6 – 28 December 2024 ==

- Introduced: New archive templates with map view for Hotel, Tour, and Apartment.
- Added: Map view widget added for all templates.
- Fixed: Room availability issue resolved.
- Compatibility: WPML compatibility added for setting fields.
- Introduced: New archive and Search templates with map view for Hotel, Tour, and Apartment.
- Introduced: Map view widget added for all templates.
- Improved: New design (design-4) introduced for the search form shortcode.
- Improved: Added card preloader in the Frontend Dashboard (Pro).
- Improved: Updated license information label.
- Fixed: Location selection issue resolved in the Frontend Dashboard (Pro).
- Fixed: Room block issue resolved.
- Improved: Updated license information text.
- Fixed: Fixed FAQ display issue for hotels.
- Fixed: Room availability issue resolved.
- Compatibility: WPML compatibility added for setting fields.

= 2.15.5 - 17 December 2024 =

Expand Down
2 changes: 1 addition & 1 deletion tourfic.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ final class Tourfic {
protected static $_instance = null;

/**
* Main Tourfic Instance.
* Main Tourfic Instance.
*
* Ensures only one instance of Tourfic is loaded or can be loaded.
*
Expand Down

0 comments on commit 16e5977

Please sign in to comment.