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

feat: Remove check for attachment post type that can’t be overridden #85

Merged
merged 4 commits into from
Aug 30, 2024

Commits on Aug 1, 2024

  1. don't hardcode attachment post-type

    This code-path can't be override (contrary to checks done by the Timmy\Image constructor.
    Be it for usage with custom-post-type or subclassing attachment, or any other plugin edge-case, this check would be better left to a place it can be skipped/made optional.
    drzraf authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c39e632 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    4429675 View commit details
    Browse the repository at this point in the history
  2. fix: Fix tests

    gchtr committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    98fca17 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix: Add check for WP_Post

    gchtr committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    37c2176 View commit details
    Browse the repository at this point in the history