Skip to content

v2.2.0

Choose a tag to compare

@goldnead goldnead released this 09 Aug 12:21
· 6 commits to main since this release

Housekeeping release. Nothing that ships changed: no file under src/, config/ or
resources/ differs from 2.1.0, so an install of 2.2.0 behaves exactly like 2.1.0. Every tag
parameter and template variable is unchanged.

Changed — the test suite runs on Statamic's own AddonTestCase

The 213-line hand-rolled tests/TestCase.php is gone. Fixtures moved into two traits,
CreatesContent and RendersAntlers, and the suite now boots the way Statamic's own addon
tests do. HarnessTest guards the harness itself, so a broken fixture fails loudly instead of
silently skipping assertions.

Added — Marketplace listing artwork

art/ holds the product image (1280 × 800), cover and icon for the Marketplace listing.

Changed — art/ and screenshots/ are export-ignored

Listing artwork has no business in a consumer's vendor/ directory. The tarball is unchanged
apart from this file.