=== AddonLogic Business Hours Display ===
Contributors: snehalpancholi
Tags: business hours, opening hours, schedule, shortcode, open closed
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Show weekly business hours and a real-time open/closed status badge using a shortcode.

== Description ==

AddonLogic Business Hours Display lets you configure a weekly schedule and display it on any page with [business_hours]. The plugin shows an animated open/closed badge based on the current day and time in your chosen timezone. Today's row is automatically highlighted.

Features:
* Admin page to set open/close times for each day of the week
* Mark individual days as "Closed"
* Real-time Open Now / Closed status badge with pulsing dot
* Customisable timezone (independent of WordPress setting)
* 12-hour or 24-hour time format
* Highlight today's row automatically
* Card style variant via shortcode attribute
* Dark mode support

== Installation ==

1. Upload `business-hours-display` to `/wp-content/plugins/`.
2. Activate the plugin.
3. Go to Settings > Business Hours and configure your schedule.
4. Add `[business_hours]` to any post or page.

== Shortcode ==

[business_hours]
[business_hours show_status="0"]
[business_hours style="card"]

== Changelog ==

= 1.0.0 =
* Initial release.
