Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: level-level/clarkson-404
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: level-level/clarkson-404
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 4 files changed
  • 4 contributors

Commits on Jan 15, 2021

  1. Sets the main query results to the 404 page.

    This helps prevent issues when a plugin uses wp_reset_postdata()
    to reset the global $post to something that isn't our 404.
    
    This way all the main query knows is the 404 page, so any reset
    leads to the correct page.
    NielsdeBlaauw committed Jan 15, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d16a293 View commit details

Commits on Jan 18, 2021

  1. Merge pull request #6 from level-level/fix-404-global-post

    Sets the main query results to the 404 page.
    Willemijnr authored Jan 18, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c9625aa View commit details
  2. Update clarkson-404.php

    Willemijnr authored Jan 18, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    072fc98 View commit details

Commits on Mar 16, 2021

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dadleyy Danny Hadley
    Copy the full SHA
    04d4f21 View commit details

Commits on Mar 24, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    afba5b1 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4082feb View commit details
  3. Fix readme URL.

    NielsdeBlaauw committed Mar 24, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3beb9f9 View commit details
  4. Merge pull request #8 from level-level/wider-cc-version-support

    Wider cc version support
    Mike-Hermans authored Mar 24, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1268d58 View commit details

Commits on Nov 17, 2023

  1. Fix unavailable 404 page.

    Fixes issue with set 404 ID that can not be loaded. Error was an uncaught "Uncaught Exception TypeError: "Clarkson_Core\Objects::get_object(): Argument #1 ($post) must be of type WP_Post, null given, called in /srv/http/shared/deploys/releases/20231115101209/mu-plugins/clarkson-404/clarkson-404.php on line 69"
    NielsdeBlaauw authored Nov 17, 2023

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dadleyy Danny Hadley
    Copy the full SHA
    d4ef141 View commit details
  2. Merge pull request #9 from level-level/NielsdeBlaauw-patch-1

    Fix unavailable 404 page.
    NielsdeBlaauw authored Nov 17, 2023

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dadleyy Danny Hadley
    Copy the full SHA
    2ac350c View commit details

Commits on Sep 30, 2024

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dadleyy Danny Hadley
    Copy the full SHA
    d52a151 View commit details
  2. Update clarkson-404.php

    menno-ll authored Sep 30, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dadleyy Danny Hadley
    Copy the full SHA
    3142eb2 View commit details
  3. Merge pull request #10 from level-level/fix/crash_deleted_404_page

    Fix crash if 404 page has been deleted
    menno-ll authored Sep 30, 2024
    Copy the full SHA
    c9157b0 View commit details
  4. Update clarkson-404.php

    menno-ll authored Sep 30, 2024
    Copy the full SHA
    85e2d47 View commit details
Loading