Skip to content

Commit

Permalink
adapt wtpdf declaration uri to corrected version
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Apr 16, 2024
1 parent c96b7d7 commit b7c1397
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ first release 0.95a, 2021-02-23 will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
this project uses date-based 'snapshot' version identifiers.
## [Unreleased]

### Fixed
- l3pdfmeta: adapted wtpdf declaration uri to corrected version.

## [2024-04-09]
Version: 2024-04-09, 0.96h

### Fixed
- structure destinations for boxed destinations
Expand Down
4 changes: 2 additions & 2 deletions l3pdfmeta.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -2991,14 +2991,14 @@
\cs_new_protected:Npn \@@_xmp_wtpdf_reuse_declaration:
{
\pdfmeta_xmp_add_declaration:eeenn
{http://pdfa.org/declarations\c_hash_str wtpdf-reuse1.0}
{http://pdfa.org/declarations/wtpdf/\c_hash_str reuse1.0}
{LaTeX~Project}
{\@@_xmp_iso_today:}{}{}
}
\cs_new_protected:Npn \@@_xmp_wtpdf_accessibility_declaration:
{
\pdfmeta_xmp_add_declaration:ennnn
{http://pdfa.org/declarations\c_hash_str wtpdf-accessibility1.0}
{http://pdfa.org/declarations/wtpdf/\c_hash_str accessibility1.0}
{LaTeX~Project}
{\@@_xmp_iso_today:}{}{}
}
Expand Down

0 comments on commit b7c1397

Please sign in to comment.