Skip to content

v0.11.2

Choose a tag to compare

@github-actions github-actions released this 21 Jul 08:57
v0.11.2
2550799

What's in 0.11.2

Completes the 0.11.1 translation fix: copy-mode localization now also works for records with FlexForm vault fields.

Fixed

0.11.1 fixed the error thrown when translating a content element into another language in copy mode — but only for regular vault fields. The same error still occurred for records carrying vault secrets inside FlexForm fields (reported as a follow-up on #207). Both paths now work; this was the last occurrence of the underlying issue.

Drop-in upgrade: no configuration change, no database migration. Affects all versions up to and including 0.11.1.

Fixes #207 (#210). Thanks to @lradloff for reporting.

Installation

composer require netresearch/nr-vault

Publication status

Security

All release artifacts are signed with Sigstore keyless signing.

Verify signatures

cosign verify-blob \
  --bundle nr-vault-0.11.2.zip.sigstore.json \
  --certificate-identity-regexp "https://github.com/netresearch/.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  nr-vault-0.11.2.zip

Verify checksums

sha256sum -c checksums.txt

Software Bill of Materials (SBOM)

SBOMs are provided in both SPDX and CycloneDX formats for supply chain transparency.