Plugin Directory

Changeset 3218278


Ignore:
Timestamp:
01/07/2025 11:06:22 AM (12 months ago)
Author:
nicdark
Message:

edit files for version 3.6

Location:
nd-booking/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • nd-booking/trunk/inc/shortcodes/nd_booking_search_result.php

    r2745778 r3218278  
    622622        while ( $the_query->have_posts() ) : $the_query->the_post();
    623623
    624             $nd_booking_layout_selected = dirname( __FILE__ ).'/include/search-results/nd_booking_post_preview-'.$nd_booking_search_filter_layout.'.php';
     624            #$nd_booking_layout_selected = dirname( __FILE__ ).'/include/search-results/nd_booking_post_preview-'.$nd_booking_search_filter_layout.'.php';
     625            $nd_booking_layout_selected = dirname( __FILE__ ).'/include/search-results/nd_booking_post_preview-1.php';
    625626            include realpath($nd_booking_layout_selected);
    626627
  • nd-booking/trunk/nd-booking.php

    r3130956 r3218278  
    33Plugin Name:       Hotel Booking
    44Description:       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.5
     5Version:           3.6
    66Plugin URI:        https://nicdark.com
    77Author:            Nicdark
  • nd-booking/trunk/readme.txt

    r3130956 r3218278  
    44Requires at least: 4.5
    55Tested up to: 6.6
    6 Stable tag: 3.5
     6Stable tag: 3.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2020
    2121== Changelog ==
     22
     23= 3.6 =
     24* fixed Local File Inclusion on search shortcode
    2225
    2326= 3.5 =
Note: See TracChangeset for help on using the changeset viewer.