Skip to content

V1.1

Choose a tag to compare

@andrewlimaza andrewlimaza released this 14 Nov 14:26
· 29 commits to master since this release
aaefeaa
  • SECURITY/ENHANCEMENT: Update NPM packages to latest version to resolve vulnerability issues.
  • BUG FIX: Incorrect SQL results from calculating progress for member count.
  • ENHANCEMENT: Added in additional parameters to filters:
    • apply_filters( 'pmpro_goals_after_text', $after_total_amount_text, $total, $goal, $percentage );
    • do_action( 'pmpro_goals_before_bar', $total, $goal, $percentage );
    • do_action( 'pmpro_goals_after_bar', $total, $goal, $percentage );