# Changelog

All notable changes to BW Pricing Card are documented here.

Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
Versioning follows [SemVer](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2026-04-28

### Added
- Initial plugin scaffold under PLUGIN.md conventions.
- `bw/pricing-card` Gutenberg block with:
  - 3-up CSS grid that wraps to a new row after the third card.
  - Inline RichText editing for tier label, price, description, feature items, and button text.
  - Sidebar controls per card: button URL, button style (Fill / Theme / Secondary / Outline Base), Most popular toggle, move up/down, remove card.
  - Add / remove feature items with inline icons + an "Add feature" button per card.
  - `+ Add card` dashed placeholder tile at the end of the grid for one-click card creation in the canvas.
  - Most Popular variant: `border:2px solid var(--pv-teal-dk)` plus a gradient ribbon (label editable from the sidebar).
  - Server-side rendering via `render.php` with `wp_kses()` filtering on RichText output.
  - Self-contained CSS (Prompt Victoria design tokens scoped to `.bw-pricing-card`).
- Lifted from `kadence-child` theme into a standalone, portable plugin.
