Skip to content

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 23:23
v0.11.1
964fee0

What's in 0.11.1

Translating content into another language in copy mode works again.

Fixed

Using the Translate button to copy a content element into another language failed with an error, and no translation was created. Copy-mode localization now completes.

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

Fixes #207 (#208). 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.1.zip.sigstore.json \
  --certificate-identity-regexp "https://github.com/netresearch/.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  nr-vault-0.11.1.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.