=== AddonLogic Auto Changelog Page ===
Contributors: snehalpancholi
Tags: changelog, version history, timeline, release notes, 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

Maintain a changelog via a custom post type and render it as a versioned timeline with a [changelog] shortcode.

== Description ==

AddonLogic Auto Changelog Page gives you a dedicated Changelog admin section where each entry has a version number, release date, change-type badges (New / Improved / Fixed / Removed / Security), and a rich-text description. Place the `[changelog]` shortcode on any page to render a clean vertical timeline automatically.

**Features:**

* Custom post type for changelog entries
* Per-entry: version string, release date, change-type badges, rich-text body
* Five badge types with customisable labels and distinct colours
* Vertical timeline layout with responsive design
* Shortcode attributes: count, order, filter by type
* PHP date format setting for release dates
* Dark mode compatible

== Installation ==

1. Upload the `auto-changelog-page/` folder to `/wp-content/plugins/`.
2. Activate via **Plugins → Installed Plugins**.
3. Add entries via **Changelog** in the admin sidebar.
4. Place `[changelog]` on the page where you want the timeline to appear.

== Shortcodes ==

`[changelog]`
Display all published changelog entries in descending version order.

`[changelog count="5"]`
Show only the 5 most recent entries.

`[changelog order="ASC"]`
Display oldest entries first.

`[changelog filter="fixed,security"]`
Show only entries tagged as Fixed or Security.

== Frequently Asked Questions ==

= Can I show changelogs for multiple products? =
The current version uses a single changelog. Add a filter taxonomy if you need multi-product support.

= Does uninstalling remove my entries? =
Yes — uninstalling the plugin deletes all changelog posts and options. Deactivating preserves the data.

== Changelog ==

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.0.0 =
Initial release.
