Changeset 3280676
- Timestamp:
- 04/24/2025 08:04:53 AM (8 months ago)
- Location:
- nd-booking/trunk
- Files:
-
- 3 edited
-
addons/shortcodes/rooms/index.php (modified) (1 diff)
-
nd-booking.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nd-booking/trunk/addons/shortcodes/rooms/index.php
r2745778 r3280676 36 36 //get the layout selected 37 37 $nd_booking_layout_selected = dirname( __FILE__ ).'/layout/'.$nd_booking_ss_rooms_layout.'.php'; 38 include realpath($nd_booking_layout_selected); 38 39 if ( str_contains( $nd_booking_layout_selected, '/wp-content/plugins/nd-booking/addons/shortcodes/rooms/layout/layout-1.php') ) { 40 include realpath($nd_booking_layout_selected); 41 } 42 43 if ( str_contains( $nd_booking_layout_selected, '/wp-content/plugins/nd-booking/addons/shortcodes/rooms/layout/layout-2.php') ) { 44 include realpath($nd_booking_layout_selected); 45 } 39 46 40 47 wp_reset_postdata(); -
nd-booking/trunk/nd-booking.php
r3218278 r3280676 3 3 Plugin Name: Hotel Booking 4 4 Description: The plugin is used to manage your booking. To get started: 1) Click the "Activate" link to the left of this description. 2) Follow the documentation for installation for use the plugin in the better way. 5 Version: 3. 65 Version: 3.7 6 6 Plugin URI: https://nicdark.com 7 7 Author: Nicdark -
nd-booking/trunk/readme.txt
r3218278 r3280676 3 3 Tags: booking, hotel, travel, book 4 4 Requires at least: 4.5 5 Tested up to: 6. 66 Stable tag: 3. 65 Tested up to: 6.8 6 Stable tag: 3.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 20 20 21 21 == Changelog == 22 23 = 3.7 = 24 * fixed Local File Inclusion on nd_booking_ss_rooms shortcode 22 25 23 26 = 3.6 =
Note: See TracChangeset
for help on using the changeset viewer.