You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Resolved the issue with "One Click Login" generation. The problem occurred when the login link was not sent.
Enhancement: The WordPress version fetching mechanism was improved Previously, it relied on a manually updated array; this has been upgraded to an API that automatically fetches the latest versions. This is considered a new feature.
New: Added apply_filters('wpcd_allowed_min_wp_version', $min_version); to allow users to specify the minimum allowed WordPress version, with a default set to 6.1.4.
New: Introduced a new setting (option) named "Min Allowed WP Versions" in the WPCD settings to enable users to set the minimum allowed WordPress version.