Plugin Directory

Changeset 3239349


Ignore:
Timestamp:
02/12/2025 11:57:57 AM (7 weeks ago)
Author:
benitolopez
Message:

Releasing verion 2.14.4

Location:
wp-hotelier/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-hotelier/trunk/hotelier.php

    r3145977 r3239349  
    44 * Plugin URI:        https://wphotelier.com/?utm_source=wpadmin&utm_medium=plugin&utm_campaign=wphotelierplugin
    55 * Description:       Hotel booking plugin for WordPress.
    6  * Version:           2.14.3
     6 * Version:           2.14.4
    77 * Author:            WP Hotelier
    88 * Author URI:        https://wphotelier.com/
     
    3232     * @var string
    3333     */
    34     public $version = '2.14.3';
     34    public $version = '2.14.4';
    3535
    3636    /**
  • wp-hotelier/trunk/includes/class-htl-reservation.php

    r2958683 r3239349  
    66 * @category Class
    77 * @package  Hotelier/Classes
    8  * @version  2.10.0
     8 * @version  2.14.4
    99 */
    1010
     
    10791079        if ( $this->has_room_with_deposit() ) {
    10801080
    1081             if ( $this->get_formatted_paid_deposit() > 0 || $this->requires_capture() ) {
     1081            if ( $this->get_paid_deposit() > 0 || $this->requires_capture() ) {
    10821082
    10831083                $total_rows[ 'paid_deposit' ] = array(
  • wp-hotelier/trunk/languages/wp-hotelier.pot

    r3142942 r3239349  
    1 # Copyright (C) 2024 WP Hotelier
     1# Copyright (C) 2025 WP Hotelier
    22# This file is distributed under the same license as the WP Hotelier package.
    33msgid ""
  • wp-hotelier/trunk/readme.txt

    r3145977 r3239349  
    33Tags: booking, hotel, booking system, hostel, reservations, reservations, b&b, rooms, wphotelier
    44Requires at least: 4.1
    5 Tested up to: 6.6
    6 Stable tag: 2.14.3
     5Tested up to: 6.7
     6Stable tag: 2.14.4
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    131131== Changelog ==
    132132
     133= 2.14.4 - 2025-02-12 =
     134* Fix - Reservation tables not showing correct info for paid deposits.
     135
    133136= 2.14.3 - 2024-09-03 =
    134137* Fix - Fix selected children info.
Note: See TracChangeset for help on using the changeset viewer.