Skip to content

Releases: strangerstudios/pmpro-goals

V1.2 - 2023-06-08

08 Jun 13:03

Choose a tag to compare

  • REFACTOR: Reworked the block style to move all block settings to the sidebar instead of inline.
  • REFACTOR: Improved caching naming conventions and simplified caching logic where possible.

V1.1

14 Nov 14:26
aaefeaa

Choose a tag to compare

  • 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 );