# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0] - 2026-03-19

### Added
- **Native ACF Block Export**: Extract structured ACF field data natively stored inside Gutenberg blocks.
- **WP-CLI Support**: Run exports directly from the terminal via the new WP-CLI integration.
- Field categorization to the "Add WP Field to Export" dropdown.
- "Quick Add" buttons to instantly map all fields from a specific category.

### Changed
- All CSV and ZIP export filenames now include exact timestamps (Hour, Minute, Second) to prevent accidental overwrites.

## [1.1.0] - 2026-03-05

### Added
- ACF field support for image, gallery, and file URLs.
- ACF field support for select, checkbox, link, and WYSIWYG formatting.
- True/false fields export as explicit strings instead of boolean numbers.

### Fixed
- Meta field discovery on newer WordPress builds.
- Inconsistent multi-value delimiter format.

## [1.0.0] - 2026-01-16

### Added
- Initial release
- Post, page, and custom post type export to Webflow-ready CSV
- Taxonomy export (categories, tags, custom taxonomies)
- Rich Text field support with proper HTML paragraph formatting
- Multi-reference field support for category/taxonomy relationships
- Featured image URL export with absolute paths
- Webflow API integration for Smart Match field mapping
- Quality Audit to check for common issues before export
- 301 Redirects CSV export for SEO preservation
- Batch export with progress bar for large sites
- 4MB file size detection with split-to-ZIP option
- Developer Mode with partial export options (limit by count or date)
- ISO 8601 date formatting for Webflow compatibility
