Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Bump ePub -> 1.3 in test audit. #905

Merged
merged 5 commits into from
Mar 4, 2024

Commits on Jun 12, 2023

  1. Update EPUB module information

    EPUB now managed by W3C. Latest release is still in conjunction with IDPF, so for now they continue to be included in the agent name. Next iteration might switch to W3C only.
    karenhanson committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    07cbcd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Upgrade to 5.1.0 with corresponding code changes

    The following changes were made to support EPUBCheck 5.1.0:
    1. New version lists resources with fragments making resource list much longer without reflecting new files in the package. Added logic to remove resources with fragments and only list base URL.
    2. EPUBLocation changed slightly, updated code to manage support that change.
    3. Some redundant messages were removed, which changed some message counts in tests - fixed message counts to reflect correct output.
    4. Update validation version to 3.3 - there is no way to determine the minor version number in an EPUB, so validation is always against whatever the latest is.
    5. CREATION_DATE is missing from the report, I've logged an issue and commented out the relevant lines in tests. It will be fixed in the next maintenance release and I will move to 5.1.1 when available to add creation date back in.
    6. A file that was being used to test title has flipped from Well Formed and Valid to Well Formed and Not Valid according to current criteria - updated the test to reflect this.
    karenhanson committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5989de2 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    eda04e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    d7693a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4d4f13 View commit details
    Browse the repository at this point in the history