Plugin Directory

Changeset 3471130


Ignore:
Timestamp:
02/27/2026 02:10:40 PM (5 weeks ago)
Author:
benitolopez
Message:

Releasing version 2.18.3

Location:
wp-hotelier/trunk
Files:
3 edited

Legend:

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

    r3456416 r3471130  
    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.18.2
     6 * Version:           2.18.3
    77 * Author:            WP Hotelier
    88 * Author URI:        https://wphotelier.com/
     
    3232     * @var string
    3333     */
    34     public $version = '2.18.2';
     34    public $version = '2.18.3';
    3535
    3636    /**
  • wp-hotelier/trunk/includes/htl-extra-functions.php

    r3288448 r3471130  
    66 * @category Core
    77 * @package  Hotelier/Functions
    8  * @version  2.10.0
     8 * @version  2.18.3
    99 */
    1010
     
    3131    // Valid cache found
    3232    if ( false !== $extras_ids ) {
    33         return $extras_ids;
     33        return apply_filters( 'hotelier_get_all_extras_ids', $extras_ids );
    3434    }
    3535
  • wp-hotelier/trunk/readme.txt

    r3456416 r3471130  
    44Requires at least: 4.1
    55Tested up to: 6.9
    6 Stable tag: 2.18.2
     6Stable tag: 2.18.3
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    132132== Changelog ==
    133133
     134= 2.18.3 - 2026-02-27 =
     135* Fixed - Apply hotelier_get_all_extras_ids filter when returning early
     136
    134137= 2.18.2 - 2026-02-08 =
    135138* Fixed - Fix datepicker i18n strings encoding apostrophes as HTML entities
Note: See TracChangeset for help on using the changeset viewer.