2.12.0 on August 20, 2026
This release shows choice labels instead of stored values when the Math Summary groups by a choice field, and fixes zero-value groups being dropped and translation notices in WordPress 6.7 and newer.
✨ Improved
- The Math Summary now displays choice labels instead of stored values when grouping by a choice field, with a new "Use values for labels" setting (the
use_valuesshortcode attribute) to restore the previous behavior.
🐛 Fixed
- The Math Summary group column is now escaped before output.
- The Math Summary widget dropped groups with a stored value of "0" or a calculated result of 0 when set to "Entries shown on the page".
- Editing a View triggered "Translation loading for the gravityforms domain was triggered too early" (
_load_textdomain_just_in_time) notices in WordPress 6.7 and newer.
💻 Developer Updates
- Now uses the current GravityView hooks instead of ones deprecated in GravityView 2.55.
🔄 Updated
- Foundation to version 1.30.0.