Skip to content

5.8.6

Choose a tag to compare

@eslam-dev eslam-dev released this 02 Oct 09:14
· 130 commits to main since this release
5eb9125
  • 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.