Plugin Directory

Changeset 3238315


Ignore:
Timestamp:
02/11/2025 06:27:12 AM (14 months ago)
Author:
avi.megladon
Message:

Bug fixes

Location:
wp-easy-booking
Files:
97 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-easy-booking/trunk/booking.php

    r3084990 r3238315  
    44Plugin URI: https://wordpress.org/plugins/wp-easy-booking/
    55Description: This is a schedule booking plugin. Use this plugin as a complete booking solution for your site. Create Locations, Add Schedules to the locations, Let customers book for schedules. Manage bookings from admin panel.
    6 Version: 2.4.5
     6Version: 2.4.6
    77Author: aviplugins.com
    88Text Domain: wp-easy-booking
     
    100100    {}
    101101}
    102 register_activation_hook(__FILE__, array('WP_Booking_Install', 'wpb_install'));
    103 register_deactivation_hook(__FILE__, array('WP_Booking_Install', 'wpb_uninstall'));
     102register_activation_hook(__FILE__, ['WP_Booking_Install', 'wpb_install']);
     103register_deactivation_hook(__FILE__, ['WP_Booking_Install', 'wpb_uninstall']);
    104104
    105105add_action('plugins_loaded', 'wp_booking_text_domain');
  • wp-easy-booking/trunk/readme.txt

    r3084990 r3238315  
    22Contributors: avimegladon
    33Donate link: https://www.aviplugins.com/donate/
    4 Tags: wp booking, booking, event, event book, event booking, appointment, appointment booking, wordpress, wordpress appointment, schedule, schedule booking, booking calendar, event calender, schedule calendar
     4Tags: booking, event, appointment, schedule, calendar
    55Requires at least: 2.0.3
    6 Tested up to: 6.5.3
    7 Stable tag: 2.4.5
     6Tested up to: 6.7.1
     7Stable tag: 2.4.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7575
    7676== Changelog ==
     77
     78= 2.4.6 =
     79* Bug fixes and improvements.
    7780
    7881= 2.4.5 =
Note: See TracChangeset for help on using the changeset viewer.