Duration Fieldtype

A Statamic fieldtype for storing and displaying time durations. Values are saved as integers in milliseconds and output in Antlers templates as either plain hh:mm or an optional human-readable string.

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/duration-fieldtype/pull/4

Other Changes

  • docs: trim DOCUMENTATION.md verbosity (#5)
  • docs: document stripping author attribution from release notes (#6)
  • docs: fix misaligned comments in code blocks (#7)
  • chore: use reusable CI workflows from builtnoble/.github@v1 (#8)
  • fix: replace stale v1 comment on reusable workflow pins (#10)
  • chore: merge main into develop to sync release history (#11)
  • Release v1.0.1 (#9)

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

1.0.0

September 8th, 2026

What's Changed

♻️ Refactors

  • refactor: align duration-fieldtype with the hand-written coding style (#1)

🧰 Maintenance

  • chore: marketplace-prep tooling and docs (#2)
  • chore: release v1.0.0 (#3)

Full Changelog: https://github.com/builtnoble/duration-fieldtype/compare/v0.1.1...v1.0.0