Skip to content

Conversation

@soderlind
Copy link
Owner

This pull request introduces version 1.3.2 of the plugin, focusing on a new feature that automatically redirects authenticated users to a specified redirect page when they return to the [passwp_login] shortcode. It also adds a setting to enable or disable this auto-redirect behavior (enabled by default). The update includes all necessary UI, backend, and documentation changes to support this feature.

Auto-redirect feature for authenticated users:

  • Implemented logic in Shortcodes.php to auto-redirect users who are already authenticated to the redirect page specified in the shortcode, if the new auto-redirect setting is enabled. [1] [2]
  • Added a new setting, auto_redirect, to the admin settings, including default value handling, sanitization, and UI rendering in AdminSettings.php. [1] [2] [3] [4] [5]

Version and documentation updates:

  • Bumped plugin version to 1.3.2 in all relevant files (passwp-posts.php, composer.json, package.json, readme.txt). [1] [2] [3] [4] [5]
  • Updated changelog and readme to document the new auto-redirect feature and setting. [1] [2]

…ion to 1.3.2

- Added auto-redirect functionality for authenticated users returning to the [passwp_login] shortcode.
- Introduced a setting to enable/disable auto-redirect (default: enabled) in AdminSettings.
- Updated version in composer.json, package.json, passwp-posts.php, and readme.txt to 1.3.2.
- Documented changes in CHANGELOG.md and readme.txt.
@soderlind soderlind merged commit b38e18b into main Jan 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants