Changeset 3471130
- Timestamp:
- 02/27/2026 02:10:40 PM (5 weeks ago)
- Location:
- wp-hotelier/trunk
- Files:
-
- 3 edited
-
hotelier.php (modified) (2 diffs)
-
includes/htl-extra-functions.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-hotelier/trunk/hotelier.php
r3456416 r3471130 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.18. 26 * Version: 2.18.3 7 7 * Author: WP Hotelier 8 8 * Author URI: https://wphotelier.com/ … … 32 32 * @var string 33 33 */ 34 public $version = '2.18. 2';34 public $version = '2.18.3'; 35 35 36 36 /** -
wp-hotelier/trunk/includes/htl-extra-functions.php
r3288448 r3471130 6 6 * @category Core 7 7 * @package Hotelier/Functions 8 * @version 2.1 0.08 * @version 2.18.3 9 9 */ 10 10 … … 31 31 // Valid cache found 32 32 if ( false !== $extras_ids ) { 33 return $extras_ids;33 return apply_filters( 'hotelier_get_all_extras_ids', $extras_ids ); 34 34 } 35 35 -
wp-hotelier/trunk/readme.txt
r3456416 r3471130 4 4 Requires at least: 4.1 5 5 Tested up to: 6.9 6 Stable tag: 2.18. 26 Stable tag: 2.18.3 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 132 132 == Changelog == 133 133 134 = 2.18.3 - 2026-02-27 = 135 * Fixed - Apply hotelier_get_all_extras_ids filter when returning early 136 134 137 = 2.18.2 - 2026-02-08 = 135 138 * Fixed - Fix datepicker i18n strings encoding apostrophes as HTML entities
Note: See TracChangeset
for help on using the changeset viewer.