-
-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: soderlind/passwp-posts
base: fix/error133
head repository: soderlind/passwp-posts
compare: main
- 11 commits
- 17 files changed
- 1 contributor
Commits on Jan 21, 2026
-
Merge pull request #13 from soderlind/fix/error133
Ensuring the Composer autoloader no longer includes dev dependencies
Configuration menu - View commit details
-
Copy full SHA for 8dd5a93 - Browse repository at this point
Copy the full SHA 8dd5a93View commit details
Commits on Jan 23, 2026
-
feat: Implement redirect page setting and update auto-redirect functi…
…onality - Added a new "Redirect Page" setting in AdminSettings to configure where authenticated users are redirected after login. - Integrated Select2 for the redirect page selector in the admin interface for improved usability. - Removed the `redirect` attribute from the `[passwp_login]` shortcode, now relying on the global setting. - Updated auto-redirect behavior to use a meta refresh for CSP compatibility instead of JavaScript. - Fixed a Content Security Policy violation by eliminating inline JavaScript for redirects. - Updated version to 1.4.0 in main plugin file and readme. - Adjusted tests to reflect changes in redirect logic and settings.
Configuration menu - View commit details
-
Copy full SHA for dda9233 - Browse repository at this point
Copy the full SHA dda9233View commit details -
fix: Improve formatting of auto-redirect checkbox in AdminSettings.ph…
…p for better readability
Configuration menu - View commit details
-
Copy full SHA for 766723e - Browse repository at this point
Copy the full SHA 766723eView commit details -
chore: Update localization files and versioning for PassWP Posts
- Updated project version to 1.4.0 in package.json and localization files. - Modified passwp-posts-nb_NO.po and passwp-posts-nb_NO.l10n.php to reflect new version and updated translation strings. - Adjusted POT creation date in passwp-posts.pot to match the new version. - Enhanced i18n scripts in package.json for better localization management. - Updated binary .mo file to ensure compatibility with the latest translations.
Configuration menu - View commit details
-
Copy full SHA for 059bb37 - Browse repository at this point
Copy the full SHA 059bb37View commit details -
Merge pull request #14 from soderlind/redirect/to
Add a new "Redirect Page" setting in the admin
Configuration menu - View commit details
-
Copy full SHA for 542b42d - Browse repository at this point
Copy the full SHA 542b42dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d56bfc6 - Browse repository at this point
Copy the full SHA d56bfc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b63b234 - Browse repository at this point
Copy the full SHA b63b234View commit details -
Merge pull request #15 from soderlind/bump/141
chore: Bump version to 1.4.1
Configuration menu - View commit details
-
Copy full SHA for a6595ae - Browse repository at this point
Copy the full SHA a6595aeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ffd45c4 - Browse repository at this point
Copy the full SHA ffd45c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6591863 - Browse repository at this point
Copy the full SHA 6591863View commit details -
Merge pull request #16 from soderlind/update/redirect
chore: Update version to 1.4.3 and enhance redirect functionality
Configuration menu - View commit details
-
Copy full SHA for b6822da - Browse repository at this point
Copy the full SHA b6822daView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff fix/error133...main