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: soderlind/passwp-posts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bump/141
Choose a base ref
...
head repository: soderlind/passwp-posts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Jan 23, 2026

  1. Merge pull request #15 from soderlind/bump/141

    chore: Bump version to 1.4.1
    soderlind authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    a6595ae View commit details
    Browse the repository at this point in the history
  2. chore: Update version to 1.4.2 and enhance redirect functionality

    - Updated version number in package.json, passwp-posts.php, and readme.txt to 1.4.2.
    - Added changelog entry for version 1.4.2 detailing fixes for redirect caching issues and improvements in redirect handling.
    - Implemented no-cache headers in Protection.php, Shortcodes.php, and password-form.php to prevent browser caching of redirects.
    - Changed redirect logic to use the template_redirect hook for authenticated users in Shortcodes.php, replacing the previous meta refresh method.
    - Updated tests in ShortcodesTest.php to reflect changes in redirect handling.
    soderlind committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    ffd45c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6591863 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16 from soderlind/update/redirect

    chore: Update version to 1.4.3 and enhance redirect functionality
    soderlind authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    b6822da View commit details
    Browse the repository at this point in the history
Loading