💥 TRENDING: Changeset/ - Uncensored 2025

Changeset 3045964


Ignore:
Timestamp:
03/05/2024 10:03:31 PM (22 months ago)
Author:
nicdark
Message:

edit files for version 2.0

Location:
nd-restaurant-reservations/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • nd-restaurant-reservations/trunk/addons/visual/search/index.php

    r2731845 r3045964  
    4949  //check with realpath
    5050  $nd_rst_layout_selected = dirname( __FILE__ ).'/layout/'.$nd_rst_layout.'.php';
    51   include realpath($nd_rst_layout_selected);
     51 
     52  //check layout for v 2.0
     53  $nd_rst_layout_count = strlen($nd_rst_layout);
     54  if ( str_contains( $nd_rst_layout, 'layout-') AND $nd_rst_layout_count == 8 ) { include realpath($nd_rst_layout_selected); }
     55
    5256
    5357  return apply_filters('uds_shortcode_out_filter', $str);
  • nd-restaurant-reservations/trunk/nd-restaurant-reservations.php

    r2980579 r3045964  
    33Plugin Name:       Restaurant Reservations
    44Description:       The plugin is used to manage your restaurant reservations. 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:           1.9
     5Version:           2.0
    66Plugin URI:        https://nicdark.com
    77Author:            Nicdark
  • nd-restaurant-reservations/trunk/readme.txt

    r2980579 r3045964  
    44Requires at least: 4.5
    55Tested up to: 6.3
    6 Stable tag: 1.9
     6Stable tag: 2.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5252== Changelog ==
    5353
     54= 2.0 =
     55* Improved plugin security on addons/visual/search/index.php
     56
    5457= 1.9 =
    5558* Added Data Sanitization/Escaping variables
    56 
    5759
    5860= 1.8 =
Note: See TracChangeset for help on using the changeset viewer.