=== Slotify – Appointment Booking System ===

Contributors: habexlabs
Tags: appointment-booking, booking-calendar, staff-scheduling, online-booking, woocommerce
Requires at least: 5.8
Tested up to: 7.0
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Modern appointment booking system with staff scheduling, services, calendar, and WooCommerce payments.

== Description ==

Slotify is a modern appointment booking system for WordPress. It provides staff scheduling, services, a booking calendar, email confirmations, and optional WooCommerce payments.

**Requirements**
* WordPress 5.8 or higher
* PHP 7.4 or higher
* Optional: WooCommerce (for online payment integration)

== Installation ==

1. Upload the `slotify` folder to `/wp-content/plugins/`.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. After activation, the plugin will create the `slotify_appointments` database table (via dbDelta).
4. In the admin sidebar you will see Slotify menu items (Dashboard, Bookings, Calendar, Services, Staff, Settings). Add services and staff, then use the booking shortcode or Bookings page to manage appointments.

== Manual checks after activation ==

* Plugins → Slotify – Appointment Booking System: Activate the plugin.
* Confirm Slotify menu (Dashboard, Bookings, Calendar, Services, Staff, Settings) appears in the admin.
* In your database tool, confirm the table `wp_slotify_appointments` (or `{prefix}slotify_appointments`) exists with the expected columns and indexes.

== Changelog ==

= 1.0.0 =
* Initial release.
* Custom post types: Services, Staff.
* Custom table for appointments (dbDelta on activation).
* Booking engine, calendar, confirmations, and optional WooCommerce payments.
