Plugin Directory

Changeset 3039127

Timestamp:
02/21/2024 10:59:51 AM (5 months ago)
Author:
BedBooking
Message:

php file fix

Location:
bedbooking-reservation-system/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bedbooking-reservation-system/trunk/bed-booking.php

    r3038618 r3039127  
    1414 * @wordpress-plugin
    1515 * Plugin Name:       BedBooking - Reservation System and Booking Calendar
    16  * Plugin URI:        https://wordpress.org/plugins/bedbooking-reservation-system/
    1716 * Description:       BedBooking is the most modern tool that allows your phone, tablet or computer to become your mobile Booking Calendar. The Reservation System will allow you to sell your accommodation directly over the Internet.
    18  * Version:           1.0.2
     17 * Version:           1.0.
    1918 * Author:            BedBooking
    20  * Update URI:        https://example.com/my-plugin/
    2119 * Requires at least: 5.2
    2220 * Requires PHP:      7.3
    ��  
    2725 */
    2826
    29 // If this file is called directly, abort.
    30 if ( ! defined( 'WPINC' ) ) {
    31     die;
    32 }
     27defined( 'ABSPATH' ) || exit;
    3328// Define environment variables
    3429define('BEDBOOKING_LOGIN_URL', 'https://app.bed-booking.com/login');
  • bedbooking-reservation-system/trunk/readme.txt

    r3038986 r3039127  
    55Requires at least: 5.2
    66Tested up to: 6.4.3
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.
    88Requires PHP: 7.3
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.