Currency Fieldtype

A Statamic fieldtype for storing and displaying monetary values. Values are saved as integers in the smallest currency unit (e.g. cents for USD), formatted for display using the current site locale, and fully configurable per field via ISO currency code.

1.0.1

September 15th, 2026

What's Changed

🧰 Maintenance

  • chore: update orchestra/testbench requirement from ^10.8 to ^11.2 in the composer group across 1 directory by @dependabot[bot] in https://github.com/builtnoble/currency-fieldtype/pull/12

Other Changes

  • fix: target develop branch for dependabot PRs (#8)
  • docs: hide README tagline from the Marketplace Overview tab (#9)
  • docs: document stripping author attribution from release notes (#10)
  • docs: fix misaligned comments in code blocks (#11)
  • chore: use reusable CI workflows from builtnoble/.github@v1 (#13)
  • fix: target develop branch for dependabot PRs (#14)
  • fix: replace stale v1 comment on reusable workflow pins (#16)
  • chore: merge main into develop to sync dependabot.yml fix history (#17)
  • Release v1.0.1 (#15)

Full Changelog: https://github.com/builtnoble/currency-fieldtype/compare/v1.0.0...v1.0.1

1.0.0

September 8th, 2026

What's Changed

πŸš€ Features

  • fix: address edge cases from expert review (#2)
  • feat: add positional caret editing to the currency field (#3)

πŸ› Bug Fixes

  • fix: credit Builtnoble Design and Development as copyright holder (#6)

♻️ Refactors

  • refactor: align coding style with Pint and Biome (#1)

🧰 Maintenance

  • Add Marketplace-readiness tooling, CI, and docs (#4)

Other Changes

  • Release v1.0.0 (#5)

Full Changelog: https://github.com/builtnoble/currency-fieldtype/compare/v0.1.2...v1.0.0