Changeset 3239349
- Timestamp:
- 02/12/2025 11:57:57 AM (7 weeks ago)
- Location:
- wp-hotelier/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-hotelier/trunk/hotelier.php
r3145977 r3239349 4 4 * Plugin URI: https://wphotelier.com/?utm_source=wpadmin&utm_medium=plugin&utm_campaign=wphotelierplugin 5 5 * Description: Hotel booking plugin for WordPress. 6 * Version: 2.14. 36 * Version: 2.14.4 7 7 * Author: WP Hotelier 8 8 * Author URI: https://wphotelier.com/ … … 32 32 * @var string 33 33 */ 34 public $version = '2.14. 3';34 public $version = '2.14.4'; 35 35 36 36 /** -
wp-hotelier/trunk/includes/class-htl-reservation.php
r2958683 r3239349 6 6 * @category Class 7 7 * @package Hotelier/Classes 8 * @version 2.1 0.08 * @version 2.14.4 9 9 */ 10 10 … … 1079 1079 if ( $this->has_room_with_deposit() ) { 1080 1080 1081 if ( $this->get_ formatted_paid_deposit() > 0 || $this->requires_capture() ) {1081 if ( $this->get_paid_deposit() > 0 || $this->requires_capture() ) { 1082 1082 1083 1083 $total_rows[ 'paid_deposit' ] = array( -
wp-hotelier/trunk/languages/wp-hotelier.pot
r3142942 r3239349 1 # Copyright (C) 202 4WP Hotelier1 # Copyright (C) 2025 WP Hotelier 2 2 # This file is distributed under the same license as the WP Hotelier package. 3 3 msgid "" -
wp-hotelier/trunk/readme.txt
r3145977 r3239349 3 3 Tags: booking, hotel, booking system, hostel, reservations, reservations, b&b, rooms, wphotelier 4 4 Requires at least: 4.1 5 Tested up to: 6. 66 Stable tag: 2.14. 35 Tested up to: 6.7 6 Stable tag: 2.14.4 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 131 131 == Changelog == 132 132 133 = 2.14.4 - 2025-02-12 = 134 * Fix - Reservation tables not showing correct info for paid deposits. 135 133 136 = 2.14.3 - 2024-09-03 = 134 137 * Fix - Fix selected children info.
Note: See TracChangeset
for help on using the changeset viewer.