=== Quick Booking Widget ===
Contributors: ayeshatariq1
Tags: booking, car rental, reservation, form, widget
Requires at least: 5.6
Tested up to: 6.9
Stable tag: 1.1.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A dark gold car-rental style quick booking widget. Use [qbwdgt_booking] on any page or post.

== Description ==
A dark gold car-rental style quick booking widget.
Use the shortcode [qbwdgt_booking] on any page or post.

== Installation ==
1. Upload the plugin folder to /wp-content/plugins/
2. Activate the plugin via Plugins > Installed Plugins
3. Add shortcode [qbwdgt_booking] to any page or post

== Features ==
* 2-step booking form: Date/Time then Customer Details
* AJAX submission (no page reload)
* Stores bookings in custom database table (wp_quick_bookings)
* Sends admin notification email
* Sends customer confirmation email
* Admin dashboard with summary cards, filters, and AJAX actions

== Shortcode ==
[qbwdgt_booking]

== Frequently Asked Questions ==

= Where do I add the booking form? =
Add the shortcode [qbwdgt_booking] to any page or post.

= Where are bookings stored? =
Bookings are stored in a custom database table (wp_quick_bookings).

== Changelog ==

= 1.1.6 =
* Resolved Plugin Check nonce warnings on admin list query args

= 1.1.5 =
* Fixed admin filter/pagination nonce verification (fail-early CSRF protection)
* Added capability checks and nonces on pagination links
* Hardened AJAX nonce validation across admin handlers

= 1.1.4 =
* Fixed SMTP compatibility checks
* Added missing delete booking AJAX hook
* Improved admin notice behavior
* Fixed shortcode documentation mismatch

= 1.1.3 =
* Improved compatibility with WordPress 6.9

= 1.0.0 =
* Initial release
