Releases: strangerstudios/pmpro-goals
Releases · strangerstudios/pmpro-goals
V1.2 - 2023-06-08
- 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
- 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 );