=== AddonLogic Timezone Clock Display ===
Contributors: snehalpancholi
Tags: clock, timezone, world clock, shortcode
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

A [clock] shortcode displaying the current live time in one or more time zones with 12/24-hour format support.

== Description ==

AddonLogic Timezone Clock Display renders live, auto-updating clocks via the browser's built-in `Intl.DateTimeFormat` API — no server polling, no extra requests. Show a single timezone or a multi-zone world clock, in card, inline, or minimal style.

**Key Features:**

* `[clock tz='America/New_York']` — single timezone
* Multiple timezones: `[clock tz='America/New_York,Europe/London,Asia/Kolkata']`
* Custom labels per clock face
* 12-hour and 24-hour format
* Optional seconds display (updates every second)
* Optional date display
* Three display styles: card, inline, minimal
* Three sizes: small, medium, large
* Zero server requests — uses browser Intl API
* Dark mode compatible

== Installation ==

1. Upload the `timezone-clock-display` folder to `/wp-content/plugins/`.
2. Activate the plugin.
3. Add `[clock tz='America/New_York']` to any page or post.

== Changelog ==

= 1.0.0 =
* Initial release.
