=== Timeline Block ===
Contributors: snehalpancholi
Tags: timeline, history, events, gutenberg, block
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

Gutenberg block rendering a vertical timeline with alternating left/right entries, custom accent colour, and responsive mobile layout.

== Description ==

Timeline Block adds a Gutenberg block for displaying chronological events as a vertical timeline. Each entry contains a date badge, heading, and rich description. Choose alternating, all-left, or all-right layout and set an accent colour for the connector line and markers.

**Features:**
* Add unlimited timeline entries
* Alternating, left-only, or right-only layout modes
* Custom accent colour for markers and date badges
* Responsive: collapses to single-column on mobile
* Dark mode compatible via CSS
* PHP server-side rendering — no JS required on frontend

== Installation ==

1. Upload `timeline-block` to `/wp-content/plugins/`.
2. Activate via the Plugins screen.
3. Insert the **Timeline** block in the editor.
4. Add entries and configure layout in the Inspector Controls.

== Changelog ==

= 1.0.0 =
* Initial release.
