# Changelog

All notable changes to the CalcsLive Article Embed plugin 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.1.4] - 2026-02-19

### Changed
- Added shortcode examples for `[calcslive_qty]`, `[calcslive_qty_pair]`, and `[calcslive_qty_triplet]` in readme

## [1.1.3] - 2026-02-18

### Changed
- Renamed plugin to "Unit Converter & Sizing Calculator for Product Pages" for better discoverability
- Improved readme with clearer feature descriptions and use cases
- Updated terminology: "Physical Quantity Shortcodes" → "Unit Converter Shortcodes"

## [1.1.2] - 2026-02-06
- Physical quantity shortcodes: `[calcslive_qty]`, `[calcslive_qty_pair]`, `[calcslive_qty_triplet]`

## [1.1.1] - 2026-01-30

### Changed

- Use `wp_parse_url()` instead of `parse_url()` per WordPress coding standards
- Reduced readme.txt tags to 5 (WP.org maximum)

## [1.1.0] - 2026-01-30

### Added

- Bundled physical-quantity web component library (v1.1.92)
- Conditional script loading: PQ script only loads on pages using PQ shortcodes
- PQ usage examples on settings page

## [1.0.1] - 2026-01-30

### Changed

- Updated tested WordPress version to 6.9
- Added third-party service disclosure to readme.txt for WP.org compliance
- Added `languages/` directory for i18n support

## [1.0.0] - 2026-01-26

### Added

- Initial release
- Shortcode support: `[calcslive id="..." width="..." height="..."]`
- Gutenberg block with live preview in editor
- Settings page for API key, domain, and default dimensions
- Responsive embed container with mobile optimization
- Lazy loading for better performance
- Fallback link for browsers without iframe support
- Admin-only error messages for configuration issues
