Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Apr 13:43
e455493

1.0.0 (2026-04-01)

Overview

Initial public release of WFLS 2FA for Paid Memberships Pro.

This plugin bridges Wordfence Login Security and Paid Memberships Pro to enable 2FA on PMPro login forms.

Features

  • Enqueues Wordfence frontend assets on PMPro login pages so the 2FA prompt can appear properly.
  • Uses Wordfence’s existing 2FA and reCAPTCHA flows without requiring separate authentication logic.
  • Adds admin notices when required plugins are missing.
  • Adds an admin notice when Wordfence 2FA and reCAPTCHA are both disabled, since the integration cannot run in that state.
  • Includes PHPUnit-based integration tests.
  • Includes GitHub Actions CI support.

Bug Fixes

  • security: Harden plugin against XSS and improve script loading (7c80556)
  • simplify release-please config for reliable version bumps (fd85220)
  • simplify release-please config to use marker-based version updates (570a1e0)